6.3. In a grid, each cell contains a positive integer. In each row, the largest number is circled (if there are multiple largest numbers, one of them is circled); in each column, the smallest number is circled (or one of the smallest numbers is circled). It is known that each circled number is circled twice. Prove: all numbers in the table are equal.
Problem 974
Official solution
6.3. First, prove that all the circled numbers are equal to each other. Use proof by contradiction.
Assume there are two circled numbers . Now consider the number that is in the same column as and the same row as . By the problem's condition, , which implies , a contradiction. Therefore, all the circled numbers are equal to each other.
Next, consider any number in the table. It is not greater than the largest number in the same row, nor is it less than the smallest number in the same column. However, from the previous proof, these two numbers are equal. Therefore, is also equal to them. This shows that all numbers in the table are equal.