Skip to content

Commit d477069

Browse files
edgeColoringEmbeddingofColorEmbedding -> edgeColoringEmbedding
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
1 parent 32343e7 commit d477069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Mathlib/Combinatorics/SimpleGraph/Coloring

Mathlib/Combinatorics/SimpleGraph/Coloring/Edge.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ theorem chromaticIndex_eq_zero : G.chromaticIndex = 0 ↔ G = ⊥ := by
112112

113113
/-- Lift an embedding of colors to an embedding of edge colorings. -/
114114
@[expose]
115-
def edgeColoringEmbeddingofColorEmbedding (f : α ↪ β) : G.EdgeColoring α ↪ G.EdgeColoring β :=
115+
def edgeColoringEmbedding (f : α ↪ β) : G.EdgeColoring α ↪ G.EdgeColoring β :=
116116
recolorOfEmbedding _ f
117117

118118
/-- Lift an isomorphism of colors to an isomorphism of edge colorings. -/

0 commit comments

Comments
 (0)