Suppose you consider the collection of pairs of positive whole numbers, and each pair is colored either red or blue. Then there is an infinite set S of positive whole numbers such that any pair of items from S are the same color.
In symbols:
P = { (a,b) : a in N, b in N }
C : P -> {0,1}
There exists S an infinite subset of N and c in {0,1} such that for all a in S and b in S, C(a,b)=c.
The proof is quite simple, I use it regularly to boggle 13 and 14 year olds.