Mathematical Writing - Vivaldi Franco 2014
The Well-Ordering Principle
Induction
Franco Vivaldi1
(1)
School of Mathematical Sciences, Queen Mary, University of London, London, UK
Franco Vivaldi
Email: f.vivaldi@qmul.ac.uk
Induction is a fundamental method of proof, used in every corner of mathematics. It is applicable to statements of the form
![]()
(8.1)
where
is a predicate over
. This sentence says that all natural numbers have property
.
Induction is first met in the proof of summation identities and inequalities:
1 |
|
|
Sum of geometric progression |
2 |
|
Binomial theorem |
|
3 |
|
|
Bernoulli inequality1 |
4 |
|
|
Arithmetico-geometric |
mean (AGM) inequality |
|||
5 |
|
Cauchy-Schwarz inequality2 |
(The variables are complex numbers in 1, 2, and real numbers in 3, 4, 5.)
The expression (8.1) unfolds into an infinite sequence of boolean expressions:
![]()
and to prove it we must show that all expressions in the sequence are true:
![]()
For instance, the Bernoulli inequality unfolds as follows:
![]()
each inequality being valid for all real numbers
.
A special form of mathematical argument is needed for this purpose, called mathematical induction. It takes several forms, and we will examine four:
· (
) The well-ordering principle.
· (
) The infinite descent method.
· (
) The induction principle.
· (
) The strong induction principle.
We will show that these principles are equivalent in the sense that any one of them implies all the others. The different forms of the principle are appropriate for different situations.
The term mathematical induction was coined by De Morgan around 1840. The attribute ’mathematical’ is used to differentiate this concept from the homonymous concept in philosophy, which has a different meaning.3 The induction principle—in any of the above forms—is one of the five Peano axioms 4 which characterise the set
of natural numbers.
8.1 The Well-Ordering Principle
The well-ordering (or least counter example) principle states that
· (
) Every non-empty set of natural numbers contains a least element.
This principle is clearly false for subsets of
or
, and, less trivially so, for subsets of
or
, or of any real or rational interval. A possible strategy for proving (8.1) is to combine well-ordering with contradiction. Such a proof will begin as follows:
PROOF. Suppose (8.1) is false. Let
be the least natural number
for which
is false. ...
Then with this
we try to deduce a contradiction, using the knowledge that
is true for
. The integer
defined in the proof exists by virtue of the well-ordering principle: it is the least element of the set
, which is a subset of
. By assumption, this subset is non-empty.
Let us apply this strategy to some specific problems.
Proposition
If
, then
.
PROOF. Suppose this statement is false, and let
be the least integer
such that
. We know that
, since
![]()
Put
. Then
, and hence
by choice of
. So
![]()
contradicting the choice of
. ![]()
The initial verification that
creates enough room for the principle to work. We note that
and
, so the inequality
is the best possible one. Under these circumstances, we say that
is a strict bound. Our next statement is more substantial:
Theorem
Every integer greater than 1 is a product of one or more prime numbers.
PROOF. Suppose the statement is false, and let
be the smallest integer greater than 1 which is not a product of primes. Then
is not prime, so
for two smaller integers
. Since
,
are smaller than
and greater than 1, they are products of prime numbers. So
is also a product of primes, which contradicts the choice of
. ![]()
This form of mathematical induction can be very effective. The assumption that
is the smallest counterexample puts the maximum amount of information on the table; it gives us the feeling that we are examining a concrete object.