Let be a positive integer. Find the smallest positive integer such that for any set of points in the interior of the unit square, there exists a set of rectangles such that the following hold:
- The sides of each rectangle are parallel to the sides of the unit square.
- Each point in is not in the interior of any rectangle.
- Each point in the interior of the unit square but not in is in the interior of at least one of the rectangles.
(The interior of a polygon does not contain its boundary.)
Problem 834
Official solutions — 2
Solution 1
We give the author's solution. In terms of , we wish find the smallest integer for which is always a union of open rectangles for every set of size .
We claim the answer is .
The lower bound is given by picking
for some real numbers . The four rectangles covering each of
cannot cover any other points in ; all other rectangles can only cover at most 2 points in , giving a bound of
To prove that rectangles are sufficient, assume that the number of distinct -coordinates is at least the number of distinct -coordinates. Let
0=x_{0}0$ gives a total of
(m+n+2)+(n-m)=2 n+2
rectangles.
Solution 2
We claim the answer is . The lower bound is given by picking
for some real numbers . The four rectangles covering each of
cannot cover any other points in ; all other rectangles can only cover at most 2 points in , giving a bound of
!
To prove that rectangles are sufficient, assume that the number of distinct -coordinates is at least the number of distinct -coordinates. Let
be the distinct -coordinates, and
be the distinct -coordinates, where . We can cover the points with the following rectangles:
- For each from to , cover the points for with a rectangle of width and height .
- For each from to , cover the points for with a rectangle of width and height .
- Cover the points for with a rectangle of width and height .
- Cover the points for with a rectangle of width and height .
This gives a total of
rectangles.