Induction
For proof by induction that a statement is true for all we show two things:
- That the statement is true for .
- That if some statement is true for , it must also be true for
Then, since it's true for , it must also be true for , and since it's true for , it must also be true for , and so on, ad infinitum.
Example
We will prove by induction that
First, let's show that for the equation is true:
Now we must show that if we assume the equation is true for :
then it is also true for , that is that:
is true.
Since we assume that is true, then adding to both sides in must also result in a true equation:
By combining terms on the right side and factoring, we get that:
must be true, which is what we set out to show.
Thus, since we have shown that is true for , and that if it is true for it must also be true for , then it must also be true for , and therefore also true for , and so on, ad infinitum .
Another Example
Prove that for all :
Proof
We will proceed using proof by induction.
Base Case
First, we must show that the base case where is true.
Substituting for into (a) gives
and we can simplify both sides to get
which reduces to
which is obviously true and shows that (a) is true for the base case where .
Induction Case
Now we must show that if we assume (a) is true for some , that (a) is also true for .
That is, we must show that if we assume
is true, that
is necessarily true.
Now, assume (e) is true.
Using the fact that the summation on the left hand side of (f) is short hand for the series
we can rewrite (f) as
Now, the terms on the left-hand side of (h) are just
so we have
Since we assumed that (e) is true, we can replace the summation on the left-hand side of (j) with its equivalent on the right-hand side of (e) to get
Combining terms on the left-hand side gives
and since we get that
is necessarily a true statement, which is what we needed to show.