Q.
Statement I For every natural number n≥2, 11+21+⋯+n1>n Statement II For every natural number n≥2, n(n+1)<n+1
200
151
Principle of Mathematical Induction
Report Error
Solution:
I. Let P(n):11+21+⋯+n1>n, for all natural numbers n≥2. ∴P(2):11+21=1.707>2 ⇒P(2) is true.
Let us assume that for n=k,P(n) is true i.e., P(k):11+21+⋯+k1>k is true
Now for n=k+1, we have P(k+1):11+21+…+k1+k+11 >k+k+11=(k+1)k(k+1)+1 >k+1k+1[∵k(k+1)>k,∀k≥1] =(k+1) ⇒P(k+1):11+21+…+k+11>k+1 ∴ By principle of mathematical induction, Statement I is true, ∀n≥2.
II. Now, let α(n):n(n+1)<n+1, for all natural numbers n≥2. ∴α(2):2(2+1)=6<3
Let us assume that α(k):k(k+1)<(k+1) is true
For n=k+1, α(k+1):(k+1)(k+2)<(k+2)[∵(k+1)<(k+2)]
By principle of mathematical induction, Statement II is true, for all n≥2, but Statement II is not a correct explanation for Statement I.