I found a proof of Sperner’s lemma that I am quite satisfied with a few months ago. I’ll repeat the proof here, but more importantly I’d like to share my thought process that lead to the proof.

What is Sperner’s lemma?

Look at the triangle below. It’s divided into smaller triangles, and each vertex is colored either red, green, or blue. The edges of the large triangle are each missing each of the three colors. Sperner’s lemma says this guarantees that there is a small triangle with a red vertex, a green vertex, and a blue vertex. Moreover, this can be generalized to simplices of any dimension.

Rendered by QuickLaTeX.com

For this type of problem, I find that it is usually helpful to consider the smaller dimensional cases. Things like this aren’t just coincidentally going to be true for arbitrary dimensions. It’s true for the same reason in every dimension, and it’s easier to see what is happening in the lower dimensions.

Here’s the 1-dimensional case. It’s more clear why it has to be true: there needs to be an odd number of edges (or 1-simplices) that have a blue and a green vertex in order to get from one side to the other side.

Rendered by QuickLaTeX.com

What about the 0-dimensional case? A 0-simplex is a vertex. So it’s trivially true in this case.

But it isn’t obvious how these generalize up to the 2-dimensional version. Why would this would be true?

Sphere idea

The first thing that stood out to me is that the condition requiring the edges to be missing a color felt unnatural. Especially if you go to higher dimensions, this condition becomes increasingly cumbersome. Is there a way to remove this, and make the problem more uniform?

In the 1-dimensional case, the obvious way to get rid of this is to loop things up in a circle. Now the problem is that we are no longer guaranteed to have a bicolored edge — all of the vertices might be colored blue, for example. But we can see why this can now happen: the boundary coloring simply becomes another bicolored edge when we loop it up.

Rendered by QuickLaTeX.com

So the circle version of Sperner’s lemma should guarantee that there are an even number of bicolored edges. Then the boundary condition states gives us one bicolored edge, from which we can infer that there must be at least one more.

Going back up to the 2-dimensional version, we would like to turn the boundary into another tricolored triangle so that we get a triangulated sphere. Then Sperner’s lemma should prove there are an even number of tricolored triangles.

Rendered by QuickLaTeX.com

If this picture doesn’t make sense to you, imagine that you are stretching open a tricolored triangle at the top of the sphere until you can see the rest of the sphere, and then flattening it out. The triangle you stretched open is the one with the new points and curved edges.

We’re now ready to state precisely what we intend to prove!

Sperner’s lemma (spherical form)

Take any triangulation of an n-sphere. Color the vertices of the triangulation with n+1 colors in any way.
Then there will be an even number of n-simplices with a vertex of every color.

Induction idea

The spherical viewpoint does make thinking about the problem a lot easier. We no longer have to worry about any distinctions between different vertices, beyond their colors. There are no vertices on the edge anymore — there is no edge! So we are now justified in considering approaches which handle each vertex in the same way. But how?

Now it’s helpful to start thinking about the fact this applies to arbitrary dimension. The easiest way for that to be true is if the lower dimensional cases imply the higher dimensional cases. This kind of proof is called proof by induction. We’ll start at the bottom and then climb from one rung of the latter to the one above.

First we have to make sure it is true for the smallest dimension, -1. In this case, there isn’t anything, which means there are zero -1-simplices which are colored with zero colors. Zero is an even number, so it actually turns out to be true in kind of a funky way.

For 0-dimensions, we need to know that a 0-dimensional sphere is simply two points. We have one color to work with, so both points have to be the same color. So there is an even number of 1-colored 0-simplices.

Rendered by QuickLaTeX.com

To see how we can climb, let’s consider the 1-dimension to 2-dimension case, since this is the easiest one for us to imagine and play with. If we look at a vertex from the middle of our original triangle, we can see that there is a circle of vertices surrounding it.

Rendered by QuickLaTeX.com

Unfortunately, the vertices on the circle might have three colors. If we wanted to use the 1-dimensional version of the lemma, we would need this circle to have only two different colors. But no one says you can’t recolor the vertices! If the circle has more than two colors, we’ll choose a color to replace with a different color. Let’s replace red with blue:

Rendered by QuickLaTeX.com

Now the circle has just two colors, and by the 1-dimensional case of Sperner’s lemma, we know that there will be an even number of bicolored edges. In this case, four:

Rendered by QuickLaTeX.com

We’ll call these 2-colored edges with no red vertices non-red edges. Similarly, any 2-colored edges with no blue will be non-blue edges. We’ll keep track of the number of these edges. Right now, nr=4 and nb=0.

Remember those red vertices that we recolored blue? Let’s make those red again, one at a time, and watch what happens closely:

Rendered by QuickLaTeX.com

If the vertex that got recolored was part of any non-red edges, each of those edges now become non-blue. So now, nr = 3 and nb = 1.

Now recolor the other one:

Rendered by QuickLaTeX.com

If the recolored vertex isn’t part of any non-red edges, then the number of non-red edges stays the same, and the number of non-blue edges stays the same. So nr = 3 and nb = 1, as before.

The important thing to notice is that either way, the total number of non-red and non-blue edges stays the same, and is always even. nr + nb = 4. Now let’s put the center vertex back in:

Rendered by QuickLaTeX.com

Since the original vertex was blue, we now get a 3-colored simplex for every non-blue edge. Let’s use c to count the number of 3-colored simplices when our vertex. So c = nb=1. If we recolor the center vertex to red, then we’ll get a 3-colored simplex for every non-red edge, but we’ll also lose all the 3-colored simplices we started with. So we’ll end up with c=nr=3.

Rendered by QuickLaTeX.com

