Use strong induction to show for every positive integer $n$ that if $p|a^n$ then $p|a$, where p is prime.
I'm not too good at proof by induction, so please correct me if my assumptions are incorrect. I think if $p|a^n$, then I need to prove $p|a^{n+1}$, but then how does that help me prove $p|a$?
Also, I'm a bit uncertain how many base cases I need to complete.
Edit: I am of course assuming that $p$ is prime. If this is not the case, then see Gerry Myerson's comment.
The thing with any type of induction is you need to start with a base case, which is presumably $n=1$ in this instance. It is easy to see that the base case holds (I leave it to you to write this out in your proof). Note: the base case is simply $p\mid a^1\implies p\mid a$, which is trivial.
Now the strong induction hypothesis is "suppose that $n>1$ and the result holds for all values less than $n$" and we want to show that "the result holds for $n$". More formally, we suppose that, for all $k<n$ (with $n>1$ now), we have $p\mid a^k\implies p\mid a$. Now we want to show that $p\mid a^n\implies p\mid a$.
Spoiler: