Suppose $a$, $b$, $n$ are positive. Prove that $a^n\mid b^n$ if and only if $a\mid b$.
I know that this can be proved through prime factorization, but I want to prove it using other methods.
I understand that the if and only if statement requires you to prove the two cases:
1. If $a^n\mid b^n$ then $a\mid b$.
2. If $a\mid b$ then $a^n\mid b^n$.
but I have no idea on how to approach it.