An old (rather easy) contest problem reads as follows:
Each point in a plane is painted one of two colors. Prove that there exist two points exactly one unit apart that are the same color.
This proof can be easily written by constructing an equilateral triangle of side length $1$ unit and asserting that it is impossible for the colors of all three vertices to be pairwise unequal.
However, I was curious about the trickier problem
Each point in a plane is painted one of three colors. Do there exist two points exactly one unit apart that are the same color?
...now, if this happened in $3$-space, I could construct a tetrahedron... but I can't do this in $2$-space. Does this not work with three colors, or is the proof just more complicated? If it doesn't work, how can I construct a counterexample?
We can prove this by finding a more complicated set of points that cannot be colored. One example is known as the Moser spindle:
(The lines mark points that are one unit apart.)
Suppose we try to color these seven points with three colors. Color the point $4$ at the top of the diagram one of them - say, red. Then $3$ and $6$ have to be different both from $4$ and from each other. If we color them blue and green, then $2$ cannot be blue or green, so $2$ has to be red again: same as $4$.
Similarly, we can show that $1$ has to be the same color as $4$. But $1$ and $2$ are also exactly one unit apart, so they must be different colors! Therefore we can't color these seven points (and definitely can't color $\mathbb R^2$) with three colors, without giving two points one unit apart the same color.