Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.chromaticNumber

{V : Type u} → SimpleGraph V → ℕ∞

The chromatic number of a graph is the minimal number of colors needed to color it. This is (infinity) iff G isn't colorable with finitely many colors. If G is colorable, then ENat.toNat G.chromaticNumber is the -valued chromatic number.

Defined in
Mathlib.Combinatorics.SimpleGraph.Coloring.Vertex
Cited by
54 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

SimpleGraph.Colorable.chromaticNumber_le · cited by 11Colorable.chromaticNumber…SimpleGraph.chromaticNumber_le_iff_colorable · cited by 10SimpleGraph.chromaticNumb…SimpleGraph.Colorable.chromaticNumber_eq_sInf · cited by 5Colorable.chromaticNumber…SimpleGraph.chromaticNumber_le_of_forall_imp · cited by 4SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_ne_top_iff_exists · cited by 4SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_top · cited by 4SimpleGraph.chromaticNumb…SimpleGraph.colorable_chromaticNumber · cited by 3SimpleGraph.colorable_chr…SimpleGraph.two_le_chromaticNumber_of_adj · cited by 3SimpleGraph.two_le_chroma…SimpleGraph.Colorable.chromaticNumber_pos · cited by 2Colorable.chromaticNumber…SimpleGraph.Walk.three_le_chromaticNumber_of_odd_loop · cited by 2Walk.three_le_chromaticNu…SimpleGraph.card_le_chromaticNumber_iff_forall_surjective · cited by 2SimpleGraph.card_le_chrom…SimpleGraph.chromaticNumber_mono_of_hom · cited by 2SimpleGraph.chromaticNumb…SimpleGraph.eq_top_of_chromaticNumber_eq_card · cited by 1SimpleGraph.eq_top_of_chr…SimpleGraph.Coloring.surjOn_of_card_le_isClique · cited by 1Coloring.surjOn_of_card_l…SimpleGraph.le_chromaticNumber_iff_colorable · cited by 1SimpleGraph.le_chromaticN…Set.ofPred · cited by 6101Set.ofPredENat · cited by 4985ENatSimpleGraph · cited by 3072SimpleGraphiInf · cited by 1690iInfSimpleGraph.Colorable · cited by 67SimpleGraph.ColorableSimpleGraph.chromaticNumberCITED BYCITES

Cites5

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

Cited by54

Results whose statement or proof uses this declaration.