open
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
Theorem
For every finite simple graph, admitting a crossing-free drawing is equivalent to containing neither K₅ nor K₃,₃ as a minor.
Lean source view on GitHub
| 1 | import Lax68.Planar |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Wagner's theorem |
| 6 | type: theorem |
| 7 | --- |
| 8 | For every finite simple graph, admitting a crossing-free drawing is equivalent |
| 9 | to containing neither *K₅* nor *K₃,₃* as a minor. |
| 10 | -/ |
| 11 | |
| 12 | set_option autoImplicit false |
| 13 | |
| 14 | namespace Lax68.PlanarExcludedMinors |
| 15 | |
| 16 | axiom planar_iff_excludedMinors |
| 17 | {V : Type*} {G : SimpleGraph V} : |
| 18 | Finite V → |
| 19 | (Lax68.Planar.IsPlanar G ↔ |
| 20 | Lax68.Planar.IsPlanarByExcludedMinors G) |
| 21 | |
| 22 | end Lax68.PlanarExcludedMinors |
| 23 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments