On a planet there are aliens and languages. Each pair of aliens communicates with each other in exactly one language. Show that there are aliens who communicate with each other in one common language.
Solution
We use terminologies in graph theory. We shall prove by induction that in a complete graph of vertices, if we colour every edge in one of colours, then there exists a monochromatic triangle.
For the base case , since there are vertices but only one colour, the result holds trivially.
Assume the claim holds for some . Consider a complete graph of vertices. We colour every edge in one of colours. Fix any vertex . By the pigeonhole principle, there are
edges with as an endpoint which are of the same colour, say red. If an edge connecting two of these vertices is red, then these two vertices together with form a red triangle. If all these edges are not red, then they are in one of colours. By the inductive hypothesis, there is a monochromatic triangle in this subgraph. This proves the inductive step, and hence the problem is solved.