Number of ways to color the edges of a tetrahedron with two colors?

By enumeration, there are $12$

There is one where all six edges are purple

There is one where five edges are purple and one is orange

There are two where four edges are purple and two are orange: either the orange edges are sharing a vertex or they are on opposite edges

Repeat all of these with the colours swapped over.

Finally, there are four possibilities when there are three of each colour: either one colour shares one vertex with the other colour forming a triangle, or each colour follows a single line of three edges with two different possible orientations.

With thanks to @Donald Splutterwit and @PM for their observations.


The number of edge colourings of a tetrahedron with two colours is $\color{red}{12}$.

enter image description here

Edit: Note that the mirror image of the "central" configuration gives another one that I had initially overlooked, thanks to PM for bring this to my attention.


[Some text is adapted from one of my other answers.]

Before we can answer this question, we need to understand the rotations of the tetrahedron. You can see the rotations in the video at https://vimeo.com/90519331 .

Basically,

  1. $8$ rotations are of the forms: $120^\circ$ or $240^\circ$ around an axis through one vertex and the center of the face.
  2. $3$ more rotations are $180^\circ$ around an axis through the centers of two opposite edges.
  3. $1$ more "rotation" is doing nothing (rotating by $0^\circ$).

How do we know we aren't missing any in this list of $12$ rotations? Well, there are only $4!=24$ permutations of the faces (or vertices), and half of them would turn the tetrahedron into a mirrored version of itself, which you can't do with a rotation alone.


Now, how do we get the number of colorings? There's a great theorem about counting, often called Burnside's Lemma, which says "when you want to count things with symmetry, the answer the the average (across all the operations) of the numbers of things (ignoring symmetry) that don't change when you do the operation."

So for each type of rotation, we should count how many colorings don't change:

  1. How many colorings don't change when you rotate a third of the way around a vertex? The three edges connected to the vertex must have the same color ($2$ possibilities), and the triangle of the three other edges must have the same color too ($2$ possibilities). Therefore, there are $2\times2$ colorings for each of the $8$ rotations of this type.
  2. How many colorings don't change when you rotate half way around an appropriate axis? Well, two edges end up where they started, so each of those are free to vary. And the other four edges swap in two pairs, so each of those pairs can have an arbitrary color (but two edges of the same pair must have the same color). Therefore, there are $2^4=16$ colorings for each of the $3$ rotations of this type.
  3. How many colorings don't change when you do nothing to the tetrahedron? All of them! With $2$ colors and $6$ edges, that's $2^6$.

By Burnside's Lemma, the answer is then $$\frac{8\times4+3\times16+64}{12}=\frac{144}{12}=12\text{.}$$


An aside for those who want more, Burnside's Lemma has a generalization called the Pólya enumeration theorem, which can be used to answer more specific questions like "if we had three colors, how many colorings use each color twice?", as in this midterm solution document from Professor Jacob Lurie.