INDUCTION:
In order to prove that a certain statement holds for any natural number, it is sufficient to:
- Prove that the statement is true for 0 (the base case)
- Prove that, assuming the statement holds for a generic natural number (this assumption is called inductive hypothesis), then it ALSO holds for (induction step)
Example:
Prove that, for any natural number , the sum of the natural numbers from 1 to is:
Prove that
- it is a general rule that if you have where , you can factor out , leave you with . After that, we can apply the rule that
Prove that
The idea behind the induction principle is the same as the idea of domino show, if we can be sure that:
- the first tile falls (base case)
- provided the tile falls (I.H), then the tile ALSO falls (inductive step)
- therefore, all tiles fall
Example:
Prove that, for any
Prove that
STRONG INDUCTION:
Strong induction is a refined form of basic induction in which:
- the basis steps works the same way
- for the inductive step, we prove that the statement for a generic natural hold IF we assume that the statement holds for any natural (not just for )
- so we still get to the end goal that we need to prove , but here we are assuming AND EVERYTHING BELOW IT is true
So, in our inductive step, we assume something called is true, where , then prove
Example:
Given , define recursively as follows:
Prove that for all