Next: Problems
Up: Mathematical preliminaries
Previous: Relations and Functions
  Contents
Principle of Mathematical Induction
Anyone who has had a good grounding in school mathematics must be familiar
with two uses of mathematical induction.
- Definition of functions and relations by mathematical induction,
- Proofs by the principle of mathematical induction.
We present below some familiar examples of definitions by mathematical
induction.
Example 2.1
The factorial function on natural numbers (of the type
)
is defined as follows
- Basis.
- Induction step.
-
Example 2.2
The
power (where
is a natural number) of a positive number
is often defined as
- Basis.
- Induction step.
-
This is a function of the type
.
Example 2.3
The set of
-tuples of natural numbers can be defined in terms of Cartesian
products as
- Basis.
-
- Induction step.
-
Similarly the principle of mathematical induction is the means by which we
have often proved (as opposed to defining) properties about numbers, or
statements involving the natural numbers. The principle may be stated as
follows.
Principle of Mathematical Induction (PMI) - Version 1
A property
holds for all natural numbers provided
- Basis step:
holds for 0, and
- Induction step:
- If
holds for an arbitrary
,
also holds for
The underlined portion, called the Induction hypothesis, is an assumption
that is necessary for the conclusion to be proved. Intuitively, the principle
captures the fact that in order to prove any statement involving natural
numbers, it suffices to do it in two steps. The first step is the basis which needs
to be proved. The proof of the induction step essentially tells us that the
reasoning involved in proving the statement involving the other natural
numbers is the same once the basis has been proved. Hence instead of an
infinitary proof (one for each natural number) we have a compact finitary
proof which exploits the similarity of the proofs for all the naturals except
the basis.
Example 2.5
We prove that all natural numbers of the form
are divisible
by 3.
Several versions of this principle exist. We state some of the most important
ones. In each case, the underlined portion is the induction hypothesis. For
example it is not necessary to consider 0 (or even 1) as the basis step. Any
integer
could be considered the basis, as long as the property is to be
proved for all
.
Principle of Mathematical Induction (PMI) - Version 2
A property
holds for all natural numbers,
provided
- Basis step:
holds for
, and
- Induction step:
- If
holds for an arbitrary
,
then
holds for
.
Such a version seems very useful when the property to be proved is not true
or is undefined for 0 or 1. The following example illustrates this.
Example 2.6
Suppose we have stamps of two different denominations, 3 paise and 5 paise.
We want to show that it is possible to make up exactly any postage of 8 paise
or more using stamps of these two denominations [Liu]. Thus we want to
show that every positive integer
is expressible as
where
.
In the next version we strengthen the hypothesis.
Principle of Mathematical Induction (PMI) - Version 3
A property
holds for all natural numbers provided
- Basis step:
holds for 0, and
- Induction step:
- If
holds for all
,
for an arbitrary
, then
also holds for
.
Versions 1 and 2 of PMI rely on the fact that starting from 0 (or
) every
integer larger than 0 (or
) may be obtained by successively adding 1 to the
previous one, whereas version 3 is obtained by considering the natural
numbers as being totally ordered by the
relation.
Since the natural numbers are themselves defined as the smallest set
such
that
and whenever
,
also belongs to
. Therefore we may state
yet another version of PMI from which the other versions previously stated
may be derived. The intuition behind this version is that a property
may
also be considered as defining a set
satisfies
. Therefore if a
property
is true for all natural numbers the set defined by the property is
the set of natural numbers. This gives us the last version of PMI.
Principle of Mathematical Induction (PMI) - Version 0
For a set
,
provided
- Basis step:
, and
- Induction step:
- If
, then
.
Next: Problems
Up: Mathematical preliminaries
Previous: Relations and Functions
  Contents
Subhashis Banerjee
2003-08-02