This is AMM problem 12449 that I solved with my friends Satvik Saha and Sohom Gupta.
Problem Statement -
Let be a positive integer with . The squares of an -by- grid are colored with up to colors. Prove that there exist two rows and two columns whose four squares of intersection have the same color.
Solution -
Define a monochromatic -pair as an unordered pair of row indices of squares in the same column with the same color .
Note that if the same -pair appears in two distinct columns, we have found a monochromatic rectangle. If not, each column must contribute distinct -pairs, making the maximum number of possible -pairs , hence the maximum number of monochromatic pairs .
But if the -th column contains squares of color , then it contributes
monochromatic pairs, which is minimized when one is and the remaining many are .
Thus, the -th column contributes at least
monochromatic pairs, giving a total of at least
monochromatic pairs.
Since we have equality, each color must contribute the same number (i.e. ) of -pairs, while simultaneously all . The latter means that each color must contribute a multiple of many -pairs, whereas
which is a contradiction.
No comments:
Post a Comment