Learn/Combinatorics/Mathematical Induction
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 :

  1. Base Case: Verify that is true.
  2. Inductive Hypothesis: Assume is true for some arbitrary integer .
  3. Inductive Step: Prove that is true, using the assumption that is true.
Conclusion: By the Principle of Mathematical Induction, is true for all .

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 .