The natural numbers,
, is the set of all non-negative
integers:
Show that
In a sense, the above statement represents a infinity of
different statements; for every
you care to plug in,
you get a different ``theorem''. Here are the first few:
A nice way to think about induction is as follows. Imagine that each
of the statements corresponding to a different value of
is a
domino standing on end. Imagine also that when a domino's statement
is proven, that domino is knocked down.
We can prove the statement for every
if we can show that
every domino can be knocked over. If we knock them over one at
a time, we'll never finish, but imagine that we can somehow set
up the dominoes in a line and close enough together that when
domino number
falls over, it knocks over domino number
for every value of
. In other words, if domino number
falls, it knocks over domino
. Similarly,
knocks over
,
knocks over
, and so on. If we knock down number
, it's
clear that all the dominoes will eventually fall.
So a complete proof of the statement for every value of
can
be made in two steps: first, show that if the statement is true
for any given value, it will be true for the next, and second,
show that it is true for
, the first value.
What follows is a complete proof of statement
:
Suppose that the statement happens to be true for a particular
value of
, say
. Then we have:
look like when
Notice that the left hand side of equation
is the same as the left hand side of equation
except that there is an extra
added to it. So if
equation
is true, then we can add
to both
sides of it and get:
it is clearly equal to
true. We have effectively shown here that if domino
To complete the proof, we simply have to knock
down the first domino, domino number 0. To do so, simply plug
into the original equation and verify that if you add all
the integers from 0 to 0, you get
.
Sometimes you need to prove theorems about all the integers
bigger than some number. For example, suppose you would like
to show that some statement is true for all polygons (see
problem
below, for example). In this case, the
simplest polygon is a triangle, so if you want to use induction
on the number of sides, the smallest example that you'll be able
to look at is a polygon with three sides. In this case, you
will prove the theorem for the case
and also show that
the case for
implies the case for
. What you're
effectively doing is starting by knocking down domino number 3
instead of domino number 0.