Maths Olympiad Prep

Library / /33 of 41

, 2012

Combinatorics Difficulty 8.6 Shortlist Prove it Slovenia

We have 1010 intervals of numbers I1=[a1,b1],I2=[a2,b2],,I10=[a10,b10]I_1 = [a_1, b_1], I_2 = [a_2, b_2], \dots, I_{10} = [a_{10}, b_{10}] such that I1I2I10=[0,1]I_1 \cup I_2 \cup \dots \cup I_{10} = [0, 1]. Prove that there is a k10k \le 10 such that we can choose kk intervals In1,In2,,InkI_{n_1}, I_{n_2}, \dots, I_{n_k} among I1,I2,,I10I_1, I_2, \dots, I_{10} for which no two different intervals IniI_{n_i} and InjI_{n_j} intersect and (bn1an1)+(bn2an2)++(bnkank)12(b_{n_1} - a_{n_1}) + (b_{n_2} - a_{n_2}) + \dots + (b_{n_k} - a_{n_k}) \ge \frac{1}{2}.

Solution

We shall construct two sets of intervals AA and BB such that the intervals in AA will be pairwise disjoint, the intervals in BB will be pairwise disjoint, and the union of all the intervals in AA and BB will be equal to [0,1][0, 1]. This construction will prove the claim of the problem because then either the sum of the lengths of all the intervals in AA or the sum of the lengths of all the intervals in BB will be greater than 12\frac{1}{2}. If not, the sum of the lengths of all the intervals in both sets would be smaller than 11, which would contradict the fact that the union of all the intervals in both sets is equal to [0,1][0, 1]. The elements of one of the sets AA and BB will solve the problem.

Let AA and BB be empty sets. Among the intervals I1=[a1,b1],I2=[a2,b2],,I10=[a10,b10]I_1 = [a_1, b_1], I_2 = [a_2, b_2], \dots, I_{10} = [a_{10}, b_{10}] choose the one that contains 00 and has the greatest right endpoint, bA1b_{A_1}. Add this interval IA1I_{A_1} in the set AA. Among the other intervals (different than IA1I_{A_1}) choose the one that has a non-empty intersection with IA1I_{A_1} and the greatest right endpoint, bB1b_{B_1}. Add this interval IB1I_{B_1} in the set BB. Among the rest (intervals different than IA1I_{A_1} and IB1I_{B_1}) choose the one that has a non-empty intersection with IB1I_{B_1} and the greatest right endpoint, bA2b_{A_2}. Add this interval IA2I_{A_2} in the set AA. Repeat the process as long as the right endpoints of the intervals are all different than 11. Suppose, at the end of the process, the sets of intervals A={IA1,IA2,,IAn}A = \{I_{A_1}, I_{A_2}, \dots, I_{A_n}\} and B={IB1,IB2,,IBm}B = \{I_{B_1}, I_{B_2}, \dots, I_{B_m}\}, where n1mnn - 1 \le m \le n and n+m10n + m \le 10, are equal.

Let us prove that such sets have the desired properties. From the above construction we see that the right endpoints of the successively constructed intervals increase, i.e., for in1i \le n - 1 we have bAi<bBib_{A_i} < b_{B_i} and bBi<bAi+1b_{B_i} < b_{A_{i+1}}. Clearly, the union of all the intervals in both sets is equal to [0,1][0, 1]. Let us also prove that the elements in any of the sets are pairwise disjoint. Let IAjI_{A_j} and IAj+1I_{A_{j+1}} be two successively constructed intervals in AA, and suppose that their intersection is empty. According to the definition, IBjI_{B_j} has the greatest right endpoint among all the intervals (different than IBiI_{B_i} and IAiI_{A_i} for i<ji < j) that intersect IAjI_{A_j}. The right endpoint of the interval IBjI_{B_j} thus needs to be greater than the right endpoint of the interval IAj+1I_{A_{j+1}}. It needs to hold bBi>bAi+1b_{B_i} > b_{A_{i+1}}, which is a contradiction. The elements of AA must be pairwise disjoint. We may show similarly that the elements of BB are pairwise disjoint. This proves the claim.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.