How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Kuratowski–Wagner theorem: a finite graph is planar exactly when it has neither a nor a minor, equivalently neither subdivision
Statement
For every finite graph , the following are equivalent:
- is planar;
- has neither a nor a minor;
- contains no subdivision of or .
Minor and subdivision have the meanings of Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors.
Facts & Assumptions
Given: A finite graph .
A planar graph contains no subdivision of or (A planar graph contains no subdivision of or ).
Every edge-maximal graph of order at least four with no such subdivision is three-connected (Every edge-maximal graph of order at least four with no subdivision of or is three-connected).
Every three-connected graph with no or minor is planar (Every three-connected graph with no or minor is planar).
A graph has a or minor exactly when it contains a subdivision of one of them (A graph has a or minor exactly when it has a subdivision of or as a subgraph).
Proof
If is planar, [L1] excludes both subdivisions. By [L4] it also excludes both minors.
Conversely, suppose contains neither subdivision. On its fixed finite vertex set, add edges until reaching an edge-maximal graph with the same exclusion. If , then is plainly planar; otherwise [L2] makes three-connected.
By [L4], has neither forbidden minor. Apply [L3] to obtain a plane drawing of ; deleting the added edges leaves a plane drawing of .
Step 1.1 proves planarity implies both exclusions, step 3.1 proves subdivision exclusion implies planarity, and [L4] identifies the two exclusion conditions. Thus all three assertions are equivalent.
Depends on
- A planar graph contains no subdivision of $K_5$ or $K_{3,3}$
- A graph has a $K_5$ or $K_{3,3}$ minor exactly when it has a subdivision of $K_5$ or $K_{3,3}$ as a subgraph
- Every three-connected graph with no $K_5$ or $K_{3,3}$ minor is planar
- Every edge-maximal graph of order at least four with no subdivision of $K_5$ or $K_{3,3}$ is three-connected
- Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 48 results over 15 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- R. Diestel, Graph Theory, 6th ed., Theorem 4.4.6 (standard reference, not scraped)