The Principle of Mathematical Induction is a foundational concept in Mathematics, providing a rigorous method to prove statements true for all natural numbers. By establishing a base case and demonstrating the transition from one case to the next, mathematical induction offers a powerful tool for proving the validity of conjectures, theorems, and formulas across an infinite range of integers.
Let P(n) represent a statement concerning the natural number n, satisfying the following conditions:
Under these conditions, P(n) holds true for all natural numbers n.
The Principle of Mathematical Induction is a fundamental concept in mathematics used to prove statements about natural numbers. It is typically used to prove statements of the form "P(n)" for all-natural numbers "n". The principle is usually divided into two steps:
Formally, the Principle of Mathematical Induction can be stated as follows:
Suppose "P(n)" is a statement involving a natural number "n".
By establishing the truth of the basis step and the inductive step, one can conclude that the statement "P(n)" holds true for every natural number "n".
The Principle of Mathematical Induction serves as a robust method for establishing the validity of statements, theorems, or formulas across all natural numbers. It generalizes the approach of proving truths for individual cases to encompass the entirety of the natural number set.
Example 1: For all natural numbers n, n ≥1, Prove that 1 + 2 + 3 + … + n =
Solution: Let's denote the given statement as P(n),
i.e. P(n): 1 + 2 + 3 + … + n =
Step 1: For n = 1,
P(1): =1
P (1) holds true.
Step 2: Assume that P (k) holds true for a certain positive integer k,
i.e., 1 + 2 + 3 +. . . + k =
Step 3: Now, we will have to prove that P (k+1) is also true. We have
(1 + 2 + 3 + . . . + k) + (k + 1) =
Simplifying the right side of the equation:
This confirms that the formula holds true for k + 1.
Since the formula holds for the base case (n = 1), and assuming it holds for K implies it holds for k +1, by the principle of mathematical induction, the formula is true for natural numbers.
Example 2. Prove that
Solution : Let p(n):
For n = 1, 21 > 1. Hence. P (1) is true.
Assume that p(k) is true for any positive integer, i. e.
………. (1)
Now, we will have to prove that P (k+1) is also true.
Multiplying both sides of (1) by 2, we get
i.e.,
= k + k > k + 1.
Therefore, p(k+1) holds true when p(k) holds true. Thus, in accordance with the principle of mathematical induction, p(n) holds true for every positive integer n.
Example 3. , for all-natural number
Solution : We observe that-
L.H.S. = P (2) =
R.H.S. =
LHS = RHS.
Thus, P (n) holds true for n = 2.
Assume that P (n) is true for
i.e. p(k) =
To prove that P (k+1) is true, we have-
Thus, P (k + 1) holds true, whenever P (k) holds true.
Thus, in accordance with the principle of mathematical induction, P(n) holds true for all-natural numbers n, n ≥ 2.
Example 4. Prove that 2^{2 n}-1 is divisible by 3.
Solution : The statement p(n) given as is divisible by 3, for every natural number n.
We observe that P (1) is true, since.
22 –1 =4 –1 = 3 is divisible by 3.
Assume that p(n) is true for some natural number k, i.e., p(k): 22k – 1 is divisible by 3. i.e. 22k – 1 = 3q, where q
Now, to prove that p (k+1) is true, we have.
P(k+1): 22(k+1) –1 = 22k+2 –1 = 22k. 22 –1
where
Thus p(k+1) holds true, whenever p(k) holds true.
Thus, in accordance with the principle of mathematical induction, p (n) holds true for all-natural numbers n.
Here are some practice questions based on the principle of mathematical induction. Prove the following by using the principle of mathematical induction.
Question 1: 4n –1 is divisible by 3, for each natural number n.
Question 2: 32n – 1 is divisible by 8, for all natural numbers n.
Question 3: 2 + 4 + 6 . . . + 2n = n2 + n, for all natural numbers n.
Question 4: For all prove that
Q. Can you give an example of the Principle of Mathematical Induction proof?
Ans: An example is proving the formula for the sum of the initial n natural numbers: 1 + 2 + 3 + … + n =
(Session 2025 - 26)