Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax9.BoundedMergeWidthChiBounded

χ-Boundedness of Bounded Merge-Width Classes

concepts/Lax9/BoundedMergeWidthChiBounded.lean · lax-9

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.

    Concept map

    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A

    Evidence

    Each proof establishes this claim relative to its assumptions.

    Theorem

    Every class of finite simple graphs with bounded merge-width is χ-bounded.

    Lean source view on GitHub

    1import Lax9.ChiBoundedness
    2import Lax9.MergeWidth
    3
    4/-!
    5---
    6title: χ-Boundedness of Bounded Merge-Width Classes
    7type: theorem
    8---
    9Every class of finite simple graphs with bounded merge-width is χ-bounded.
    10-/
    11
    12namespace Lax9.BoundedMergeWidthChiBounded
    13
    14open Lax9.ChiBoundedness
    15open Lax9.MergeWidth
    16
    17/-- Every graph class of bounded merge-width is χ-bounded. -/
    18axiom bounded_mergeWidth_chiBounded
    19 (C : GraphClass) (h : BoundedMergeWidth C) : ChiBounded C
    20
    21end Lax9.BoundedMergeWidthChiBounded
    22
    Show Proof

    Used by

    none

    From Mathlib

    none

    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

    Loading discussion…