4.7 Proof by induction
This technique can be useful when proving statements involving natural numbers or an ordered list of objects. To help gain an intuition about proof by induction, we use an analogy. Imagine an infinitely long line of dominoes, one for each natural number.
Proof by induction has two important parts.
-
1.
First, we concentrate only on the first domino in the line and topple it without thinking about what happens to any of the others.
-
2.
Second, we ensure that toppling any one domino will cause the next one to topple.
If both these conditions hold then we can conclude that all of the dominoes will topple. Toppling the first domino topples the second, which topples the third, which topples the fourth, and so on.
Now let’s see how this analogy translates to proving mathematical statements by discussing an example.
Example 4.31.
Let be a positive integer. We shall prove that is even by induction. (Note that this is a weaker result than the one in Exercise 4.12.) First we give each statement we would like to prove a label.
-
:
is even.
This means, for example,
-
:
is even;
-
:
is even; and
-
:
is even.
In the domino analogy, each of these statements is represented by a domino, and the th domino in the line represents the statement
-
:
is even.
Knocking over the first domino represents proving the statement , i.e. proving that is even. We can do this directly: , which is even and so is true.
Ensuring that toppling one domino will cause the next one to topple represents proving the conditional statement: for any positive integer , . We can prove this statement just as we can any conditional statement: by assuming that, for some positive integer , is true and then deducing that must also be true.
Assume, for some positive integer , that is true, i.e. is even. Then, applying the definition, we can write for some integer . To prove that is true, i.e. that is even, we consider:
(expanding) | |||||
(rearranging terms) | |||||
(replacing with ) | |||||
(factorising). |
Since and are integers, so is and so is even.
We have shown that is true and proved that, for that for any positive integer , . Thus is true for all positive integers by induction.
In general, to prove a statement for all positive integers by induction:
-
1.
Prove that is true; this is known as proving the base case.
-
2.
Prove that, for a positive integer , if is true then is true; this is known as the induction step.
-
3.
Conclude that is true for all positive integers by induction.
Exercise 4.32.
Prove that, for any positive integer , is a multiple of .
-
Solution.First prove the base case , i.e. that is a multiple of . This is true since , which is certainly a multiple of .
For the induction step, assume that is true, i.e. that is a multiple of . We use this to prove that is true, i.e. that is a multiple of . Write , for some integer . Then . Now
(since ) (since ) (expanding and gathering terms) (factorising). Because is an integer, we have shown that is a multiple of .
Hence, for all positive integers , is a multiple of by induction.
You will meet slightly more sophisticated techniques based on proof by induction in your studies. But understanding the principle through the analogy and examples above will prepare you well.