Pigeonhole on an Icosahedron
A regular icosahedron has 20 triangular faces and 12 vertices. Each face is labeled with a nonnegative integer, and the sum of all 20 labels is 39.
Show that there must exist two faces that share a vertex and carry the same label.
(This is Putnam 2013, Problem A1.)
Answer: Pigeonhole on an Icosahedron
Key Idea / Intuition
The icosahedron has 12 vertices, and every vertex is surrounded by exactly 5 faces. If we assume for contradiction that no two face-sharing faces have the same label, then at every vertex the 5 surrounding faces all carry distinct nonneg integers โ meaning they are at least , summing to at least . Summing over all 12 vertices overcounts each face exactly 3 times (since every face has 3 vertices). This gives a lower bound on the total sum that exceeds 39 โ contradiction.
Formal Proof / Solution
Setup.
A regular icosahedron has:
- 20 faces, each an equilateral triangle,
- 12 vertices,
- each vertex shared by exactly 5 faces,
- each face having exactly 3 vertices.
Denote the label on face by , with .
Assume for contradiction that no two faces sharing a vertex carry the same label.
Local constraint at each vertex.
Fix any vertex . The 5 faces meeting at form a "fan," and any two consecutive faces in this fan share an edge (hence share itself). In fact every pair among these 5 faces shares the vertex , so by assumption they must all have distinct labels.
Since they are distinct nonneg integers, the 5 labels at vertex are at least in some order, giving:
Global count.
Sum this inequality over all 12 vertices:
The left side counts each face once per vertex of , and since every face is a triangle it has exactly 3 vertices:
Contradiction.
We have derived , which is false.
Therefore the assumption was wrong: there exist two faces sharing a vertex with the same label.
Why the bound is tight.
The number 39 is carefully chosen: . If the total were 40, the argument would fail (117 would become 120, matching the bound with no contradiction). This shows the problem is tight โ a beautiful instance of pigeonhole / double counting.
Source: Putnam 2013, Problem A1 (putnam/2013.pdf)