In graph theory, Kuratowski's theorem is a mathematical forbidden graph characterization of planar graphs, named after Kazimierz Kuratowski. It states that a finite graph is planar if and only if it does not contain a subgraph that is a subdivision of
K5
K3,3
A planar graph is a graph whose vertices can be represented by points in the Euclidean plane, and whose edges can be represented by simple curves in the same plane connecting the points representing their endpoints, such that no two curves intersect except at a common endpoint. Planar graphs are often drawn with straight line segments representing their edges, but by Fáry's theorem this makes no difference to their graph-theoretic characterization.
A subdivision of a graph is a graph formed by subdividing its edges into paths of one or more edges. Kuratowski's theorem states that a finite graph
G
K5
K3,3
G
K5
K3,3
If
G
H
K5
K3,3
H
G
The two graphs
K5
K3,3
G
G
A Kuratowski subgraph of a nonplanar graph can be found in linear time, as measured by the size of the input graph.[2] This allows the correctness of a planarity testing algorithm to be verified for nonplanar inputs, as it is straightforward to test whether a given subgraph is or is not a Kuratowski subgraph.[3] Usually, non-planar graphs contain a large number of Kuratowski-subgraphs. The extraction of these subgraphs is needed, e.g., in branch and cut algorithms for crossing minimization. It is possible to extract a large number of Kuratowski subgraphs in time dependent on their total size.
Kazimierz Kuratowski published his theorem in 1930.[4] The theorem was independently proved by Orrin Frink and Paul Smith, also in 1930, but their proof was never published. The special case of cubic planar graphs (for which the only minimal forbidden subgraph is
K3,3
In the Soviet Union, Kuratowski's theorem was known as either the Pontryagin–Kuratowski theorem or the Kuratowski–Pontryagin theorem,as the theorem was reportedly proved independently by Lev Pontryagin around 1927.However, as Pontryagin never published his proof, this usage has not spread to other places.[6]
A closely related result, Wagner's theorem, characterizes the planar graphs by their minors in terms of the same two forbidden graphs
K5
K3,3
An extension is the Robertson–Seymour theorem.
K5