Mathematical Induction
Disambiguation: Not to be confused with Electromagnetic Induction.
Regular Induction
Principle of Mathematical Induction (POMI)
Let
If statements 1 and 2 are both true:
Then statement 3 is true:
Proof Method - Induction
To prove the universally quantified statement
- Prove
(base case) - Prove the universally quantified implication
(inductive step) - inductive hypothesis - inductive conclusion
If the definition of natural numbers includes
You prove that if the hypothesis is true, the conclusion must also be true, and the conclusion "becomes" the hypothesis for the next "term"
Proof of
Proof of
Proof of
Such that
AKA "domino principle"
This works because the natural numbers are ordered. Between any two natural numbers
Prove:
(See Summation and Product Notation, universally quantified statement)
Let
Base Case:
Prove
The expression in the LHS evaluates to
The expression oh the RHS evaluates to
Since LHS = RHE,
Inductive Step: Let
Assume the inductive hypothesis,
We want to prove
Then starting with the summation on the LHS of
The result is true for
Strong Induction
When
Principle of Strong Induction (POSI)
Let
If statements 1 and 2 are both true:
Then
Proof Method - Strong Induction
To prove the universally quantified statement "For all integers
- Prove
- Prove the universally quantified implication "For all integers
, if , then "
- For the base case, prove all of
, Because when there is more than one case to prove. - For the inductive step, assume
is an arbitrary integer where . Assume the inductive hypothesis , then prove using assumptions for all integers .
That is, assume all "levels" that were proven in the base case in the hypothesis as well.
Given the sequence
Base Cases:
Inductive Step:
Assume that
Then
Explanation:
-
This is from the definition of the sequence, but since we're working with
, then , and same for the second term -
The terms are odd by inductive hypothesis, because we have proven for both 2 and 1, and that takes care of
and , similar to regular inductionNow complete the proof with the definition of even/odd
Let , be arbitrary integers
For all integers
Let
Base Cases:
So we have proven
Inductive Step: Let
Assume the inductive hypothesis,
We wish to prove
Note that:
Since
From the inductive hypothesis, there exists non-negative integers
Where
The result is true for