I want to show that for every $n \in \mathbb{N}: 120 \,\mid\, n^7 -n^3$.
Currently I only have:
$$ 120 \,\mid\, n^7 - n^3 \\ \Leftrightarrow n^7 - n^3 \equiv 0 \,\,\,\,\text{(mod 120)} \\ \Leftrightarrow n^7 \equiv n^3 \,\,\,\,\text{(mod 120)} $$
How can I proceed from here?
We want $120=8\cdot 3\cdot 5$ to divide $n^3(n^4-1)=n^3(n-1)(n+1)(n^2+1)$.
8, 3, 5 are relatively prime, so we can consider them independly.
If $n$ is even, $8|n^3$; if $n$ is odd then $2|n^2+1$ and $n\pm 1$ both even and one of them divisible by 4, so the product is divisible by 8. This gives $8|n^7-n^3$.
If $3|n$, then $3|n^7-n^3$ as well; if $3\nmid n$, then $3|n^2-1$ by Fermat's theorem.
If $5|n$, then $5|n^7-n^3$ as well; if $5\nmid n$, then $5|n^4-1$ by Fermat's theorem.