Geometric Dual Graphs
Definitions 1
For a given planar graph , the geometric dual graph is constructed as follows:
- Step 1.
Place a vertex corresponding to each face of . - Step 2.
Draw an edge corresponding to each edge of , such that it overlaps. - Step 3.
Erase the original graph and use the vertices and edges to form the graph .
- The regions distinguished on the plane by drawing a planar graph are called faces.
Description
Duality is a universal concept commonly found throughout mathematics and physics, appearing in functional analysis as dual spaces, for example. Specifically, let’s create the dual graph for the following graph :
Graph has three faces . Place three vertices corresponding to each face as follows.
Now, draw edges connecting each . However, these edges must all pass through the original graph’s edges .
If we erase the original graph, only the desired dual graph of remains. Note that there’s no reason why should be a simple graph just because is.
Meanwhile, the dual graph possesses the following intuitive properties, particularly property [3], which suggests the possibility for the concept of duality to be abstractly extended.
Basic Properties
- [1]: If a connected planar graph has vertices, edges, and faces, and its geometric dual graph has vertices, edges, and faces,
- [2]: If is a connected planar graph, then is isomorphic to .
- [3]: For a planar graph and its geometric dual graph , being a cycle becomes a cutset
Proof
[3]
A cycle in will necessarily encompass at least one face, so there exists a set of vertices in corresponding to these faces. Removing corresponding to in divides it into two subgraphs consisting solely of and , making a cutset of .
As this is essentially the same, it is omitted.
■
Wilson. (1970). Introduction to Graph Theory: p73. ↩︎