Subdivisions and Contractions

Subdivisions and Contractions

Subdivisions

Definition: A Subdivision of a graph $G$ is the addition of a vertex in the middle of any edge of $G$.

For example:

Screen%20Shot%202014-04-08%20at%201.23.08%20PM.png

The graph $H$ is a subdivision of $G$ since $H$ was constructed by adding vertices in between the edges of $G$. This concept of subdividing a graph $G$ is critically important in Kuratowski's Theorem.

Contractions

Definition: A Contraction of a graph $G$ occurs when an edge is brought closer and closer to another vertex until they coincide.

For example:

Screen%20Shot%202014-04-08%20at%201.29.02%20PM.png

The graph $H$ is a contraction of $G$, as the top two vertices in $G$ coincide with the bottom two vertices in $G$ to form the contracted graph, $H$.

We also note that if a graph $G$ is planar, then any subdivision of $G$ is also planar, as a subdivision of $G$ does not add any vertices, hence, we can always "untangle" the edges/vertices to produce a planar graph.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License