The change in the number of 3-colored triangles is thus nb-nr. Now notice that nb-nr= nb+nr - 2nr. We know nb+nr is even, and 2nr is obviously even, so nb-nr must always be even too! This is still going to be true even if we consider the whole thing, and not just the triangles around this vertex, because we’re already including all the triangles potentially affected by changing the color of this vertex.

Note now that recoloring a blue vertex to red was an arbitrary choice. That means we could change a vertex of any color to be any other color, and the same argument would be true. So no matter how much we recolor any of the vertices, we’ll always change the number of 3-colored triangles by an even number.

Finally, change all the vertices to be the same color. Now there are zero 3-colored vertices, and zero is an even number. Since recoloring only changed things by an even number, we must have started with an even number too!

We’re now ready to put this all in an official proof! Since I’ve explained all the basic ideas going into the proof above, I’m going to write the proof in a more rigorous style. I also am taking the liberty to strengthen the result a bit. The oriented version of this proof was by lbThingrb, which I have modified a bit here to emphasize similarity.

Sperner’s lemma

Take any finite triangulation of an n-sphere. Color the vertices of the triangulation with n+1 colors in any way.
Then there will be an even number of n-simplices with a vertex of every color.

Furthermore, if n\ge 1, then n+1 colored n-simplices will have two possible orientations. There will be an equal number of such simplices with each orientation.

Proof

We’ll prove this by induction on n, the number of dimensions.

In 0 dimensions, there are two points which are both 1-colored. So it is true.
(NB: the original proof had a flaw in that while it is vacuously true for n=-1, the induction step doesn’t go through to the n=0 case because there’s nothing to control the number of vertices that appear in 0 dimensions. So we have to use the fact that we know it is two here.)

Now assume it is true for n-1-dimensions. We want to show that this implies it is true in n-dimensions. So take a triangulation of an n-sphere, and color the vertices with n+1 colors.

Take any vertex, and WLOG say it is colored blue. Consider the link of this vertex, which is an n-1 sphere, since an n-sphere is a piecewise-linear n-manifold. This n-1 sphere has a number nb of faces which are n-colored without blue.

Since n\ge 1, we may choose a second color, call it red WLOG. Our link has a number nr of faces which are n-colored without red.

We can recolor the red vertices on the link to be blue. When we recolor a vertex from red to blue, any n-colored vertices without blue now become n-colored vertices without red. Any other n-colored vertices remain n-colored vertices, with a different set of n colors. So the sum nr+nb remains the same.

Once all the vertices on the link have been recolored, nb = 0, and by induction, nr is even. So nr+nb must be even.

Now connect our link to the vertex it came from, forming a triangulated n-ball. That vertex is blue, so the number of n+1-colored simplices in the n-ball is nb. If we recolor the center vertex to be red, the number of n+1-colored vertices will be nr. All n-simplices affected by recoloring this vertex are in the ball, so recoloring that vertex from blue to red changes the total number of n+1-colored n-simplices by nr - nb.

Since nr + nb is even, nr - nb = nr + nb - 2nb is even also. Since the vertex and colors were arbitrary, this means that any recoloring of any vertex changes the number of n+1-colored n-simplices by an even number.

Because the triangulation is finite, we may color every vertex to the same color. Then there are zero n+1-colored n-simplices, which is even. \blacksquare

Orientation

Now consider the oriented version. We have to start at n=1 since 0-simplices don’t have orientations. A triangulated 1-sphere is simply a polygon. This polygon is 2-colored and has an orientation. We can walk along in the direction of orientation, and count the number of blue to green edges and green to blue edges. Since we end back at the same color, we can see that we must have traversed an equal number of each orientation. So it is true for n=1.

Proceeding as before, we choose a vertex which is blue WLOG. It’s link now has nb faces which are n-colored without blue — with nb_+ of one orientation and nb_- of the other. Specify the orientation of the faces by the orientation of the simplex with the center vertex. Similarly, it has nr faces which are n-colored without red — and nr_+ have one orientation and nr_- have the other orientation. Specify the orientation of these faces by the orientation of the simplex with the center vertex recolored red.

If we now recolor a vertex on the link from red to blue, a nr_+ face becomes a nb face with a specific orientation, which one? If we reinsert the center vertex as specified above to determine the orientation, we can see that this recoloring is equivalent to a vertex swap. So it will have the opposite orientation. So nr_+ faces become nb_- faces, and nr_- faces become nb_+ faces. So nr_+ + nb_- and nr_- + nb_+ both remain the same as we recolor the vertices.

Once all the faces have been recolored, there are no more nb faces, so nb_+=nb_-, and by induction, nr_+=nr_-. So through recoloring, we maintain the equality nr_+ + nb_- = nr_- + nb_+.

When we reconnect the link to its center vertex, we get a triangulated n-ball. Adding a vertex to the same side of each face will preserve the orientations. So there are nb n+1-colored simplices in the ball, with nb_+ of one orientation and nb_- of the other. If we recolor the vertex from blue to red, we instead have nr_+ of one orientation and nr_- of the other. Thus the change is positively oriented n+1-colored simplices is nr_+-nb_+, and likewise, the change of the negatively oriented ones is nr_--nb_-. From before, we know that nr_+ -nb_+ = nr_- -nb_-, which means that the numbers of each orientation change by the same amount.

Finally, since the triangulation is finite, we may color every vertex to the same color. Then there are equal numbers of n+1-colored n-simplices with each orientation: 0. Hence, the numbers of each orientation is always the same. \blacksquare

There’s an interesting extension of this proof. For n\ge1, we can use the same proof to prove:
Take any finite triangulation of a closed, piecewise-linear n-manifold. Color the vertices of the triangulation with n+1 colors in any way.
Then there will be an even number of n-simplices with a vertex of every color.

Categories: mathtopology

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *