Step (1): Assume given statement
Let the given statement be P(n), i.e.
P(n):11⋅2+12⋅3+13⋅4+⋯+1n(n+1)=nn+1
Step 2: Checking statement P(n) for n=1
Put n=1 in P(n), we get
P(1):11⋅2=11+1
⇒12=12, which is true
Thus P(n) is true for n=1.
Step 3: P(n) for n=K
Put n=K in P(n), and assume that P(K) is true for some natural number K i.e.
P(K):11⋅2+12⋅3+13⋅4+⋯+1K(K+1)=K(K+1) ⋯(1)
Step (4): Checking statement P(n) for n=K+1
Now, we need to prove that P(K+1) is true whenever P(K) is true, we have
P(K+1):11⋅2+12⋅3+13⋅4+⋯+1K(K+1)+1(K+1)(K+2)
=(11⋅2+12⋅3+13⋅4+⋯+1K(K+1))+1(K+1)(K+2)
=KK+1+1(K+1)(K+2) {from eq. (1)}
=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
We can write it as, K+1(K+1)+1
Thus, P(K+1) is true whenever P(K) is true.
Final Answer:
Hence, by principle of Mathematical Induction, P(n) is true for all natural numbers.