Kuratowski Theorem
Kuratowski's theorem (1930) provides a complete characterization of planar graphs through forbidden substructures, one of the most elegant results in graph theory.
A graph is planar if and only if it contains no subgraph homeomorphic to or .
Equivalently, is non-planar if and only if it contains a subdivision of or .
The two forbidden graphs and are minimal non-planar: they cannot be drawn without crossings, but removing any edge makes them planar.
() If contains a or subdivision, then is non-planar since subdivisions preserve planarity and , are non-planar (provable via Euler's formula).
() The hard direction: if is non-planar, it must contain such a subdivision. Proof by induction on vertices and edges, using structural decomposition. Key insight: any non-planar graph can be reduced to one of these two configurations through edge contractions and deletions while maintaining non-planarity.
The Petersen graph is non-planar. It contains a subdivision as a subgraph. By identifying specific vertices and paths, we can extract a homeomorphic copy of , proving non-planarity via Kuratowski's theorem.
Wagner's Theorem (1937) provides an equivalent characterization using graph minors: is planar if and only if it has no or minor (minor obtained by edge deletion and contraction). This minor-based perspective led to the deep Graph Minor Theory developed by Robertson and Seymour.