Lecture 05
Lecture 05
Mathematical Induction
Section 5.1
Section Summary
● Mathematical Induction
● Examples of Proof by Mathematical Induction
● Mistaken Proofs by Mathematical Induction
● Guidelines for Proofs by Mathematical Induction
Climbing an
Infinite Ladder
Suppose we have an infinite ladder:
1. We can reach the first rung of the ladder.
2. If we can reach a particular rung of the ladder, then we can
reach the next rung.
(continued →) .
Conjecturing and Proving Correct a
Summation Formula
Inductive Hypothesis : P(k) ≡ “1 + 3 + 5 + ∙∙∙+ (2k − 1) = k2 ”
Solution :
○ BASIS STEP: P(0) is true since
○ INDUCTIVE STEP: Assume true for P(k). So the inductive hypothesis
would be:
which implies-