I saw a proof of why 42 | $n^7-n$ here
But I was a little confused. By Fermat's Little Theorem for any prime $p$ and any $a \in {(1,2,..., p−1)}$, we have $a^{p−1}$ ≡ $1$ $($mod p$)$ .
So, don't we need to split into two cases, where $n \geq 7$ and $n < 7$? Because we don't know what $n$ is, and the def of Fermat only applies if $n$ is within the set $(1,2,3,4,5,6,7)$?