Kuratowski’s Theorem

A finite graph is planar it has no subdivision of a Complete Graph or complete bipartite graph as a subgraph.

Proof:

The reverse direction is trivial. We apply

  1. [[Planar Graph#theorem-k_5-is-non-planar|Theorem ( is Non-Planar)]]
  2. [[Planar Graph#theorem-k_33-is-non-planar|Theorem ( is Non-Planar)]] For the forward direction, we know is planar iff every connected component is planar, and that has or iff some component does. Then for each connected component, then is planar iff each block is planar. Then contains or iff some block does.

has an ear decomposition. We can now perform induction on ears. If the graph is just a cycle , then the theorem holds. Assume that Kuratowski’s Theorem holds for , built from ears.

So, WTS if where is the th ear is non-planar, then it must contain a or subdivision. So, we have two cases.

  1. If is already non-planar, then we already have either subgraph as a subdivision in .
  2. Let be planar, but is not. Let be ‘s endpoints in cycle . Then as is non-planar, we cannot draw inside cycle , nor can we draw it outside. This forms .

The last part of this proof is not fleshed out.