Kvant Math Problem 1139

For a convex polyhedron whose faces are all squares, every face angle equals $90^\circ$.

Verified: no
Verdicts: SKIP + SKIP
Solve time: 8m09s
Source on kvant.digital

Problem

  1. The surface of a convex polyhedron can be cut into several squares. Prove that this polyhedron has at most 8 vertices.
  2. What is the largest number of vertices a convex polyhedron can have if its surface can be cut into equilateral triangles?

V. E. Matisen

Exploration

For a convex polyhedron whose faces are all squares, every face angle equals $90^\circ$. At a vertex where $k$ squares meet, convexity requires $k\cdot90^\circ<360^\circ$, hence $k=3$. Thus the surface is a quadrangulation in which every vertex has degree $3$.

Let $V,E,F$ be the numbers of vertices, edges, and faces. Since every face is a square,

$$4F=2E,$$

so $E=2F$. Since every vertex has degree $3$,

$$3V=2E.$$

Combining these with Euler's formula,

$$V-E+F=2,$$

gives a unique solution. This already suggests that the only possibility is the cube, with $V=8$.

For equilateral triangles, every face angle equals $60^\circ$. Convexity gives $k\cdot60^\circ<360^\circ$, so at each vertex $k$ is either $3$, $4$, or $5$. Let $v_3,v_4,v_5$ denote the numbers of vertices of degrees $3,4,5$. Then

$$V=v_3+v_4+v_5.$$

Since all faces are triangles,

$$3F=2E.$$

Euler's formula yields

$$V-\frac E3=2,$$

or

$$3V-E=6.$$

But

$$2E=3v_3+4v_4+5v_5.$$

Substituting $E=3V-6$ gives

$$6V-12=3v_3+4v_4+5v_5.$$

Since $V=v_3+v_4+v_5$,

$$3v_3+2v_4+v_5=12.$$

This is the central relation. To maximize

$$V=v_3+v_4+v_5$$

subject to

$$3v_3+2v_4+v_5=12,$$

one should use as many degree-$5$ vertices as possible because they consume only one unit of the fixed total $12$. The formal maximum is obtained when $v_3=v_4=0$, $v_5=12$, giving $V=12$. This corresponds to the regular icosahedron, so the bound is attainable.

The delicate point is deriving the relation $3v_3+2v_4+v_5=12$ correctly.

Problem Understanding

We are asked about convex polyhedra whose surfaces admit decompositions into congruent-angle polygons.

In the first part, every face is a square. We must prove an upper bound for the number of vertices.

In the second part, every face is an equilateral triangle. We must determine the largest possible number of vertices of such a convex polyhedron.

This is a Type C problem. We must determine an extremal value and prove that no larger value is possible, then exhibit a polyhedron attaining it.

The core difficulty is converting the local restriction on how many faces may meet at a vertex into a global relation involving $V,E,F$ and Euler's formula.

Proof Architecture

The first lemma states that in a convex polyhedron tiled by squares, exactly three squares meet at every vertex; this follows because four right angles already sum to $360^\circ$.

The second lemma states that for such a polyhedron, $4F=2E$ and $3V=2E$; these are the standard edge counts by faces and by vertex degrees.

The third lemma states that Euler's formula then forces $V=8$.

The fourth lemma states that in a convex polyhedron tiled by equilateral triangles, every vertex has degree $3$, $4$, or $5$; this follows because six angles of $60^\circ$ already sum to $360^\circ$.

The fifth lemma states that if $v_k$ denotes the number of vertices of degree $k$, then

$$3v_3+2v_4+v_5=12.$$

This is obtained from Euler's formula together with the relations for triangular faces.

The sixth lemma states that the maximum of $V=v_3+v_4+v_5$ under the constraint

$$3v_3+2v_4+v_5=12$$

is $12$.

The hardest step is deriving the identity

$$3v_3+2v_4+v_5=12,$$

because a small counting error there changes the final answer.

Solution

Let $V,E,F$ denote the numbers of vertices, edges, and faces.

For the first part, every face is a square. At a vertex, suppose $k$ squares meet. The sum of the face angles at that vertex equals $90^\circ k$. Since the polyhedron is convex, this sum is strictly less than $360^\circ$. Hence

$$90^\circ k<360^\circ,$$

so $k<4$. Since at least three faces meet at every vertex of a polyhedron, $k=3$.

Each square contributes $4$ edge incidences, and each edge belongs to two faces. Therefore

$$4F=2E,$$

hence

$$E=2F.$$

Each vertex has degree $3$, so counting edge ends gives

