The Principle of Mathematical Induction
Mathematical induction is a rigorous proof method, specially used to prove propositions related to positive integers. Understanding its principle gives you a powerful proof tool.
The Basic Principle
To prove that the proposition holds for all positive integers , it suffices to prove:
- The base case: holds
- The inductive step: assuming holds (the inductive hypothesis), prove that also holds
The Steps of the Proof
The standard steps for proving a proposition using mathematical induction:
Step 1: The Base Case
Verify that the proposition holds for the initial value (usually 1).
Example: prove that holds
Step 2: The Inductive Hypothesis
Assume that the proposition holds for ().
Example: assume holds
Step 3: The Inductive Step
On the basis of the inductive hypothesis, prove that the proposition also holds for .
Example: using the fact that holds, prove that holds
Step 4: Conclusion
By the principle of mathematical induction, the proposition holds for all .
The validity of mathematical induction rests on the well-ordering property of the natural numbers: every nonempty set of natural numbers has a least element.
Suppose the proposition does not hold for all . Then there exists a least such that does not hold.
But:
- holds (the base case)
- holds (because is the least counterexample)
- By the inductive step, should hold
This is a contradiction! So the proposition holds for all .
This is why both steps are indispensable:
- Without the base case, the first domino does not fall
- Without the inductive step, there is no chain reaction among the dominoes
Simple Examples
Example 1: Proving a Summation Formula
Proposition: prove that for all positive integers .
Proof:
Base case: when , The equality holds.
Inductive hypothesis: assume the equality holds for , i.e.,
Inductive step: prove that the equality also holds for .
This is exactly the form of the formula for .
Conclusion: by mathematical induction, the equality holds for all positive integers .
Example 2: Proving a Power Inequality
Proposition: prove that for all positive integers .
Proof:
Base case: when , , holds.
Inductive hypothesis: assume .
Inductive step:
Conclusion: by mathematical induction, for all positive integers .
Common Mistakes
Mistake 1: Forgetting the base case
Proving only the inductive step is not enough! For example, the proposition "" satisfies the inductive step (if , then ), but it is clearly false.
Mistake 2: Not using the inductive hypothesis
The inductive step must use the inductive hypothesis. If proving does not use , then it is not induction.
Mistake 3: Circular reasoning
You cannot assume the conclusion you are trying to prove in order to prove the conclusion itself.
Practice Problems
Exercise 1
Use mathematical induction to prove:
Proof:
Base case: when , the left side and the right side , holds.
Inductive hypothesis: assume it holds for , i.e.,
Inductive step:
Conclusion: by mathematical induction, the equality holds for all positive integers .
Exercise 2
Use mathematical induction to prove:
Proof:
Base case: when , the left side and the right side , holds.
Inductive hypothesis: assume it holds for .
Inductive step:
Conclusion: by mathematical induction, the equality holds.
Exercise 3
Use mathematical induction to prove: for all .
Proof:
Base case: when , … no, actually .
Let us start from : , holds.
Inductive hypothesis: assume .
Inductive step:
Conclusion: by mathematical induction, the inequality holds for all .
Summary
Symbols Used in This Article
| 符号 | 类型 | 读音/说明 | 在本文中的含义 |
|---|---|---|---|
| 命题 | P of n | A proposition about | |
| 常数 | n sub 0 | The initial value | |
| 变量 | k | The variable in the inductive hypothesis |
中英对照
| 中文术语 | 英文术语 | 音标 | 说明 |
|---|---|---|---|
| 数学归纳法 | mathematical induction | /ˌmæθəˈmætɪkəl ɪnˈdʌkʃən/ | A method for proving propositions about natural numbers |
| 基础步骤 | base case | /beɪs keɪs/ | Verifying the initial case |
| 归纳假设 | inductive hypothesis | /ɪnˈdʌktɪv haɪˈpɒθəsɪs/ | Assuming the proposition holds for |
| 归纳步骤 | inductive step | /ɪnˈdʌktɪv step/ | Deriving from to |
