Induced grid exclusion in row and column graphs

Lax762056.ColumnGridExclusion · concepts/Lax762056/ColumnGridExclusion.lean · lax-762056

proven

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

    Lemma

    Every row and column graph excludes the 5×55\times5 grid as an induced minor.

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

    Each proof establishes this claim relative to its assumptions.

    In the paper

    • page 4 of this submission's paper

    Lean source view on GitHub

    1import Lax762056.ColumnGraph
    2import Lax762056.Grid
    3
    4/-!
    5---
    6title: Induced grid exclusion in row and column graphs
    7type: lemma
    8---
    9Every row and column graph excludes the 5×55\times5 grid as an induced minor.
    10-/
    11
    12namespace Lax762056.ColumnGridExclusion
    13
    14open ColumnGraph Grid
    15
    16axiom columnGraph_excludes_inducedGrid (R : Type*) (c : ℕ) :
    17 ExcludesInducedGrid 5 (columnGraph R c)
    18
    19end Lax762056.ColumnGridExclusion
    20
    Show Proof
    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…