We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
edgeColoringEmbeddingofColorEmbedding
edgeColoringEmbedding
1 parent 32343e7 commit d477069Copy full SHA for d477069
1 file changed
Mathlib/Combinatorics/SimpleGraph/Coloring/Edge.lean
@@ -112,7 +112,7 @@ theorem chromaticIndex_eq_zero : G.chromaticIndex = 0 ↔ G = ⊥ := by
112
113
/-- Lift an embedding of colors to an embedding of edge colorings. -/
114
@[expose]
115
-def edgeColoringEmbeddingofColorEmbedding (f : α ↪ β) : G.EdgeColoring α ↪ G.EdgeColoring β :=
+def edgeColoringEmbedding (f : α ↪ β) : G.EdgeColoring α ↪ G.EdgeColoring β :=
116
recolorOfEmbedding _ f
117
118
/-- Lift an isomorphism of colors to an isomorphism of edge colorings. -/
0 commit comments