Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.EdgeLabeling.get

{V : Type u_1} → {G : SimpleGraph V} → {K : Type u_3} → G.EdgeLabeling K → (x y : V) → G.Adj x y → K

Convenience function to get the color of the edge x ~ y in the coloring of the complete graph on V.

Defined in
Mathlib.Combinatorics.SimpleGraph.Coloring.EdgeLabeling
Cited by
10 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites4

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.