11.2+12.3+13.4+........+1n(n+1)=nn+1
Let P(n) : 11.2+12.3+13.4+.......+1n(n+1)=nn+1
For n = 1
p(1):11.2=11+1
12=12
⇒ P(n) is true for n = 1
Let P(n) is true for n = k, so
11.2+12.3+13.4+........+1k(k+1)=kk+1 .........(1)
We have to show that
11.2+12.3+13.4+..........+1k(k+1)+k(k+1)(k+2)=k+1(k+2)
Now,
{11.2+12.3+13.4+.....+1k(k+1)}+1(k+1)(k+2)
=kk+1+1(k+1)(k+2)
[Using equation (1)]
=1k+1[k(k+2)+1(k+2)]
=1k+1[k2+2k+1(k+2)]
=1k+1[(k+1)(k+1)(k+2)]
=(k+1)(k+2)
⇒ P(n) is true for n = k + 1
⇒ P(n) is true for all n ϵ N by PMI