An even number of possibilites to fill an array with increasing numbers
Source: IMC 2024, Problem 9
August 8, 2024
linear algebramatrixArrays
Problem Statement
A matrix is called nice, if it has the following properties:
(i) the set of all entries of is for some integer ;
(ii) the entries are non-decreasing in every row and in every column: and ;
(iii) equal entries can appear only in the same row or the same column: if , then either or ;
(iv) for each , there exist and such that and .Prove that for any positive integers and , the number of nice matrixes is even.
For example, the only two nice matrices are and .