Principle
- To prove that
is true for all positive integers n, where is a propositional function, we complete two steps
INFO
BASIS STEP: We verify that
INDUCTIVE STEP: We show that the conditional statement
- Expressed as a rule of inference, this proof technique can be stated as
TIP
Why Mathematical Induction is Valid
We prove the validity of mathematical induction using the well-ordering property and proof by contradiction.
Well-Ordering Property
Every nonempty subset of the positive integers has a least element.
Proof (by contradiction using well-ordering)
Assume:
is true holds for all
Suppose, for contradiction, that there exists some
Let:
- Then
- By the well-ordering property,
has a least element
Deriving a contradiction
(since is true) So
Because
is the smallest counterexample: From the inductive step:
This contradicts the assumption that
Template for Proofs by Mathematical Induction
Template
- Express the statement that is to be proved in:
- The form
for a fixed integer b. - The form
, let b = 1, - The form
, let b = 0. - For some statements of the form
, you may need to determine the appropriate value of bby checking the truth values offor small values of
- The form
- Write out the words
Basis StepThen show thatis true, taking care that the correct value of b is used. This completes the first part of the proof. - Write out the words
Inductive Stepand state, and clearly identify, the inductive hypothesis, in the formAssume that P(k) is true for an arbitrary fixed integer k ≥ b. - State what needs to be proved under the assumption that the inductive hypothesis is true. That is, write out what
says. - Prove the statement
making use of the assumption . (Generally, this is the most difficult part of a mathematical induction proof. Decide on the most promising proof strategy and look ahead to see how to use the induction hypothesis to build your proof of the inductive step. Also, be sure that your proof is valid for all integerswith , taking care that the proof works for small values of , including .) - Clearly identify the conclusion of the inductive step, such as by saying
This completes the inductive step. - After completing the basis step and the inductive step, state the conclusion, namely,
By mathematical induction, P(n) is true for all integers n with n ≥ b
Strong induction
- To prove that
is true for all positive integers n, where is a propositional function, we complete two steps
INFO
BASIS STEP: We verify that
INDUCTIVE STEP: We show that the conditional statement