Consider a table (with rows and columns), which contains more columns than rows . We place stars in some cells of the table, and assume that each row and each column contains at least one star. Show that there exists a cell containing a star such that the number of stars on its row is strictly greater than the number of stars on its column.
Problem 1078
Official solution
We number all the starred cells and for each cell we denote as the number of starred cells in its column and in its row. Suppose by contradiction that for all . We will then consider the two sums:
We calculate the first sum according to the columns.
where the penultimate equality follows from the definition of and the fact that each column contains at least one star.
Similarly, we calculate the sum of , which allows us to write:
This constitutes the desired contradiction.