Maths Olympiad Prep

Library / /4 of 5

, 2024

Combinatorics Difficulty 7.2 National olympiad, round 2 Prove it Czech-Polish-Slovak Mathematical Match

For a positive integer nn, an nn-configuration is a family of sets Ai,j1i,jn\langle A_{i,j} \rangle_{1\le i,j\le n}. An nn-configuration is called sweet if for every pair of indices (i,j)(i, j) with 1in11 \le i \le n-1 and 1jn1 \le j \le n we have Ai,jAi+1,jA_{i,j} \subseteq A_{i+1,j} and Aj,iAj,i+1A_{j,i} \subseteq A_{j,i+1}. Let f(n,k)f(n,k) denote the number of sweet nn-configurations such that An,n{1,2,,k}A_{n,n} \subseteq \{1, 2, \dots, k\}. Determine which number is larger: f(2024,20242)f(2024, 2024^2) or f(20242,2024)f(2024^2, 2024).

Solution

Consider a sweet nn-configuration Ai,j1i,jn\langle A_{i,j} \rangle_{1\le i,j\le n} with An,n{1,2,,k}A_{n,n} \subset \{1, 2, \dots, k\}. For any x{1,2,,k}x \in \{1, 2, \dots, k\} and i{1,2,,n}i \in \{1, 2, \dots, n\} define
px(i)={j:xAi,j}. p_x(i) = |\{j: x \in A_{i,j}\}|.
Since Ai,jAi,j+1A_{i,j} \subseteq A_{i,j+1} for all suitable i,ji, j, the set {j:xAi,j}\{j: x \in A_{i,j}\} consists of px(i)p_x(i) largest elements of {1,2,,n}\{1, 2, \dots, n\}. Since Ai,jAi+1,jA_{i,j} \subseteq A_{i+1,j} for all suitable i,ji, j, the function px:{1,2,,n}{0,1,2,,n}p_x: \{1, 2, \dots, n\} \to \{0, 1, 2, \dots, n\} is nondecreasing. Therefore every sweet nn-configuration determines a family px1xk\langle p_x \rangle_{1\le x\le k} of nondecreasing functions px:{1,2,,n}{0,1,,n}p_x: \{1, 2, \dots, n\} \to \{0, 1, \dots, n\}. Conversely, every such a family determines a sweet nn-configuration Ai,j1i,jn\langle A_{i,j} \rangle_{1\le i,j\le n} with An,n{1,2,,k}A_{n,n} \subset \{1, 2, \dots, k\} in the following way: Ai,j={x{1,2,,k}:jn+1px(i)}A_{i,j} = \{x \in \{1, 2, \dots, k\}: j \ge n+1-p_x(i)\}. Therefore f(n,k)=g(n)kf(n,k) = g(n)^k where g(n)g(n) is the number of nondecreasing functions p:{1,2,,n}{0,1,,n}p: \{1, 2, \dots, n\} \to \{0, 1, \dots, n\}.

Using the stars-and-bars method, there is a bijection between the family of nondecreasing functions p:{1,2,,n}{0,1,,n}p: \{1, 2, \dots, n\} \to \{0, 1, \dots, n\} and the set of sequences consisting of nn stars and nn bars. The bijection is given by
pp(1)p(2)p(1)p(3)p(2)p(n)p(n1)np(n) p \to \underbrace{**\dots*}_{p(1)} | \underbrace{**\dots*}_{p(2)-p(1)} | \underbrace{**\dots*}_{p(3)-p(2)} | \dots | \underbrace{**\dots*}_{p(n)-p(n-1)} | \underbrace{**\dots*}_{n-p(n)}
Thus g(n)=(2nn)g(n) = \binom{2n}{n}.

The problem boils down to determining which of the numbers
(2nn)n2,(2n2n2)n, \binom{2n}{n}^{n^2}, \quad \binom{2n^2}{n^2}^n,
where n=2024n = 2024, is larger. Note that
(2n2n2)=i=1n2(n2+i)i=1n2i=i=1n2(n2+ii)=j=0n1i=1nn2+jn+ijn+i>j=0n1(n2+jn+njn+n)n==j=0n1(n+j+1j+1)n=(j=1nn+jj)n=((2nn))n \begin{aligned} \binom{2n^2}{n^2} &= \frac{\prod_{i=1}^{n^2} (n^2 + i)}{\prod_{i=1}^{n^2} i} = \prod_{i=1}^{n^2} \left(\frac{n^2 + i}{i}\right) = \prod_{j=0}^{n-1} \prod_{i=1}^{n} \frac{n^2 + jn + i}{jn + i} > \prod_{j=0}^{n-1} \left(\frac{n^2 + jn + n}{jn + n}\right)^n = \\ &= \prod_{j=0}^{n-1} \left(\frac{n + j + 1}{j + 1}\right)^n = \left(\prod_{j=1}^{n} \frac{n+j}{j}\right)^n = \left(\binom{2n}{n}\right)^n \end{aligned}
and therefore
(2n2n2)n>(2nn)n2. \binom{2n^2}{n^2}^n > \binom{2n}{n}^{n^2}.

Remark: A sketch of a slightly different way of thinking about f(n,k)=(2nn)kf(n,k) = \binom{2n}{n}^k: Consider an n×nn \times n table. In a cell with coordinates (i,j)(i, j), list all the elements of the set Ai,jA_{i,j}. Fix an element x{1,,k}x \in \{1, \dots, k\} and consider the cells that contain the number xx. By the condition, those cells form a region closed under making a step right and making a step up. Such regions are delimited by grid paths that start at [0,n][0, n], end at [n,0][n, 0], and only steps right or down. There are (2nn)\binom{2n}{n} possible paths for each xx, thus f(n,k)=(2nn)kf(n,k) = \binom{2n}{n}^k.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.