Q.
For all positive integers n, which among the following is true?
106
155
Principle of Mathematical Induction
Report Error
Solution:
Let P(n):2n>n
When n=1,21>1. Hence, P(1) is true.
Assume that P(k) is true for some positive integer k, i.e., 2k>k
We shall now prove that P(k+1) is true whenever P(k) is true. Multiplying both sides of Eq. (i) by 2, we get 2⋅2k>2k
i.e., 2k+1>2k=k+k>k+1
Therefore, P(k+1) is true when P(k) is true. Hence, by principle of mathematical induction, P(n) is true for every positive integer n.