Description:
- Mathematical induction proves that we can climb as high as we like on a ladder, by proving that:
- we can climb onto the bottom rung (the basis)
- and that from each rung we can climb up to the next one (the step)
The induction principle (ordinary induction):
- Let be a predicate on a non-negative integers. If
- Inductive hypothesis:
- is true
- Inductive step:
- implies for all non-negative integers ,
- then: is true for all non-negative integers,
- Inductive hypothesis: