Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.IsFiveWheelLike.not_colorable_succ

∀ {α : Type u_1} {s : Finset α} {G : SimpleGraph α} {r k : ℕ} [inst : DecidableEq α] {v w₁ w₂ : α} {t : Finset α},
  G.IsFiveWheelLike r k v w₁ w₂ s t → ¬G.Colorable (r + 1)

Any graph containing an IsFiveWheelLike r k structure is not (r + 1)-colorable.

Defined in
Mathlib.Combinatorics.SimpleGraph.FiveWheelLike
Cited by
1 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.