The -element set of real numbers is given, where . Prove that there exist at least 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.
Problem 1600
Official solution
To prove that there exist at least two-element subsets of an -element set of real numbers, where , 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 is even and when is odd.
1. **Case 1: is even**
Let the numbers in the set be , and let be the arithmetic mean of the elements in .
Lemma: The set can be partitioned into disjoint pairs in unique ways. This is a known result from graph theory that (the complete graph on vertices) has edge-disjoint perfect matchings.
Proof:
- Remove from and let , where operations are done modulo .
- The sets for are disjoint partitions of .
For any , the union of its elements is and no pair occurs in two different sets . It follows that there is at least one unique pair in each whose arithmetic mean is not less than the mean of all pairs in , which is also equal to the mean of . So the claim is true for even .
2. **Case 2: is odd**
Consider the largest element that is not larger than the mean, . If , then . Hence, there are at least as many elements above the mean as there are below the mean. Therefore, there are at least elements greater than , and any two of them will have an average greater than .
Since when is odd and , we are done. So we can assume . This gives one pair (1).
Now consider . Since , the mean of is not less than the mean of . Furthermore, since is even, from the previous case, we can find pairs greater than the mean. Clearly, these won't contain , so we have distinct pairs. This completes the proof.