Combinatorics • Topic 16
Mathematical Induction
Mathematical Induction is the standard tool for proving statements indexed by integers (usually ). It functions like a domino effect.
Structure of Proof
To prove a statement is true for all integers :
- Base Case: Verify that is true.
- Inductive Hypothesis: Assume is true for some arbitrary integer .
- Inductive Step: Prove that is true, using the assumption that is true.
Common Applications
1. Summation Formulas
Example
Prove .
Proof. Base Case (): LHS , RHS . True. Hypothesis: Assume . Step: Add to both sides.
This matches the formula for . ∎
2. Divisibility
Example
Prove is divisible by 3 for all .
Proof. Base Case (): , divisible by 3. Step: Assume . Consider . Since both terms are divisible by 3, the sum is divisible by 3. ∎
Practice Problems
Exercise (Problem 1)
Prove that .
Exercise (Problem 2)
Prove that for any , .
Exercise (Problem 3)
Prove that .