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.
For a connected plane graph , the planar dual is constructed by:
- Place a vertex in each face of
- For each edge in , add an edge in connecting the two faces adjacent to
The dual is also a planar graph. Moreover, (taking the dual twice returns to the original graph).
drawn as a tetrahedron has 4 triangular faces. Its dual is also : place vertices at face centers, connect through shared edges. Thus is self-dual.
The cycle has dual (star graph): the cycle has 2 faces (inside and outside), connected by edges.
For dual graphs and :
- Vertices in correspond to faces in :
- Edges are same:
- Faces in correspond to vertices in :
- Cycles in correspond to minimal cuts in
These properties establish deep structural connections.
Face coloring in is equivalent to vertex coloring in . The Four Color Theorem states every planar graph is 4-face-colorable, equivalently, for any planar graph . This famous result, proved in 1976 using computer-assisted methods, shows planar graphs have chromatic number at most 4.