Problem:
We have a polyhedron such that an ant can walk from one vertex to another, traveling only along edges, and traversing every edge exactly once. What is the smallest possible total number of vertices, edges, and faces of this polyhedron?
Solution
Solution:
This is obtainable by construction. Consider two tetrahedrons glued along a face; this gives us 5 vertices, 9 edges, and 6 faces, for a total of 20, and one readily checks that the required Eulerian path exists.
Now, to see that we cannot do better, first notice that the number of vertices is at least 5, since otherwise we must have a tetrahedron, which does not have an Eulerian path. Each vertex is incident to at least 3 edges, and in fact, since there is an Eulerian path, all except possibly two vertices are incident to an even number of edges. So the number of edges is at least (since each edge meets two vertices) .
Finally, if then each face must be a triangle, because there are only 3 other faces for it to share edges with, and we are again in the case of a tetrahedron, which is impossible; therefore . So . But since (where is the number of holes in the polyhedron), must be even. This strengthens our bound to 20 as needed.