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

Lax10.FragileFourColorable

Graphs without a 3-connected subgraph are 4-colorable

concepts/Lax10/FragileFourColorable.lean · lax-10

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 finite simple graph with no 33-connected subgraph is 44-colorable.

    Lean source view on GitHub

    1import Lax10.Fragile
    2
    3/-!
    4---
    5title: Graphs without a 3-connected subgraph are 4-colorable
    6type: theorem
    7---
    8Every finite simple graph with no 33-connected subgraph is 44-colorable.
    9-/
    10
    11namespace Lax10.FragileFourColorable
    12
    13universe u
    14
    15open Lax10.ThreeConnectedAndColorable
    16open Lax10.Fragile
    17
    18/-- Every finite simple graph with no 33-connected subgraph is 44-colorable. -/
    19axiom fragile_four_colorable {V : Type u} [Fintype V] [DecidableEq V]
    20 (G : SimpleGraph V) (hfragile : HasNoThreeConnectedSubgraph G) :
    21 KColorable 4 G
    22
    23end Lax10.FragileFourColorable
    24
    Show Proof

    Builds on

    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…