Let $a,b,n \in \mathbb{N}.$ Prove that if $a^n \mid b^n$, then $a \mid b$.
$\textit{Proof.}$ Consider the prime factorizations for $a$ and $b$ as follows:
$$a=p_1 \cdots p_r, $$ $$b=q_1 \cdots q_s.$$
Where $q_i, p_j$ are all prime numbers. Observe that $p_k$ could be equal to $p_m$ for some $m≠k$, and similarly for $q$. (In other words, for simplicity I decided not to write $a=p_1^{\alpha_1} \cdots p_r^{\alpha_r}$).
Then, we have $$a^n=p_1^n \cdots p_r^n,$$ $$b^n=q_1^n \cdots q_s^n.$$
Note that the prime factors of $b$ are exactly the same prime factors of $b^n$, but each prime factor of $b^n$ is to the $n$-th power.
Since $a^n \mid b^n$, then $b^n=a^n \cdot q$ for some integer $q$, so that
$$b^n = p_1^n \cdots p_r^n \cdot q$$
If $p_i$ for some $i$ doesn't appear in the prime factors of $b$, then $p_i$ couldn't appear in the prime factors of $b^n$. Then, each $p_i$ appearing in $b^n$, will appear in $b$. Hence, $b=p_1 \cdots p_n \cdot p$ for some integer $p$. Then $b=ap$, as desired.
... $\textit{Q.E.D.}$??