$$3V=2E.$$

Substituting $E=2F$ yields

$$3V=4F.$$

Using Euler's formula,

$$V-E+F=2,$$

and replacing $E$ by $2F$, we obtain

$$V-F=2.$$

Since $3V=4F$, we have $F=\frac34V$. Therefore

$$V-\frac34V=2,$$

which gives

$$\frac14V=2,$$

and hence

$$V=8.$$

Thus every convex polyhedron whose surface can be cut into squares has at most $8$ vertices.

For the second part, every face is an equilateral triangle. Let $v_3,v_4,v_5$ be the numbers of vertices at which $3,4,5$ triangles meet.

If $k$ triangles meet at a vertex, then

$$60^\circ k<360^\circ,$$

so $k<6$. Since $k\ge3$, the only possibilities are

$$k=3,4,5.$$

Since all faces are triangles,

$$3F=2E.$$

Euler's formula gives

$$V-E+F=2.$$

Substituting $F=\frac23E$ yields

$$V-\frac13E=2,$$

or

$$E=3V-6.$$

Counting edge ends by vertex degrees,

$$2E=3v_3+4v_4+5v_5.$$

Since

$$V=v_3+v_4+v_5,$$

the relation $E=3V-6$ gives

$$2E=6V-12 =6(v_3+v_4+v_5)-12.$$

Comparing with the degree count,

$$3v_3+4v_4+5v_5 = 6v_3+6v_4+6v_5-12.$$

After rearrangement,

$$3v_3+2v_4+v_5=12.$$

Now

$$V=v_3+v_4+v_5.$$

Under the constraint

$$3v_3+2v_4+v_5=12,$$

each degree-$3$ vertex consumes $3$ units of the fixed total $12$, each degree-$4$ vertex consumes $2$ units, and each degree-$5$ vertex consumes $1$ unit. Consequently

$$V=v_3+v_4+v_5 \le 3v_3+2v_4+v_5 =12.$$

Hence

$$V\le12.$$

Equality is possible only when $v_3=v_4=0$ and $v_5=12$.

The regular icosahedron has $12$ vertices, all of degree $5$, and all faces are equilateral triangles. Thus the bound is attained.

Therefore the largest possible number of vertices is

$$\boxed{12},$$

and it is achieved by the regular icosahedron.

Verification of Key Steps

The first delicate step is the determination of possible vertex degrees.

For squares, the angle at each face is $90^\circ$. Four such angles already give $360^\circ$. A convex polyhedron requires the sum of face angles at a vertex to be strictly less than $360^\circ$, so degree $4$ is impossible. Degree $2$ is impossible in any polyhedron. Hence degree $3$ is the only possibility.

For equilateral triangles, the angle is $60^\circ$. Six such angles give $360^\circ$. Convexity excludes degree $6$, and degrees larger than $6$ are even more impossible. Thus only degrees $3,4,5$ remain.

The second delicate step is deriving

$$3v_3+2v_4+v_5=12.$$

Starting from

$$3F=2E,\qquad V-E+F=2,$$

we obtain

$$F=\frac23E,$$

and then

$$V-\frac13E=2,$$

so

$$E=3V-6.$$

Multiplying by $2$ gives

$$2E=6V-12.$$

Since

$$2E=3v_3+4v_4+5v_5$$

and

$$V=v_3+v_4+v_5,$$

substitution yields exactly

$$3v_3+2v_4+v_5=12.$$

Any error in the coefficient of $v_4$ or in the constant term would change the extremal value.

The final extremal step can be checked numerically. If all vertices have degree $5$, then $v_5=12$ and $V=12$. If one replaces two degree-$5$ vertices by one degree-$4$ vertex, the constraint value changes from $2$ to $2$, but the vertex count drops from $2$ to $1$. If one replaces three degree-$5$ vertices by one degree-$3$ vertex, the constraint value changes from $3$ to $3$, while the vertex count drops from $3$ to $1$. Hence introducing vertices of smaller degree can only reduce $V$.

Alternative Approaches

For the second part one may use angular defects. At a vertex where $k$ equilateral triangles meet, the defect equals

$$360^\circ-60^\circ k.$$

Thus the defects are $180^\circ$, $120^\circ$, and $60^\circ$ for degrees $3,4,5$ respectively. The total defect of a convex polyhedron is $720^\circ$. Dividing by $60^\circ$ gives

$$3v_3+2v_4+v_5=12.$$

The rest of the argument is unchanged.

The main solution is preferable because it relies only on Euler's formula and elementary counting, making both parts uniform and completely self-contained.