Olympiad Maths Prep

Track / Stage 5 / 297 of 400 #897 of 2000

Problem 897

AIME late
Combinatorics Difficulty 5.7 Prove it

3. Given that nn is a positive even number, graph GG has nn vertices and n24\frac{n^{2}}{4}

edges, and there are no loops or multiple edges (any two vertices are either connected by an edge or not connected). An unordered pair of distinct vertices (x,y)(x, y) is called "friendly" if they are adjacent to the same vertex (there exists a vertex zz such that xzx z and yzy z are both edges). Prove: Graph GG contains at least 2Cn222 \mathrm{C}_{\frac{n}{2}}^{2} friendly unordered pairs.

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

3. Let Nk(v)N^{k}(v) denote the set of points at a distance kk from point vv, and let SS denote the set of points with non-zero degree. Let the number of friendly unordered point pairs be mm.

Considering that for all vS,N2(v)v \in S, N^{2}(v) contains point vv. Thus, by counting twice we get
2m+S=vSN2(v)=vSuN(v)N(u)vSuN(v)N(u)vS1N(v)uN(v)N(u) \begin{array}{l} 2 m+|S|=\sum_{v \in S}\left|N^{2}(v)\right| \\ =\sum_{v \in S}\left|\sum_{u \in N(v)} N(u)\right| \\ \geqslant \sum_{v \in S u \in N(v)}|N(u)| \\ \geqslant \sum_{v \in S} \frac{1}{|N(v)|} \sum_{u \in N(v)}|N(u)| \end{array}
(average over all uN(v)u \in N(v))
=uvE(G)(N(u)N(v)+N(v)N(u))2E(G) =\sum_{u v \in E(G)}\left(\frac{|N(u)|}{|N(v)|}+\frac{|N(v)|}{|N(u)|}\right) \geqslant 2 E(G) \text {, }

where E(G)E(G) is the set of edges in GG, and the last step uses the AM-GM inequality.
Thus, mE(G)S2n24n2=2Cπ22m \geqslant E(G)-\frac{|S|}{2} \geqslant \frac{n^{2}}{4}-\frac{n}{2}=2 \mathrm{C}_{\frac{\pi}{2}}^{2}.

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