The statement to be proved is:
P(n):11.2+12.3+... to n terms =nn+1
Step 1: Prove that the statement is true for n=1
P(1):11.2=11+1
P(1):12=12
Hence, the statement is true for n=1
Step 2: Assume that the statement is true for n=k
Let us assume that the below statement is true:
P(k):11.2+12.3+...+1k(k+1)=kk+1
Step 3: Prove that the statement is true for n=k+1
We need to prove that:
P(k+1):11.2+12.3+...+1(k+1)(k+2)=k+1k+2
LHS=11.2+12.3+...+1(k+1)(k+2)
=kk+1+1(k+1)(k+2)
=1k+1(k+1(k+2))
=1k+1(k(k+2)+1(k+2))
=1k+1(k2+2k+1(k+2))
=1k+1((k+1)2(k+2))
=k+1k+2
=RHS
Therefore, the statement is true for all n by principle of mathematical induction.