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 with vertices v1,v2,…,vn. - Assume deg(vi)≥1 for each i,1≤i≤n. This assumption simplifies the problem without loss of generality.
2. Contradiction Setup: - Suppose the contrary, that for every mathematician vi, the average number of friends of their friends is less than the average number of friends of all mathematicians. - Let ki=deg(vi) be the number of friends of vi. - Let ai be the total number of friends of friends of vi. If w1,w2,…,wki are all friends of vi, then ai=∑j=1kideg(wj).
3. Good Subgraph Definition: - Define a subgraph x of G as good if it has 3 vertices vi,vj,vk such that deg(vi)=deg(vj)=1 and deg(vk)=2 in x. - Let Y be the total number of good subgraphs of G.
4. Total Number of Friends: - Let t be the total number of friends of all mathematicians, t=∑i=1ndeg(vi).
5. Average Friends Calculation: - Since kiai<nt for each i,1≤i≤n, we have: A=i=1∑nai<nti=1∑nki=nt2
6. Counting Good Subgraphs: - Select a vi, 1≤i≤n. Let gi be the number of good subgraphs of G where vi is a vertex with deg(vi)=1. - Then vi counts exactly deg(vi)+gi times in 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. - Since each good subgraph is counted exactly twice in ∑i=1ngi, we have: i=1∑ngi=2Y=2i=1∑n(2deg(vi)) - Therefore: A=i=1∑nai=(i=1∑ndeg(vi))+2i=1∑n(2deg(vi)) =(i=1∑ndeg(vi))+2i=1∑n2deg(vi)(deg(vi)−1) =i=1∑n(deg(vi))2
8. Contradiction: - Thus, A=∑i=1n(deg(vi))2<nt2=(∑i=1ndeg(vi))2n1. - By the Root Mean Square-Arithmetic Mean Inequality: n∑i=1n(deg(vi))2≥n∑i=1ndeg(vi) n∑i=1n(deg(vi))2≥n2(∑i=1ndeg(vi))2 - This contradicts the earlier inequality, thus proving the original statement.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.