Skip to main content
OlympiadHQ

Browse · MathNet

Print

CAPS Match 2024

2024 counting and probability

Problem

For a positive integer , an -configuration is a family of sets . An -configuration is called sweet if for every pair of indices with and we have and . Let denote the number of sweet -configurations such that . Determine which number is larger: or .
Solution
Consider a sweet -configuration with . For any and define Since for all suitable , the set consists of largest elements of . Since for all suitable , the function is nondecreasing. Therefore every sweet -configuration determines a family of nondecreasing functions . Conversely, every such a family determines a sweet -configuration with in the following way: . Therefore where is the number of nondecreasing functions .

Using the stars-and-bars method, there is a bijection between the family of nondecreasing functions and the set of sequences consisting of stars and bars. The bijection is given by Thus .

The problem boils down to determining which of the numbers where , is larger. Note that and therefore

Remark: A sketch of a slightly different way of thinking about : Consider an table. In a cell with coordinates , list all the elements of the set . Fix an element and consider the cells that contain the number . 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 , end at , and only steps right or down. There are possible paths for each , thus .
Final answer
f(2024^2, 2024) is larger

Techniques

Recursion, bijectionAlgebraic properties of binomial coefficients