logo

Proof of Euler's Polyhedron Formula 📂Graph Theory

Proof of Euler's Polyhedron Formula

Overview

Euler’s polyhedron theorem is also called Euler’s characteristic; in graph theory, it is simply referred to as Euler’s formula. Geometrically, it signifies that the relationship between vertices, edges, and faces of a spatial figure follows #vertices-#edges+#faces=2. For instance, considering a cube, it has 88 vertices, 1212 edges, and 66 faces, thus 812+6=28-12+6=2 holds.

Theorem 1

Link Planar graph For GG, let n:=V(G)n:=|V(G)|, m:=E(G)m:=|E(G)|, ff represent the number of faces, then nm+f=2 n-m+f=2


  • The regions distinguished on the plane by the drawing of the planar graph are called faces.

Proof

Strategy: There are various approaches, but this post will introduce a proof using elementary graph theory. Applying mathematical induction by cases makes it possible to prove without much difficulty.


Case 1. n=1n=1

Since GG is connected, m=1m=1 and there are no faces except for the infinite face, thus f=1f=1 holds. Therefore, 10+1=21-0+1=2 is satisfied.


Case 2. When n>1n>1 and GG is a tree graph

Since GG is a tree, m=n1m=n-1 holds, and since it doesn’t include cycles, f=1f=1 holds. Therefore, n(n1)+1=2n-(n-1)+1=2 is satisfied.


Case 3. When n>1n>1 and GG is not a tree graph

GG contains at least one cycle, let’s say one edge in this cycle is ee. For the new graph GeG-e obtained by removing that ee, V(Ge)=nE(Ge)=m1 |V(G-e)|=n \\ |E(G-e)|=m-1 Meanwhile, by removing ee, which was enclosing the cycle, the two faces bounded by ee merge into one. Thus, the number of faces in GeG-e becomes f1f-1, and n(m1)+(f1)=nmf=2n-(m-1)+(f-1)=n-m-f=2 holds.

Meanwhile, Euler’s polyhedron theorem can be generalized for kk components as follows. The theorem above is a particular case for connected graphs, i.e., k=1k=1.

Generalization

For a planar graph GG, let n:=V(G)n:=|V(G)|, m:=E(G)m:=|E(G)|, ff represent the number of faces, and kk represent the number of components, then the following holds. nm+f=k+1 n-m+f=k+1 This is a generalization of Euler’s polyhedron theorem regarding the connectivity of graphs.

See also

Euler’s characteristic in graph theory

Originally, the Euler characteristic is most famous in graph theory, where Euler’s polyhedron theorem or Euler’s formula is a theorem of graph theory stating that for connected planar graphs χ=2\chi = 2 holds.

Euler’s characteristic in geometry

It is defined as an integer that satisfies the equation of the Gauss-Bonnet theorem.

Euler’s characteristic in algebraic topology

It is defined as the alternating sum of the Betti numbers for each dimension.


  1. Wilson. (1970). Introduction to Graph Theory: p66. ↩︎