ConceptComplete

Dual Graphs and Face Coloring

The dual graph construction transforms faces into vertices and edges into edges, providing a powerful duality between vertex and face properties in planar graphs.

DefinitionPlanar Dual

For a connected plane graph GG, the planar dual Gβˆ—G^* is constructed by:

  • Place a vertex in each face of GG
  • For each edge ee in GG, add an edge in Gβˆ—G^* connecting the two faces adjacent to ee

The dual Gβˆ—G^* is also a planar graph. Moreover, (Gβˆ—)βˆ—=G(G^*)^* = G (taking the dual twice returns to the original graph).

ExampleDual of $K_4$

K4K_4 drawn as a tetrahedron has 4 triangular faces. Its dual Gβˆ—G^* is also K4K_4: place vertices at face centers, connect through shared edges. Thus K4K_4 is self-dual.

The cycle CnC_n has dual K1,nβˆ’1K_{1,n-1} (star graph): the cycle has 2 faces (inside and outside), connected by nn edges.

TheoremDual Graph Properties

For dual graphs GG and Gβˆ—G^*:

  1. Vertices in Gβˆ—G^* correspond to faces in GG: n(Gβˆ—)=f(G)n(G^*) = f(G)
  2. Edges are same: m(Gβˆ—)=m(G)m(G^*) = m(G)
  3. Faces in Gβˆ—G^* correspond to vertices in GG: f(Gβˆ—)=n(G)f(G^*) = n(G)
  4. Cycles in GG correspond to minimal cuts in Gβˆ—G^*

These properties establish deep structural connections.

Remark

Face coloring in GG is equivalent to vertex coloring in Gβˆ—G^*. The Four Color Theorem states every planar graph is 4-face-colorable, equivalently, Ο‡(Gβˆ—)≀4\chi(G^*) \leq 4 for any planar graph Gβˆ—G^*. This famous result, proved in 1976 using computer-assisted methods, shows planar graphs have chromatic number at most 4.