Prove that for all natural numbers $k$, $k^5-k$ is a multiple of $10$.
I found several answers for this here, but none of which would have considered seperately the cases $\pmod{2}$ and $\pmod{5}.$
Since any integer $n \equiv 0,1 \pmod{2}$ we have that $k^5-k \equiv0 \pmod{2}$ thus divisible by $2$.
However, the case $k^5-k \equiv0 \pmod{5}$ seems to be a bit trickier. Any integer $n \equiv 0,1,2,3,4 \pmod{5}$, but is this of any help as it seemed to be in the case of $\pmod{2}$?