STEM Excellence Series: Empowering the Next Generation

INDUCTION

Induction

Definition Of Induction

Mathematical Induction is a method generally used to prove or establish that a given statement is true for all natural numbers.

More About Induction

It is a method to prove a proposition which is valid for infinitely many different values of a variable.

Video Examples: Mathematical Induction


 

Example of Induction

Mathematical induction can be used to prove that 1 + 3 + 5 + ---- + (2n - 1) = n2 for all positive integers.
Let Pn be the statement 1 + 3 + 5 + ---- + (2n - 1) = n2.
P 1 is true because (2(1) - 1) = 12.
Assume that Pk is true, so that Pk: 1 + 3 + 5 + ------ + (2k - 1) = k2. [The Inductive Hypothesis.]
The next term on the left hand side would be [2(k + 1) - 1] = (2k + 1). [Add (2k + 1) on both sides to Pk.]
1 + 3 + 5 + ------ + (2k - 1) + (2k + 1) = k2 + (2k + 1) = (k + 1)2 = Pk+1 
So, the equation is true for n = k + 1.
Therefore, Pn is true for all positive integers, by mathematical induction.

Solved Example on Induction

Ques: Using mathematical induction to prove that 1 + 5 + 9 + ------ + (4n - 3) 
= n(2n - 1) for all positive integers. 

Solution:

Step 1: Let Pn be the statement 1 + 5 + 9 + ---- + (4n - 3) = n (2n - 1). 
Step 2: P 1 is true because (4(1) - 3) = 1(2(1) - 1) [The Anchor.]
Step 3: Assume that Pk is true, so that Pk: 1 + 5 + 9 + ---- + (4k - 3) 
= k (2k - 1) [The Inductive Hypothesis.]
Step 4: The next term on the left-hand side would be (4(k + 1) - 3).
Step 5: 1 + 5 + 9 + ---- + (4k - 3) + (4(k + 1) - 3) 
= k (2k - 1) + (4(k + 1) - 3)
Step 6: = 2k2 - k + 4k + 1
Step 7: = 2k2 + 3k + 1
Step 8: = (k + 1)2 + k (k + 1)
Step 9: = (k + 1) (2k + 1) [Factor.]
Step 10: = (k + 1) (2(k + 1) - 1)
Step 11: = Pk+1 
Step 12: So, the equation is true for n = k + 1.
Step 13: Therefore, Pk is true for all positive integers, by mathematical induction.

Quick Summary

  • Mathematical induction proves statements for all natural numbers.
  • It involves a base case, inductive hypothesis, and inductive step.
  • The base case verifies the statement for the smallest natural number.
  • The inductive hypothesis assumes the statement is true for some k.
  • The inductive step proves the statement is true for k+1.
\[ P(n) \implies P(n+1) \]

🍎 Teacher Insights

Emphasize the importance of clearly stating the base case, inductive hypothesis, and inductive step. Use visual aids and concrete examples to illustrate the concept. Encourage students to practice applying mathematical induction to various problems.

🎓 Prerequisites

  • Basic Algebra
  • Understanding of Natural Numbers
  • Propositional Logic

Check Your Knowledge

Q1: Which step is essential in mathematical induction?

Q2: What is the inductive hypothesis?

Frequently Asked Questions

Q: What is the purpose of the base case?
A: The base case establishes the foundation upon which the inductive argument is built. Without it, the subsequent steps are meaningless.

Q: What is the inductive hypothesis?
A: The inductive hypothesis assumes that the statement is true for some arbitrary natural number k. This assumption is then used to prove that the statement is also true for k+1.

Q: What is the inductive step?
A: The inductive step shows that if the statement is true for k (the inductive hypothesis), then it must also be true for k+1. This step connects the truth of the statement across all natural numbers.

© 2026 iCoachMath Global Math Glossary. All Rights Reserved.