2022 USAJMO Problems/Problem 2
Problem
Let and be positive integers. The cells of an grid are colored amber and bronze such that there are at least amber cells and at least bronze cells. Prove that it is possible to choose amber cells and bronze cells such that no two of the chosen cells lie in the same row or column.
Solution 1: Pigeonhole
Let . There are ways to select cells such that no two are in the same row or column. Each such selection can be specified by , a permutation of , such that in the row, the cell in column is selected. Let be the number of amber cells in the selection . We just need to prove there exists a such that Using contradiction, assuming no such exists.
In calculating , each amber cell is counted times. We have WLOG, let . With the contradiction assumption Similarly, let .
One can always move from to via a path in space such that in each step two numbers in the starting permutation are swapped to get the next permutation. For example if one such path is Then the value of along the path changes by at most 2 in each step. On the other hand since , there is a gap of at least width 3 in the range of . A path starting above the gap and ending below the gap with max step size two should not exist. Contradiction.
Therefore there must be an such that either or .