Introduction

principle of mathematical induction is used to establish the validity of a general result involving natural numbers.

P(n) : ''n(n + 1) is even''. We wish to show that this statement is true for all n

For n = 1, P(1) = 1 × 2 = 2 (even)
For n = 2, P(2) = 2 × 3 = 6 (even) and so on.


For n = 1, P(1) : 3 > 1 is true.
If we assume that the result is true for n = r, then P(r) : 3r > r is true.
For n = r + 1, P(r + 1) : 3r+1 = 3r × 3 > 3r > r+1& for r

Hence P(r + 1) is true.
Principle of Mathematical Induction


(i) P(1) is true, and (ii) truth of P(r)

Then by the principle of mathematical induction, the statement is true for all n

(a) Firstly, we prove that the result is true for n = 1 (or any other permissible minimum integral value of n),
(b) then, we assume that the result is true for n = r,
(c) finally, we prove that the result is true for n = r + 1.
From this, we conclude by the principle of mathematical induction that the result (or the statement) is true for all n
