Question
Using the principle of mathematical induction, prove that:
for all positive integers .
Solution — Step by Step
Let be the statement:
We need to prove is true for all .
For :
LHS:
RHS:
Since LHS = RHS = 1, P(1) is true. ✓
Assume is true for some arbitrary positive integer :
We must now prove is true, i.e.,
Starting with LHS of :
Use the inductive hypothesis (replace ):
Factor out :
This is exactly the RHS of . ✓
Therefore, is true whenever is true.
Why This Works
Mathematical induction works like a domino chain:
- The base case knocks down the first domino ( is true)
- The inductive step shows that if domino falls, domino also falls
Together, these two facts guarantee ALL dominoes fall — i.e., is true for all .
The inductive step doesn’t prove anything specific about — we assume is true and use that assumption to derive . This is valid because the base case ensures the chain starts, and the inductive step ensures it continues.
Alternative Method — Gauss’s Pairing Trick
Write the sum twice:
Add column by column: each pair sums to , and there are such pairs:
This direct method (attributed to young Gauss) is faster but doesn’t constitute a formal induction proof.
Common Mistake
The most common error in induction proofs is circular reasoning in the inductive step — students accidentally assume what they’re trying to prove. The correct structure: “Assume P(k) [this is a hypothesis, not a fact]. Then PROVE P(k+1) using P(k).” You’re proving “IF P(k) then P(k+1)” — the “if” is crucial. Never write “P(k+1) is true, therefore P(k+1) is true.”
CBSE Class 11 expects the full three-part proof: (1) P(1) verification, (2) State the inductive hypothesis clearly, (3) Show P(k) implies P(k+1). Write all three parts explicitly — skipping the base case or the hypothesis statement loses marks.