2017 USAMO Problems/Problem 5
Problem
Let denote the set of all integers. Find all real numbers
such that there exists a labeling of the lattice points
with positive integers for which: only finitely many distinct labels occur, and for each label
, the distance between any two points labeled
is at least
.
Solution 1 (Evan Chen, Calvin Deng)
See page 11 of this PDF: https://web.evanchen.cc/exams/USAMO-2017-notes.pdf
Solution 2 (INCOMPLETE)
For we can label every lattice point
For
we can make a "checkerboard" labeling, i.e. label
with
if
is even and
if
is odd. One can easily verify that these labelings satisfy the required conditions. Therefore, a labeling as desired exists for all
An iterated version of the checkerboard labeling can actually work for all values For convenience, define the original lattice grid to be the set of all lattice points in the coordinate plane. Define a modified lattice grid of size
to be a structure similar to the lattice points on the coordinate plane, but with the minimum separation between any two points equaling
(as opposed to
).
On the first step, assign a label to half of the points in a checkerboard arrangement. One can see that the points that have not yet been labeled form a modified lattice grid of size
(this lattice grid is also rotated by
from the original lattice grid). At this point, for the second step, assign a label
to half of the points, again in a checkerboard arrangement. At this point, the points that have not yet been labeled form a modified lattice grid of size
(and again, it is rotated
from the modified lattice grid after the first step). One then continues in this fashion. For the
step, the points we are labeling are separated by at least
so we know that our labeling at each step is acceptable.
After the step (where
is a natural number), the points that have not yet been labeled form a modified lattice grid with size
Since
we will eventually have
for some sufficiently large
At this point, we can label all remaining points in the original lattice grid
and this produces a labeling of all of the lattice points in the plane that satisfies all of the conditions. Therefore, a labeling as desired exists for all
We now prove that no labeling as desired exists for any To do this, we will prove that labeling a
-by-
square grid of lattice points requires at least
distinct labels for all natural numbers
; hence for a sufficiently large section of the lattice plane the number of distinct labels required grows arbitrarily large, so the entire lattice plane cannot be labeled with finitely many distinct labels. We will prove this using induction.
For the base case, we have four points in a square of side length
The maximum distance between any two of these points is
for all
so all four points must have different labels. This completes the base case.
Now, for the inductive step, suppose that labeling a -by-
square grid of lattice points requires at least
distinct labels for some natural number
We will now prove that labeling a
-by-
square grid of lattice points requires at least
distinct labels.
Take a -by-
square grid of lattice points. Divide this grid into four quadrants,
and
By the inductive hypothesis,
requires at least
distinct labels. At least one of these labels must be
or greater; take one such label and call it
The largest distance between any two points in the entire grid is for all
Therefore, the label
cannot be used anywhere else in the grid. However,
and
each require at least
distinct labels as well by the inductive hypothesis. Thus, they must use at least one label that is not used in
It follows that the entire grid requires at least
distinct labels. This completes the inductive step, and thus we conclude that no labeling as desired exists for any
I have heard from others that the actual boundary is This makes intuitive sense, since the iterated checkerboard labeling outlined above just breaks down at this value (you will be able to get closer and closer to labeling all of the lattice points, but you can never get there, since you will never have
). The inductive argument above seems fairly loose, so I think that it can be sharpened to bring the upper bound down to
but I am not sure yet how exactly to do so. I think the way to do it is to somehow force
new labels (instead of just
) each time you double the side length of the square grid.
Solution 3
We claim that for all , there exists such a configuration.
Lemma 1a: If there exists a configuration for , then for any
, there also exists a configuration for
.
Note that any labeling that can be done for
exists for
. Thus, we may copy the configuration from
to
.
Lemma 1b: If there does not exist a configuration for , then for any
, there does not exist a configuration for
.
Note that any labeling which may be done for
should also be available for
. However, we already stated that
has no configuration, and so
doesn't either.
We now prove that does not work. WLOG, label the origin of our lattice plan with label
. WLOG, we can cover every point that we can with label
because not labeling any such possible point does not affect the distance between points that aren't allowed to be labelled.
Name the state of the lattice grid before using label state
. After covering every point possible, we are left with only lattice points that have coordinates that sum to an odd integer. Notice, however, that if we discard the covered points and rotate all the new points by
radians counterclockwise, we end up with the same grid as state
, only all the distances are multiplied by scalar
. However, before placing label
s, note that we are in the same state
as before, because our minimum distance is also multiplied by scalar
. Thus, we will always be in an infinite loop, stuck in state
, and thus it is impossible to complete the labeling.
It suffices to show that any works given
. Note that the two smallest distances between any two points in the starting grid are
and
. When we are currently in state
using label
, it is obvious that if
, we can break out of state
(Our effective minimum length would be at most 1, and we can cover every remaining point). Because
, there does exist an
where this occurs. Thus, any
works, hence proved.
~SigmaPiE