Prove by using the principle of mathematical induction that 11.2+12.3+13.4+....+1n(n+1)=nn+1
Let P(n) be the statement given by
P(n) : 11.2+12.3+13.4+....+1n(n+1)=nn+1
For n = 1, we get
LHS = 11.2=12 and RHS=11+1=12
So, P(1) is true,
For n = k, assume P(k) is true.
Then, 11.2+12.3+....+1k(k+1)=kk+1
We have to show that, P(k+1) is true whenever P(k) is true.
So, add 1(k+1)(k+2) on both sides of Eq. (i), we get
11.2+12.3+...+1k(k+1)+1(k+1)(k+2)=kk+1+1(k+1)(k+2)
k(k+2)+1(k+1)(k+2)=k2+2k+1(k+1)(k+2)
(k+1)2(k+1)(k+2)=k+1k+2
So, P(k+1) is true whenever P(k) is true.
Hence, by the principle of mathematical induction,
P(n) is true for all nϵ N.