You are first introduced to proof by induction in the first year of A-level further mathematics.
A statement such as: “ is a prime number, where is a natural number” may be true for some values of and false for others.
You can prove a statement is true for all natural numbers , by showing satisfies two conditions:
- is true when
- Under the assumption is true when , it follows that } is true when .
From these two conditions it follows that is true for all .
Most problems encountered at A-level can be dealt with relatively easily. However, proof by induction problems do exist where the above two conditions are quite difficult to prove and require a lot of work, unless you’ve encountered the problem before.
You’ll now learn a variant of proof by induction which can simplify the work considerably.
We will prove a statement is true for all natural numbers , by showing satisfies three conditions:
- is true when
- Under the assumption is true when , it follows that } is true when .
- Under the assumption is true when , it follows that } is true when .
This is sometimes called forwards-backwards induction. Think carefully why these three conditions prove for all natural numbers. The second condition proves it for larger and larger ‘doubled values’, and the third condition ‘fills in’ all the gaps we left behind, thus hitting all the numbers.
Consider the well know arithmetic-geometric mean inequality:
(1)
where
We want to show that this is true for all .
For , we have . So the first condition is met.
Next, assume true for ,
Under this assumption, show that it is true for ,
Hence, if true for , it follows that it is true for .
Now under the same assumption, show it is true for ,
For ,
(2)
We are also free to choose any we wish,
Choose =
Substituting into ,
Hence, if true for , it is also true for .
Since we have proved all three conditions, it follows that the statement is true for all .
Note: If you are worried about the step where we choose a particular value of , that loss of generality doesn’t matter, since we have effectively ‘thrown away’ in the final statement.
If you are feeling brave, try and redo this proof using standard induction.