

By the mathematical induction, we have to prove that n3 - n is divisible by 6
Given that S(n) = n3 - n divisible by 6.
Let n =1 then we get 0
which is divisible by 6
So, S(1) is true.
Let us assume that n = k
S(k) = k3 - k
which is divisible by 6.
So, S(k) is true.
=> (k3 - k) / 6 = m (integer)
=> (k3 - k) = 6m
=> k3 = 6m + k .............1
now we have to prove that n = k+1
⇒ (k + 1)3 - (k + 1)
⇒ (k3 + 3k2 + 3k + 1) - (k + 1)
subsitute equation 1 in above equation then
=> 6m + k + 3k2 + 2k
=> 6m + 3k2 + k
=> 6m + 3k(k + 1) (Since k(k + 1) = 2p is an even number p is natural number)
=> 6m +3 * 2p
=> 6(m + p)
which is divisible by 6
So, S(k + 1) is true.
Hence, By the mathematical induction, it is true that n3 - n is divisible by 6 for
n∈N.
