Skip to main content
OlympiadHQ

Browse · MathNet

Print

Baltic Way 2023 Shortlist

Baltic Way 2023 counting and probability

Problem

For sets and consisting of positive real numbers, define and . Define the sets recursively by and for all integers . Prove that for all integers we have
Solution
Solution: We start with a lemma. Lemma. For any , implies . Proof. Induction. Case is clear. Now, if , then and , and thus Similarly if , then Lower bound. We now prove that for all , which proves the lower bound. Let denote the number of elements in which are larger than or equal to and let denote the number of elements in which are strictly larger than . Clearly if and otherwise .

First note that , so contains at least elements which are . Also note that for any for which we have and . Thus, contains at least elements in and thus, by the lemma, at least elements in . Therefore, has at least elements greater than . By the lemma thus has at least elements. If , then and if , then .

Upper bound. We then prove the upper bound. Define , let be the -th Catalan number, and . Then where we used the well-known recursion formula for the Catalan numbers. We prove that for all , which certainly is enough since . The proof is by induction. The cases may be checked by hand, as we have We now assume . We have the trivial bound

s_n \le \sum_{i=1}^{n-1} s_i s_{n-i}. s_n \le \sum_{i=1}^{n-1} s_i s_{n-i} < \sum_{i=1}^{n-1} b_i b_{n-i} = b_n. For $n$ even we need more care. Note that $|A_{n/2} + A_{n/2}| \le \binom{s_{n/2}}{2} + s_{n/2}$ and \left| \frac{1}{\frac{1}{A_{n/2}} + \frac{1}{A_{n/2}}} \right| \le \binom{s_{n/2}}{2} + s_{n/2}. Therefore, for $n$ even we have s_n \le \sum_{i=1}^{\frac{n}{2}-1} 2s_i s_{n-i} + s_{n/2}^2 + s_{n/2} = \sum_{i=1}^{n-1} s_i s_{n-i} + s_{n/2}. We now note that for $n \ge 6$ we have, by the induction hypothesis, $s_3 s_{n-3} < (b_3 - 1) b_{n-3}$, and hence \sum_{i=1}^{n-1} s_i s_{n-i} + s_{n/2} < \sum_{i=1}^{n-1} b_i b_{n-i} - b_{n-3} + b_{n/2} \le \sum_{i=1}^{n-1} b_i b_{n-i} = b_n, $b_n$ are increasing, concluding the proof.

Techniques

Catalan numbers, partitionsInduction / smoothingRecurrence relations