Every pair of communities in a country is linked directly by exactly one mode of transportation: bus, train or airplane.
All three modes of transportation are used in the country; no community is served by all three modes, and no three communities are linked pairwise by the same mode. For example, four communities can be linked according to these stipulations in the following way: bus, AB, BC, CD, DA; train, AC ; airplane, BD.
Give a proof to show that five communities cannot be linked in the required manner.
Is there any way to do this other than brute force (going through all the possibilities and showing contradictions arise?)