Theorems · Definition · combinatorics
SimpleGraph.Coloring.mk
{V : Type u} →
{G : SimpleGraph V} → {α : Type u_2} → (color : V → α) → (∀ {v w : V}, G.Adj v w → color v ≠ color w) → G.Coloring αConstruct a term of SimpleGraph.Coloring using a function that
assigns vertices to colors and a proof that it is as proper coloring.
(Note: this is a definitionally the constructor for SimpleGraph.Hom,
but with a syntactically better proper coloring hypothesis.)
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.Coloringstatement · cited by 44
Cited by13
Results whose statement or proof uses this declaration.
- SimpleGraph.selfColoringproof · cited by 4
- SimpleGraph.completeMultipartiteGraph.coloringproof · cited by 2
- SimpleGraph.Partition.toColoringproof · cited by 1
- SimpleGraph.cycleGraph.bicoloring_of_evenproof · cited by 1
- SimpleGraph.CompleteBipartiteGraph.bicoloringproof · cited by 1
- SimpleGraph.pathGraph.bicoloringproof · cited by 1
- SimpleGraph.eq_top_of_chromaticNumber_eq_cardproof · cited by 1
- SimpleGraph.cycleGraph.tricoloringproof · cited by 1
- SimpleGraph.Coloring.ofIsEmptyproof · cited by 1
- SimpleGraph.Partition.toColoring'proof · cited by 0
- SimpleGraph.IsTree.coloringTwoOfVertproof · cited by 0
- SimpleGraph.chromaticNumber_le_one_of_subsingletonproof · cited by 0