Proof by mathematical induction
IB Mathematics Analysis and Approaches HLΒ· Unit 1: Number and Algebra, Topic 1.12Β· 15 min read
1. The Principle of Mathematical Inductionβ β ββββ± 5 min
Mathematical induction is used to prove statements that claim to be true for all integers greater than or equal to some starting value. It works like a chain of dominoes: if the first domino falls, and every falling domino knocks over the next, all dominoes will fall.
Principle of Mathematical Induction
To prove a statement is true for all integers : 1. Prove is true (base case). 2. Assume is true for some arbitrary (inductive hypothesis). 3. Prove is true (inductive step). 4. Conclude is true for all .
Example:
Used to prove sum formulas, divisibility and inequalities
Prove that the sum of the first positive integers is for all
- 1
Step 1: Define the statement :
- 2
- 3
Step 2: Base case :
- 4
Left hand side (LHS) = , Right hand side (RHS) = . LHS = RHS, so is true.
- 5
Step 3: Inductive hypothesis: Assume is true for some positive integer :
- 6
- 7
Step 4: Inductive step: Prove is true:
- 8
LHS of =
- 9
- 10
This equals the RHS of , so is true.
- 11
Step 5: Conclusion: Since is true, and true implies true, by induction is true for all .
Exam tip:
Always write the final conclusion sentence, it is worth a separate mark in most mark schemes.
2. Induction for Divisibility Proofsβ β β βββ± 6 min
Divisibility proofs are one of the most common induction questions in IB exams. The key difference from sum proofs is that you need to factor out the divisor from the expression for , using the inductive hypothesis.
Prove that is divisible by 3 for all
- 1
Step 1: Define
- 2
Step 2: Base case : , so divides , hence is true.
- 3
Step 3: Inductive hypothesis: Assume is true, so for some integer .
- 4
Step 4: Prove : Expand :
- 5
- 6
Substitute from the inductive hypothesis:
- 7
- 8
Since and are integers, is an integer, so divides , hence is true.
- 9
Step 5: Conclusion: By induction, is true for all .
Exam tip:
Explicitly state that the remaining factor after factoring out the divisor is an integer to earn full marks.
3. Induction for Inequalitiesβ β β β ββ± 6 min
Proving inequalities by induction often requires extra algebraic manipulation to get from the inductive hypothesis to the required result for . A common trick is to simplify the inequality to show the difference between the two sides is positive.
Prove that for all integers
- 1
Step 1: Define for
- 2
Step 2: Base case : LHS = , RHS = . , so is true.
- 3
Step 3: Inductive hypothesis: Assume is true for , so .
- 4
Step 4: Prove : by the inductive hypothesis.
- 5
We need to show , which simplifies to showing .
- 6
- 7
For , , so , so the inequality holds.
- 8
Hence , so is true.
- 9
Step 5: Conclusion: By induction, is true for all .
Exam tip:
Always check the starting value of : it is not always , and a wrong base case invalidates the entire proof.
4. Common Pitfalls
Wrong move:
Forgetting to explicitly state the inductive hypothesis
Why:
Examiners require this to confirm you understand the structure of induction, you will lose a method mark.
Correct move:
Always write: "Assume the statement is true for , that is [restate the full statement for ]".
Wrong move:
Assuming the statement is true for in the inductive step
Why:
This is circular reasoning: you assume the result you are trying to prove, so the proof is invalid.
Correct move:
Only assume the statement holds for , then manipulate the expression for to prove it is true.
Wrong move:
Testing the wrong base case for statements starting at
Why:
The entire induction chain starts at the base case, so a wrong starting point makes the proof incorrect.
Correct move:
Always read the question carefully to find the starting value of , and test that value first.
Wrong move:
Stopping after the inductive step without writing a conclusion
Why:
Most IB mark schemes award a separate mark for the final conclusion sentence.
Correct move:
Always end with: "By the principle of mathematical induction, the statement is true for all integers ".
5. Quick Reference Cheatsheet
Step Name | Required Action |
|---|---|
Base Case | Test the statement for the smallest given |
Inductive Hypothesis | State assumption: statement true for |
Inductive Step | Prove statement true for using assumption |
Conclusion | Write the standard concluding sentence |
6. Frequently Asked
Do I need to write the inductive hypothesis explicitly?
Yes, examiners require you to clearly state your assumption for to award the method mark. Failing to state it loses marks.
Is induction accepted as a valid proof in IB exams?
Yes, as long as all three steps are clearly completed and the conclusion is stated, full marks are awarded for induction proofs.
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2021 Β· 1
Divisibility proof by induction
- 2022 Β· 2
Sum of sequence proof by induction
- 2023 Β· 1
Inequality proof by induction
Going deeper
What's Next
Proof by mathematical induction is a core proof technique that forms the foundation of many results in discrete mathematics, sequences and number theory. You will use it later to confirm properties of recurrence relations, matrix powers, and combinatorial identities. Mastering the clear step-by-step structure now will help you earn full marks on these questions when they appear in exams, since induction questions are often straightforward method marks if you follow the process correctly, and make up a small but consistent portion of exam paper marks.
