Integers and satisfy . Kingdom Kitty has cities, with at most one road between each pair of cities. It is known that the total number of roads in the kingdom is at least . Prove that we can choose cities such that the total number of roads with both ends being a chosen city is at least .
, 2023
Solution
Let us first remove vertices of smallest degree from the graph one by one, until in the remaining graph every vertex has degree greater than . Note that the above operation removes at most edges, hence , and thus .
Take arbitrarily a vertex in , and let and be respectively the sets of vertices in at distance 1 and 2 from . Color all edges from to blue. Moreover, for each vertex in , choose a vertex in that is connected to , and color blue as well.
We claim that we can always find at least distinct 3-cycles or 4-cycles passing through . First, since , this means that the number of edges from to is at least . But at the same time, note that the number of blue edges is , hence this shows that among the edges from to , at least of them are not blue, and each such edge, together with at most three blue edges, forms a 3-cycle passing through (if it goes from to ) or a 4-cycle (if it goes from to ).
Now, let be the union of these 3-cycles and 4-cycles. Note that has at most vertices (noting that they all share the vertex ), and the total number of edges exceeds the total number of vertices by (based on the structure of the cycles). This shows that, as long as the connected component containing the initially chosen has at least vertices, we can start from and gradually add new vertices from the connected region, until the total number of vertices reaches , at which point the total number of edges is at least . Q.E.D.