Assume given statement
Let P(n)=n3−n is divisible by 6,
for each natural number n≥2.
Check that statement is true for
n=2P(2)=23−2=8−2=6
⇒P(2) is divisible by 6
Assume P(k) to be true and then prove P(k+1) is true.
Lets assume P(k) is true
So, P(k) is divisible by 6
⇒k3−k=6q, where qϵN…(1)
P(k+1)=(k+1)3−(k+1)
=k3+1+3k2+3k−k−1
=k3+3k2+3k−k
=k3−k+3k2+3kP(k+1)
=6q+3k(k+1)
Now if k is odd k+1 will be even and if k is even k+1 will be odd and even multiplied with odd is always even, so k(k+1)=2p
⇒P(k+1)=6q+3.2p=6q+6p=6(p+q)
∴P(k+1) is divisible by 6
Hence P(k+1) is true whenever P(k) is true.
Hence, By Principle of mathematical Induction P(n) is true for all natural numbers n≥2.