Olympiad Maths Prep

Track / Stage 7 / 200 of 300 #1600 of 2000

Problem 1600

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.5 Prove it

The nn-element set of real numbers is given, where n6n \geq 6. Prove that there exist at least n1n-1 two-element subsets of this set, in which the arithmetic mean of elements is not less than the arithmetic mean of elements in the whole set.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

To prove that there exist at least n1 n-1 two-element subsets of an n n -element set of real numbers, where n6 n \geq 6 , such that the arithmetic mean of the elements in each subset is not less than the arithmetic mean of the elements in the whole set, we will consider two cases: when n n is even and when n n is odd.

1. **Case 1: n n is even**

Let the numbers in the set S S be a1a2an a_1 \le a_2 \le \dots \le a_n , and let a=1ni=1nai a = \frac{1}{n} \sum_{i=1}^n a_i be the arithmetic mean of the elements in S S .

Lemma: The set S S can be partitioned into n2 \frac{n}{2} disjoint pairs in n1 n-1 unique ways. This is a known result from graph theory that K2n K_{2n} (the complete graph on 2n 2n vertices) has 2n1 2n-1 edge-disjoint perfect matchings.

Proof:
- Remove an a_n from S S and let Pi={(ai1,ai+1),(ai2,ai+2),,(ain22,ai+n22)} P_i = \{(a_{i-1}, a_{i+1}), (a_{i-2}, a_{i+2}), \ldots, (a_{i-\frac{n-2}{2}}, a_{i+\frac{n-2}{2}})\} , where operations are done modulo n1 n-1 .
- The sets Pi{(ai,an)} P_i \cup \{(a_i, a_n)\} for i=1,2,,n1 i = 1, 2, \ldots, n-1 are n1 n-1 disjoint partitions of S S .

For any Pi P_i , the union of its elements is S S and no pair occurs in two different sets Pi P_i . It follows that there is at least one unique pair in each Pi P_i whose arithmetic mean is not less than the mean of all pairs in Pi P_i , which is also equal to the mean of S S . So the claim is true for even n n .

2. **Case 2: n n is odd**

Consider the largest element that is not larger than the mean, ama a_m \le a . If an+am2<a \frac{a_n + a_m}{2} < a , then ana<aam a_n - a < a - a_m . Hence, there are at least as many elements ai a_i above the mean as there are below the mean. Therefore, there are at least n2 \lceil \frac{n}{2} \rceil elements greater than a a , and any two of them will have an average greater than a a .

Since (n22)n1 \binom{\lceil \frac{n}{2} \rceil}{2} \ge n-1 when n n is odd and n7 n \ge 7 , we are done. So we can assume an+am2a \frac{a_n + a_m}{2} \ge a . This gives one pair (1).

Now consider S{am} S \setminus \{a_m\} . Since ama a_m \le a , the mean of S{am} S \setminus \{a_m\} is not less than the mean of S S . Furthermore, since S{am} |S \setminus \{a_m\}| is even, from the previous case, we can find n2 n-2 pairs greater than the mean. Clearly, these won't contain am a_m , so we have n1 n-1 distinct pairs. This completes the proof.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.