Given any $10$ people in a room, prove that among them there are either $3$ that know each other or $4$ that do not know each other. (Assume that if A knows B, then B knows A.)
Could the pigeonhole principle be used for this? If so, how? I have a feeling it can be used but im not sure where to apply it just yet.
Choose one of the present people, say $A$. The rest are split into two groups- those that know $A$ (let's say, group $T$) and those that don't (let's say, group $S$). There are just two possibilities: either $|S| ≥ 6$ or $|T| ≥ 4$ (or otherwise $|S∪T| < 9$ which is a contradiction).
If $|S| ≥ 6$, then there has to be $3$ members of $S$ that don't know each other (a well known result). Together with $A$, they form a group of four mutual strangers.
If $|T| ≥ 4$, then either they all don't know each other (in which case we are already done), or some two are acquaintances. In the latter case, together with $A$ these two form a triple of mutual acquaintances.
This completes the proof.