Integers $n$ and $k$ satisfy $n > 2023k^3$. Kingdom Kitty has $n$ 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 $2n^{3/2}$. Prove that we can choose $3k + 1$ cities such that the total number of roads with both ends being a chosen city is at least $4k$.
Problem
Source: 2023 Taiwan TST Round 2 Independent Study 1-C
Tags: Taiwan TST, combinatorics, Taiwan
08.04.2023 04:19
We present a sketch; the approximations here can easily be made more rigorous. Obviously, the average degree is $4\sqrt n$. The expected number of $K_{1,2}$s in the graph is \[ \sum_v \binom{d(v)}2 \ge \frac{n(4\sqrt n)^2}{2}=8n^2\]by Jensen. If $k=1$, then choose two vertices at random. The expected number of vertices adjacent to both of these vertices is \[ 8n^2 \binom n2^{-1} = 16>2.\]Thus we can take any $2$ of these vertices to create a $4$-cycle, as desired. Now we look at $k>1$. Pick $k$ vertices at random, forming a set $S$. There are an expected $8n^2(\tfrac{k^2}{n^2})>2k$ $K_{1,2}$s with two vertices of $S$ as leaves. Thus there are at least $2k$ vertices adjacent to $2$ vertices of $S$ (the number of vertices adjacent to $3$ or more vertices of $S$ can easily be proven to be negligible.) Combining $S$ with these $2k$ vertices, we get a subgraph with at least $4k$ edges, as desired.
09.03.2024 21:42
solved with Rushil, Adhitya, Ananda, Kanav, Siddharth, Malay
15.04.2024 20:26
Very cute! Claim 1: If there are more than $|E|^{3/2}$ edges, then there exists a $4$ cycle.
Now, just choose as many squares as we can and we get $n^{3/2}/4$, then we have a vertex in at least $\sqrt{n} \geq k$ cycles, and now keep adding more vertices until it reaches $3k+1$ vertices and done.