Proof
We will show that \(n^{13}-n\) is divisible by each of \(2,3,5,7\) and \(13\) for any integer \(n\). First, we will show that \(n^{13} \equiv n \pmod{2}\). Since we’re working module \(2\), then we have two residue classes to check.
- If \(n = 0\), then \(0^{13} \equiv 0 \pmod{2}\)
- If \(n = 1\), then \(1^{13} \equiv 1 \pmod{2}\)
From this we see that
Next, Next, we want to show \(n^{13} \equiv n \pmod{3}\). We can use Fermat’s theorem since \(3\) is prime to see that
Therefore, \(n^{13}-n\) is divisible by \(3\). Next, we want to show that \(n^{13} \equiv n \pmod{5}\). To do so, we can also use Fermat’s theorem to see that
Therefore, \(n^{13}-n\) is divisible by \(5\). Next, we want to show that \(n^{13} \equiv n \pmod{7}\). We can use Fermat’s theorem again to see that
Therefore, \(n^{13}-n\) is divisible by \(7\). Finally, we want to show that \(n^{13} \equiv n \pmod{13}\). By Fermat’s theorem
Therefore, \(n^{13}-n\) is divisible by \(13\). \(\ \blacksquare\)