Induced grid exclusion in the reduction

Lax762056.GridExclusion · concepts/Lax762056/GridExclusion.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

    For every finite simple graph FF, the reduction graph GFG_F excludes the 5×55\times5 grid as an induced minor.

    Concept map
    8 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 5 of this submission's paper

    Lean source view on GitHub

    1import Lax762056.Reduction
    2import Lax762056.Grid
    3
    4/-!
    5---
    6title: Induced grid exclusion in the reduction
    7type: lemma
    8---
    9For every finite simple graph FF, the reduction graph GFG_F excludes
    10the 5×55\times5 grid as an induced minor.
    11-/
    12
    13namespace Lax762056.GridExclusion
    14
    15open Grid Reduction
    16
    17axiom reduction_excludes_inducedGrid {n : ℕ} (F : SimpleGraph (Fin n)) :
    18 ExcludesInducedGrid 5 (reductionGraph F)
    19
    20end Lax762056.GridExclusion
    21
    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…