The Principle of Mathematical Induction
Mathematical induction is a powerful proof technique for establishing that a statement holds for all natural numbers.
The Principle of Mathematical Induction
Mathematical induction is one of the most powerful and elegant proof techniques in mathematics. It allows us to prove that a statement is true for all natural numbers by establishing just two key facts: a starting point and a stepping rule.
The Principle
Suppose we are given a sequence of statements . If the first statement is true, and if from the truth of it follows that is true, then all statements in this sequence are true.
This principle can be visualized like dominoes standing in a row: if you knock down the first domino (base case) and each domino knocks down the next one (inductive step), then all dominoes will eventually fall.
Key Components
Base Case
The base case of induction is the statement . Sometimes several initial statements are taken as the base, but most commonly the base case is just the first statement.
The base case establishes that our statement is true for the smallest value we care about (often , but it could be or any other starting point).
Induction Hypothesis
The induction hypothesis is the assumption that the statement is true for .
This is a critical step where we assume what we are trying to prove, but only for a specific value . This assumption is then used to prove the statement for .
Inductive Step
The inductive step is the proof that the truth of implies the truth of .
This is where the real work happens. We use the induction hypothesis (that is true) to demonstrate that must also be true.
When to Use Induction
Mathematical induction is particularly useful for proving statements that:
- Involve formulas for sums (e.g., )
- Make claims about divisibility for all natural numbers
- Involve inequalities that hold for all sufficiently large
- Describe properties that naturally build from smaller cases
- Relate to recursive definitions or sequences
Common Variations
Strong Induction
In strong induction, instead of assuming just is true, we assume that are all true, and use this to prove .
This is useful when the -th case depends on multiple previous cases, not just the -th one.
Backward Induction
In some problems, especially in game theory and combinatorics, we work backwards from large values of to smaller ones, proving that if something holds for , it holds for .
Tips for Writing Induction Proofs
- State clearly what you are proving: Write out the statement explicitly
- Verify the base case: Don't skip this! Compute both sides and check they are equal
- State the induction hypothesis: Write "Assume that for , we have..."
- Show your work in the inductive step: Clearly indicate where you use the hypothesis
- Conclude: State that by the principle of mathematical induction, the statement holds for all
Examples
The practice problems below demonstrate induction in action across different areas of mathematics:
- Number theory: Proving divisibility properties
- Algebra: Establishing formulas for sums and products
- Geometry: Showing existence of certain constructions for all
- Combinatorics: Proving properties about partitions and configurations
Try solving these problems to develop your intuition for when and how to use induction!