We have 1990 people and each one is "connected" to at least 1327 others. Show that there is a group of 4 people where each one is "connected" to every other person of that group.
We could model the relation "connected to" as a graph, where each node is a person (so $n=1990$ in $G(V,E)$) and two people $u,v$ are connected iff $u,v\in E$. Then from the problem statement, $δ(G)\geq 1327$ and thus $m\geq 1327$. We need to show that $G(V,E)$ has the complete graph $K_4$ as a subgraph, i.e. $K_4\subset G$. But I am stuck here. Any help to advance my solution?
First you can show that there is a clique of size 3 - a set of 3 people, each of whom is connected to the other two. Take a pair of people who are connected. Each one is connected to at least 1326 others. $1326 + 1326 = 2652 > 1988$ so these two people must have at least one connection in common.
Once you know there is a clique of size 3 you can extend the same argument to show there is a clique of size 4 as follows:
(1) Consider any pair within the size 3 clique. Work out how many connections that pair must share outside of the clique.
(2) Consider all 3 pairs within the size 3 clique. Show that the 3 pairs must have at least one shared connection in common. Add this connection to the size 3 clique and you have a size 4 clique.