1972 IMO Problems/Problem 3
Let and
be arbitrary non-negative integers. Prove that
is an integer. (
.)
Solution
Let . We intend to show that
is integral for all
. To start, we would like to find a recurrence relation for
.
First, let's look at :
Second, let's look at :
Combining,
.
Therefore, we have found the recurrence relation .
We can see that is integral because the RHS is just
, which we know to be integral for all
.
So, must be integral, and then
must be integral, etc.
By induction, is integral for all
.
Borrowed from http://www.cs.cornell.edu/~asdas/imo/imo/isoln/isoln723.html
Solution 2
An alternative solution is nested induction in n and m.
As induction start we have the case . In that case
and
.
With induction in we prove the induction start for
which states that
is a multiple of
for all natural numbers
(including 0) (Assertion 1):
For (induction start) we have
. Hence, we can assume that Assertion 1 holds for
and
: That means that
is a multiple of
. Division by
leads to the result that
is a divisor of
and thus
is a divisor of
. And so
is a divisor of
, which is Assertion 1.
Hence, for as induction start in
the statement holds for all
.
So we assume that the statement also holds for all natural numbers
, where
, and all natural numbers
(including 0), which means that
we assume that
divides
for all
. Division by
leads to the result that
is a divisor of
and thus
is a divisor of
. And so
is a divisor of
, which was to prove.