Skip to content

Commit 10592da

Browse files
authored
fix rename
1 parent d477069 commit 10592da

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
@@ -122,7 +122,7 @@ def edgeColoringEquivOfColorIso (f : α ≃ β) : G.EdgeColoring α ≃ G.EdgeCo
122122

123123
@[gcongr]
124124
theorem EdgeColorableWith.mono (f : α ↪ β) (h : G.EdgeColorableWith α) : G.EdgeColorableWith β :=
125-
edgeColoringEmbeddingofColorEmbedding f h.some⟩
125+
edgeColoringEmbedding f h.some⟩
126126

127127
@[gcongr]
128128
theorem EdgeColorable.mono (hle : n ≤ m) (h : G.EdgeColorable n) : G.EdgeColorable m :=

0 commit comments

Comments
 (0)