Planar Graph Classes

lax-68·formalized by Clemens Kuske·registered·created ·GitHub @f179bc8·Lean v4.33.0 epoch · mathlib db584cd6d46c

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this submission may be incorrect.

No flags have been submitted.

    Community review

    Flag this submission

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    Abstract

    This submission collects definitions of planar graph classes: planar, outerplanar, maximal outerplanar, grids and walls, triangles, stars, ladders, series-parallel graphs, trees, and paths, together with triangulations of planar graphs.

    The supporting concepts are straight-line graph drawings, graph minors via connected branch sets, and topological minors via internally disjoint paths. Planarity is expressed by the existence of a crossing-free straight-line drawing in the real plane.

    Graph-class definitions contain no theorem statements. Elementary relationships are stated in separate theorem concepts. Each definition concept now includes a short illustration image. Proofs are supplied for elementary relationships and preservation of acyclicity under minors; the remaining gaps are explicitly open statements. The geometric planarity claims for trees and stars are restricted to finite graphs. The accompanying visual guide illustrates the defining shapes.

    Kuratowski’s subdivision characterization, Wagner’s excluded-minor characterization, and the excluded-minor characterization of outerplanarity are stated for finite graphs. These are open statements; this submission does not supply their proofs.

    The supplied proofs include that stars and paths are trees and that minors of acyclic graphs are acyclic. The latter excludes K4K₄ and K2,3K₂,₃ from trees, proving tree outerplanarity conditional on the open excluded-minor characterization. The existing tree, star, and path consequences use this same chain. Triangles are maximal outerplanar via an explicit drawing of three points on a circle; completeness gives maximality. The triangle outerplanarity and planarity consequences follow.

    Grid planarity is proved by placing vertices at integer row-column coordinates. Wall planarity follows by restricting this drawing, and ladder planarity follows because every ladder is a two-row grid. The remaining open formalization problems are series-parallel planarity, Kuratowski's theorem, Wagner's theorem, and the excluded-minor characterization of outerplanarity. These are known mathematical results whose Lean proofs are not supplied here.

    Concepts

    Concept map
    38 concepts; 8 descendants hidden
    100%
    Proven claimOpen claimDefinitionThis submissionOther submissionA → B: B builds on A

    Proofs

    Proof networkview on GitHub

    100%
    assumptions conclusionProven claimOpen claimClaim from this submissionProof — open large view for details
    Proof list

    Lean sources for these proofs: proofs/ on GitHub

    Proof code is not displayed; the archive records each proof's checked relationship between claims.

    Related submissions

    Submission map

    100%
    This submissionOther submissionA → B: B's concepts build on A

    Cite this

    This is only the formalizers. The authors of the formalized results may be different (see References).

    @misc{lax-68,
      author = {Clemens Kuske},
      title = {Planar Graph Classes},
      year = {2026},
      howpublished = {Lax Archive, lax-68},
      url = {https://laxarchive.org/lax-68/},
    }

    References

    1. Reinhard Diestel. Graph Theory. Springer 173, 2025.

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above.

    Loading discussion…