Maths Olympiad Prep

Library / /212 of 397

, 2022

Combinatorics Difficulty 5.9 AIME, harder Prove it Taiwan

Let n,s,tn, s, t be three positive integers, and let A1,,As,B1,,BtA_1, \dots, A_s, B_1, \dots, B_t be subsets (not necessarily distinct) of {1,2,,n}\{1, 2, \dots, n\}. For any subset SS of {1,,n}\{1, \dots, n\}, we define f(S)f(S) to be the number of i{1,,s}i \in \{1, \dots, s\} satisfying SAiS \subseteq A_i; and g(S)g(S) to be the number of j{1,,t}j \in \{1, \dots, t\} satisfying SBjS \subseteq B_j. Suppose that for any 1x<yn1 \le x < y \le n, f({x,y})=g({x,y})f(\{x, y\}) = g(\{x, y\}) holds.
Prove: if t<nt < n, then there must exist 1xn1 \le x \le n such that f({x})g({x})f(\{x\}) \ge g(\{x\}).

Solution

Suppose for the sake of contradiction that t<nt < n and f({x})<g({x})f(\{x\}) < g(\{x\}) for any 1xn1 \le x \le n. Let c1,,cnc_1, \dots, c_n be some real numbers, and for any S[n]S \subseteq [n] let c(S)c(S) be the expression
iSci. \sum_{i \in S} c_i .
Then clearly
i=1sc(Ai)2=j=1tc(Bj)2x=1n(g({x})f({x}))cx2 \sum_{i=1}^{s} c(A_i)^2 = \sum_{j=1}^{t} c(B_j)^2 - \sum_{x=1}^{n} (g(\{x\}) - f(\{x\}))c_x^2
Since t<nt < n, there exists (c1,,cn)(0,,0)Rn(c_1, \dots, c_n) \ne (0, \dots, 0) \in \mathbb{R}^n such that c(Bj)=0c(B_j) = 0 for any j=1,,tj = 1, \dots, t. With this (c1,,cn)(c_1, \dots, c_n), we have
i=1sc(Ai)2=x=1n(g({x})f({x}))cx2<0 \sum_{i=1}^{s} c(A_i)^2 = - \sum_{x=1}^{n} (g(\{x\}) - f(\{x\}))c_x^2 < 0
as g({x})f({x})>0g(\{x\}) - f(\{x\}) > 0 for any x[n]x \in [n]. This is clearly a contradiction. Thus there must be some x[n]x \in [n] with f({x})g({x})f(\{x\}) \ge g(\{x\}).

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 translated into English from zh; metadata (topic, difficulty) added by this project.