Divide the upper right quadrant of the plane into square cells with side length . In this quadrant, cells are colored, show that there’re at least cells (possibly including the colored ones) that at least one of its neighbors are colored.
Problem 1722
Official solution
1. Setup and Definitions:
- Divide the upper right quadrant of the plane into square cells with side length .
- Denote each cell with coordinates where , starting from the bottom left cell with coordinates .
- Assume cells are colored.
2. Diagonal Line Analysis:
- Consider the cells colored diagonally as in a chessboard starting from . The set of cells arranged diagonally is the set of coordinates such that is constant.
- Denote the -th diagonal line as the set of cells where .
3. Claim 1:
- If we have colored cells on some -th diagonal line, then there are at least neighboring cells such that . These are called *upper neighbor cells*.
- The upper neighbor cells of colored cells in the -th diagonal line lie on the -th diagonal line. Therefore, the sets of upper neighbor cells in any two distinct diagonal lines are disjoint.
4. Induction Hypothesis:
- We proceed by induction on .
- Assume the statement is true for , i.e., for colored cells, there are at least cells that have at least one colored neighbor.
5. Inductive Step:
- Among the colored cells, take out colored cells (call them red cells) following these steps:
1. Take out cells in descending order of .
2. Among the cells with , take out cells in descending order of .
- After this, we are left with colored cells (call them blue cells) which will have neighbor cells. Let be the set of neighbor cells for these blue cells.
6. Analysis of Red Cells:
- Suppose the red cells lie on diagonal lines starting from the -th diagonal line to the -th diagonal line. Denote as the number of red cells in the -th diagonal line.
- From the claim, there will be no blue cells on the -th diagonal line where . Therefore, the cells on the -th diagonal line will contribute at least neighbor cells to the total (not including neighbor cells of blue cells).
7. Special Cases:
- For red cells on the -th diagonal line, if there is no blue cell on the -th diagonal line, then we will have extra neighbor cells added to . However, if there is at least one blue cell, then the blue cells will have at most one common upper neighbor cell with such red cells, resulting in extra neighbor cells added to (not including neighbor cells of blue cells).
8. Conclusion:
- Since , if either no blue cell on the -th diagonal line or , then:
- If , then all cells plus at least one blue cell can be put on the -th diagonal line. Hence, and this last -th diagonal line contains at least colored cells. Denote as the number of colored cells on the -th diagonal line, then . It's not hard to show that for , the number of neighbor cells on the -th diagonal line is at least . Note that and the -th diagonal line has at least neighbor cells. Therefore,