The Principle of Mathematical Induction (PMI) is a proof technique used to establish that a statement is true for all positive integers .
A complete proof by Mathematical Induction consists of three parts:
| Part | Name | What to do |
|---|---|---|
| 1 | Base Case | Verify is true for the initial value, usually . |
| 2 | Inductive Hypothesis | Assume is true for (i.e., assume holds). |
| 3 | Inductive Step | Using the hypothesis, prove is also true. |
If all three parts are established, we conclude is true for all .
To prove: for all .
Step 1 — Base Case: Show is true by direct substitution.
Step 2 — Inductive Hypothesis: Assume is true, i.e., assume the statement holds when .
Step 3 — Inductive Step: Prove is true using the assumption from Step 2.
Conclusion: By the Principle of Mathematical Induction, is true for all .
Prove: for all .
Base Case ():
Inductive Hypothesis: Assume the formula holds for :
Inductive Step: Prove for :
This is exactly the formula with .
Conclusion: The formula holds for all .
Prove: is divisible by for all .
Base Case (): , which is divisible by .
Inductive Hypothesis: Assume for some integer , i.e., .
Inductive Step: Consider :
Since is an integer, .
Conclusion: is divisible by for all .