logo

Simple Properties of Planar Graphs 📂Graph Theory

Simple Properties of Planar Graphs

Theorem 1

Assume that GG is a simple planar graph.

  • [1]: If GG is a connected graph with n3n \ge 3 vertices and mm edges, then m3n6m \le 3n - 6
  • [2]: Every simple planar graph GG has at least one vertex vV(G)v \in V(G) with degv5\deg v \le 5.

Proof

[1]

Let’s assume every face of a planar graph is surrounded by at least three edges.

For the simplest case, if there is just one complete graph K3K_{3}, with edges m=3m=3 and faces f=2f=2, for one more face to be added, at least two more edges are needed, thus 3f2m3f \le 2m.

Euler’s formula: For a connected planar graph GG, let n:=V(G)n:=|V(G)|, m:=E(G)m:=|E(G)|, and ff be the number of faces, nm+f=2 n-m+f=2

Following Euler’s formula, since f=mn+2f = m - n + 2, 3(mn+2)2m 3(m-n+2) \le 2m we obtain that m3n6m \le 3n - 6.

[2]

GG does not need to be connected, but it suffices to check each component. Without loss of generality, assume GG is a connected graph with at least 33 vertices. To use reductio ad absurdum, assume every vertex of GG has degree at least 66.

If the number of vertices of GG is n3n \ge 3 and the number of edges is mm, since every vertex degree is at least 66, 6n2m 6n \le 2m Dividing both sides by 22 gives 3nm3n \le m, but according to Summary [1], 3n3n6 3n \le 3n - 6 This is a contradiction, so there must be at least one vertex vV(G)v \in V(G) with degv5\deg v \le 5.


  1. Wilson. (1970). Introduction to Graph Theory: p67~68. ↩︎