Given a bunch of people, between each 4 of them one of these statements is true:
- You can find 3 people who are friends with each other.
- You can find 3 people that none of them is friends with another one.
Prove that these people can be divided into two groups such that in one of them everybody is friends with all other people and in the other no one is friends with another one.
Any hints to start the proof?
Hint: Divide them in two disjoint subset $A$ and $B$ such that the nodes in $B$ have no edges between them, and $B$ has the maximum cardinality among the sets made this way (called indipendent sets). Prove that $A$ is totally connected (a clique) and you're done.