I'm new to this, so please excuse me if I said something wrong or offended anyone. We're doing the number theory in class, and I came across this question, which I had no idea how to even begin..:
Use congruences to prove 5|(n5 − n) (by the way, we already proved this using induction)
Does anyone know how to do this? Thank you so much in advance.
If you meant exponent, try the following:
$$n^5-n=n(n^4-1)=n(n^2-1)(n^2+1)=n(n-1)(n+1)(n^2+1)$$
Now check that no matter what $\;n\pmod 5\;$ is, the above is always $\;0\pmod 5\;$