Olympiad Maths Prep

Track / Stage 7 / 187 of 300 #1587 of 2000

Problem 1587

National olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.4 Prove it

In a group of mathematicians, every mathematician has some friends (the relation of friend is reciprocal). Prove that there exists a mathematician, such that the average of the number of friends of all his friends is no less than the average of the number of friends of all these mathematicians.

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

1. Graph Representation and Assumptions:
- Denote the group of mathematicians by a graph G G with vertices v1,v2,,vn v_1, v_2, \ldots, v_n .
- Assume deg(vi)1 \deg(v_i) \geq 1 for each i,1in i, 1 \leq i \leq n . This assumption simplifies the problem without loss of generality.

2. Contradiction Setup:
- Suppose the contrary, that for every mathematician vi v_i , the average number of friends of their friends is less than the average number of friends of all mathematicians.
- Let ki=deg(vi) k_i = \deg(v_i) be the number of friends of vi v_i .
- Let ai a_i be the total number of friends of friends of vi v_i . If w1,w2,,wki w_1, w_2, \ldots, w_{k_i} are all friends of vi v_i , then ai=j=1kideg(wj) a_i = \sum_{j=1}^{k_i} \deg(w_j) .

3. Good Subgraph Definition:
- Define a subgraph x x of G G as good good if it has 3 vertices vi,vj,vk v_i, v_j, v_k such that deg(vi)=deg(vj)=1 \deg(v_i) = \deg(v_j) = 1 and deg(vk)=2 \deg(v_k) = 2 in x x .
- Let Y Y be the total number of good subgraphs of G G .

4. Total Number of Friends:
- Let t t be the total number of friends of all mathematicians, t=i=1ndeg(vi) t = \sum_{i=1}^{n} \deg(v_i) .

5. Average Friends Calculation:
- Since aiki<tn \frac{a_i}{k_i} < \frac{t}{n} for each i,1in i, 1 \leq i \leq n , we have:
A=i=1nai<tni=1nki=t2n A = \sum_{i=1}^{n} a_i < \frac{t}{n} \sum_{i=1}^{n} k_i = \frac{t^2}{n}

6. Counting Good Subgraphs:
- Select a vi v_i , 1in 1 \leq i \leq n . Let gi g_i be the number of good subgraphs of G G where vi v_i is a vertex with deg(vi)=1 \deg(v_i) = 1 .
- Then vi v_i counts exactly deg(vi)+gi \deg(v_i) + g_i times in A A (once for each friend and once for each good subgraph it is part of).

7. Summing Up:
- Thus, A=i=1nai=i=1ndeg(vi)+gi A = \sum_{i=1}^{n} a_i = \sum_{i=1}^{n} \deg(v_i) + g_i .
- Since each good subgraph is counted exactly twice in i=1ngi \sum_{i=1}^{n} g_i , we have:
i=1ngi=2Y=2i=1n(deg(vi)2) \sum_{i=1}^{n} g_i = 2Y = 2 \sum_{i=1}^{n} \binom{\deg(v_i)}{2}
- Therefore:
A=i=1nai=(i=1ndeg(vi))+2i=1n(deg(vi)2) A = \sum_{i=1}^{n} a_i = \left( \sum_{i=1}^{n} \deg(v_i) \right) + 2 \sum_{i=1}^{n} \binom{\deg(v_i)}{2}
=(i=1ndeg(vi))+2i=1ndeg(vi)(deg(vi)1)2 = \left( \sum_{i=1}^{n} \deg(v_i) \right) + 2 \sum_{i=1}^{n} \frac{\deg(v_i)(\deg(v_i) - 1)}{2}
=i=1n(deg(vi))2 = \sum_{i=1}^{n} (\deg(v_i))^2

8. Contradiction:
- Thus, A=i=1n(deg(vi))2<t2n=(i=1ndeg(vi))21n A = \sum_{i=1}^{n} (\deg(v_i))^2 < \frac{t^2}{n} = \left( \sum_{i=1}^{n} \deg(v_i) \right)^2 \frac{1}{n} .
- By the Root Mean Square-Arithmetic Mean Inequality:
i=1n(deg(vi))2ni=1ndeg(vi)n \sqrt{\frac{\sum_{i=1}^{n} (\deg(v_i))^2}{n}} \geq \frac{\sum_{i=1}^{n} \deg(v_i)}{n}
i=1n(deg(vi))2n(i=1ndeg(vi))2n2 \frac{\sum_{i=1}^{n} (\deg(v_i))^2}{n} \geq \frac{\left( \sum_{i=1}^{n} \deg(v_i) \right)^2}{n^2}
- This contradicts the earlier inequality, thus proving the original statement.

\blacksquare

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