Answer:
we need to prove : for every integer n>1, the number [tex]n^{5}-n[/tex] is a multiple of 5.
1) check divisibility for n=1, [tex]f(1)=(1)^{5}-1=0[/tex] (divisible)
2) Assume that [tex]f(k)[/tex] is divisible by 5, [tex]f(k)=(k)^{5}-k[/tex]
3) Induction,
[tex]f(k+1)=(k+1)^{5}-(k+1)[/tex]
[tex]=(k^{5}+5k^{4}+10k^{3}+10k^{2}+5k+1)-k-1[/tex]
[tex]=k^{5}+5k^{4}+10k^{3}+10k^{2}+4k[/tex]
Now, [tex]f(k+1)-f(k)[/tex]
[tex]f(k+1)-f(k)=k^{5}+5k^{4}+10k^{3}+10k^{2}+4k-(k^{5}-k)[/tex]
[tex]f(k+1)-f(k)=k^{5}+5k^{4}+10k^{3}+10k^{2}+4k-k^{5}+k[/tex]
[tex]f(k+1)-f(k)=5k^{4}+10k^{3}+10k^{2}+5k[/tex]
Take out the common factor,
[tex]f(k+1)-f(k)=5(k^{4}+2k^{3}+2k^{2}+k)[/tex] (divisible by 5)
add both the sides by f(k)
[tex]f(k+1)=f(k)+5(k^{4}+2k^{3}+2k^{2}+k)[/tex]
We have proved that difference between [tex]f(k+1)[/tex] and [tex]f(k)[/tex] is divisible by 5.
so, our assumption in step 2 is correct.
Since [tex]f(k)[/tex] is divisible by 5, then [tex]f(k+1)[/tex] must be divisible by 5 since we are taking the sum of 2 terms that are divisible by 5.
Therefore, for every integer n>1, the number [tex]n^{5}-n[/tex] is a multiple of 5.