The excluded-minor characterization of outerplanarity

Lax68.OuterplanarExcludedMinors · concepts/Lax68/OuterplanarExcludedMinors.lean · lax-68

open

Loading review…

Sign in with ORCID

Community review

Flags

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

No flags have been submitted.

    Community review

    Flag this concept

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

    No source line selected.

    Natural Language Statement

    Opn

    For every finite simple graph, having an outerplane drawing is equivalent to containing neither K₄ nor K₂,₃ as a minor.

    This is the standard excluded-minor characterization of outerplanar graphs. It is an open theorem in this submission.

    Concept map
    4 concepts
    100%
    Open claimDefinitionThis conceptRelated conceptA → B: B builds on A
    Evidence

    Each proof establishes this claim relative to its assumptions.

    No proof in the archive yet — this claim is open.

    Lean source view on GitHub

    1import Lax68.Outerplanar
    2
    3/-!
    4---
    5title: The excluded-minor characterization of outerplanarity
    6type: opn
    7---
    8For every finite simple graph, having an outerplane drawing is equivalent to
    9containing neither *K₄* nor *K₂,₃* as a minor.
    10
    11This is the standard excluded-minor characterization of outerplanar graphs.
    12It is an open theorem in this submission.
    13-/
    14
    15set_option autoImplicit false
    16
    17namespace Lax68.OuterplanarExcludedMinors
    18
    19/-- A finite graph is outerplanar exactly when it has neither `K₄` nor `K₂,₃`
    20as a minor. This remains open in the present formalization. -/
    21axiom outerplanar_iff_excludedMinors
    22 {V : Type*} {G : SimpleGraph V} :
    23 Finite V →
    24 (Lax68.Outerplanar.IsOuterplanar G ↔
    25 Lax68.Outerplanar.IsOuterplanarByExcludedMinors G)
    26
    27end Lax68.OuterplanarExcludedMinors
    28
    Builds on
    Used by

    none

    From Mathlib

    none

    Discussion

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

    Loading discussion…