8.1 What is induction?
Mathematical induction is a method to prove statements about natural numbers.
8.2 Two key steps
- Base step: show the statement is true for the first value (often
n = 1). - Inductive step: assume it’s true for
n = kand prove it forn = k + 1.