CombinatoricsDifficulty 8.4ShortlistProve itUnited States
Let n be an even positive integer, and let G be an n-vertex graph with exactly 4n2 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} is said to be amicable if they have a common neighbor (there is a vertex z such that xz and yz are both edges). Prove that G has at least 2(2n/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) denote the kth neighbor set of v, and S the set of vertices of nonzero degree. Note that N2(v) contains v for all v∈S, so a simple double-counting argument yields 2(number of unordered amicable pairs)+∣S∣=v∈S∑∣N2(v)∣=v∈S∑u∈N(v)⋃N(u)≥v∈S∑u∈N(v)max∣N(u)∣≥v∈S∑∣N(v)∣1u∈N(v)∑∣N(u)∣(by averaging over all u∈N(v))=edges uv∈E(G)∑(∣N(v)∣∣N(u)∣+∣N(u)∣∣N(v)∣)≥2∣E(G)∣, where E(G) denote the set of edges in G, and we use AM-GM in the last step. Thus the number of (unordered) amicable pairs is at least ∣E(G)∣−∣S∣/2≥n2/4−n/2=2(2n/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.