Maths Olympiad Prep

Library / /12 of 22

Combinatorics Difficulty 8.4 Shortlist Prove it United States

Let nn be an even positive integer, and let GG be an nn-vertex graph with exactly n24\frac{n^2}{4} edges, where there are no loops or multiple edges (each unordered pair of distinct vertices is joined by either 0 or 1 edge). An unordered pair of distinct vertices {x,y}\{x, y\} is said to be amicable if they have a common neighbor (there is a vertex zz such that xzxz and yzyz are both edges). Prove that GG has at least 2(n/22)2^{\binom{n/2}{2}} unordered pairs of vertices which are amicable.

Solution

The key idea is to rephrase amicable pairs in terms of more familiar concepts. Let Nk(v)N^k(v) denote the kkth neighbor set of vv, and SS the set of vertices of nonzero degree. Note that N2(v)N^2(v) contains vv for all vSv \in S, so a simple double-counting argument yields
2(number of unordered amicable pairs)+S=vSN2(v)=vSuN(v)N(u)vSmaxuN(v)N(u)vS1N(v)uN(v)N(u)(by averaging over all uN(v))=edges uvE(G)(N(u)N(v)+N(v)N(u))2E(G), \begin{align*} 2(\text{number of unordered amicable pairs}) + |S| &= \sum_{v \in S} |N^2(v)| \\ &= \sum_{v \in S} \left| \bigcup_{u \in N(v)} N(u) \right| \\ &\ge \sum_{v \in S} \max_{u \in N(v)} |N(u)| \\ &\ge \sum_{v \in S} \frac{1}{|N(v)|} \sum_{u \in N(v)} |N(u)| \quad (\text{by averaging over all } u \in N(v)) \\ &= \sum_{\text{edges } uv \in E(G)} \left( \frac{|N(u)|}{|N(v)|} + \frac{|N(v)|}{|N(u)|} \right) \\ &\ge 2|E(G)|, \end{align*}
where E(G)E(G) denote the set of edges in GG, and we use AM-GM in the last step.
Thus the number of (unordered) amicable pairs is at least E(G)S/2n2/4n/2=2(n/22)|E(G)| - |S|/2 \ge n^2/4 - n/2 = 2^{\binom{n/2}{2}}, as desired.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.