1996 OIM Problems/Problem 4
Problem
Given a natural number , consider all fractions of the form
, where
and
are natural numbers, prime to each other and such that
Prove that for each the sum of these fractions is 1/2.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
We utilize induction on . The base case
is obvious, so we let
for
and show that
works.
Notice that for every increase of , the bounds shift. The ordered pairs
that once were allowed but are now not after an increase of
of
are the points such that
. On the other hand, the points that once were not allowed but now are permitted are the points that have
. All other pairs that were not allowed are still not allowed and vice versa. Then let
be the sum of the set of the
pairs and
be the sum of the set of the
pairs.
As a result, the sum of each of the two sets of fractions should be equal in order to preserve the overall value of the fraction. First, we consider the fractions of ; the sum would then be
On the contrary, we consider the points such that
. First, notice that
since
and
are relatively prime (and
and
cannot both equal
since
). Thus we can eliminate the condition
for a moment and can divide by
later to remove the excess cases. That being said, we can express our summation:
Notice that since
, then by the Euclidean Algorithm, we must also have
. Also,
Therefore:
the last equality coming from symmetry since
. Thus
, implying the conclusion.