Mathlib Map

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.)

Defined in
Mathlib.Combinatorics.SimpleGraph.Coloring.Vertex
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.

Cited by13

Results whose statement or proof uses this declaration.