Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.chromaticNumber_le_iff_colorable

∀ {V : Type u} {G : SimpleGraph V} {n : ℕ}, G.chromaticNumber ≤ ↑n ↔ G.Colorable n
Defined in
Mathlib.Combinatorics.SimpleGraph.Coloring.Vertex
Cited by
10 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

SimpleGraph.chromaticNumber_le_of_forall_imp · cited by 4SimpleGraph.chromaticNumb…SimpleGraph.two_le_chromaticNumber_of_adj · cited by 3SimpleGraph.two_le_chroma…SimpleGraph.Walk.three_le_chromaticNumber_of_odd_loop · cited by 2Walk.three_le_chromaticNu…SimpleGraph.eq_top_of_chromaticNumber_eq_card · cited by 1SimpleGraph.eq_top_of_chr…SimpleGraph.chromaticNumber_eq_one_iff · cited by 1SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_eq_zero_iff · cited by 1SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_le_two_iff_isBipartite · cited by 1SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_sum · cited by 0SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_eq_iff_colorable_not_colorable · cited by 0SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_le_one_of_subsingleton · cited by 0SimpleGraph.chromaticNumb…Top.top · cited by 9680Top.topSet.ofPred · cited by 6101Set.ofPredENat · cited by 4985ENatSimpleGraph · cited by 3072SimpleGraphInfSet.sInf · cited by 935InfSet.sInfLT.lt.ne · cited by 872lt.neNat.cast_le · cited by 159Nat.cast_leSet.mem_ofPred_eq · cited by 122Set.mem_ofPred_eqSimpleGraph.Colorable · cited by 67SimpleGraph.ColorableSimpleGraph.chromaticNumber · cited by 54SimpleGraph.chromaticNumb…Nat.sInf_mem · cited by 15Nat.sInf_memSimpleGraph.Colorable.chromaticNumber_le · cited by 11Colorable.chromaticNumber…ENat.natCast_lt_top · cited by 9ENat.natCast_lt_topSimpleGraph.Colorable.chromaticNumber_eq_sInf · cited by 5Colorable.chromaticNumber…SimpleGraph.chromaticNumber_ne_top_iff_exists · cited by 4SimpleGraph.chromaticNumb…SimpleGraph.chromaticNumber_l…CITED BYCITES

Cites16

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

Cited by10

Results whose statement or proof uses this declaration.