We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d477069 commit 10592daCopy full SHA for 10592da
1 file changed
Mathlib/Combinatorics/SimpleGraph/Coloring/Edge.lean
@@ -122,7 +122,7 @@ def edgeColoringEquivOfColorIso (f : α ≃ β) : G.EdgeColoring α ≃ G.EdgeCo
122
123
@[gcongr]
124
theorem EdgeColorableWith.mono (f : α ↪ β) (h : G.EdgeColorableWith α) : G.EdgeColorableWith β :=
125
- ⟨edgeColoringEmbeddingofColorEmbedding f h.some⟩
+ ⟨edgeColoringEmbedding f h.some⟩
126
127
128
theorem EdgeColorable.mono (hle : n ≤ m) (h : G.EdgeColorable n) : G.EdgeColorable m :=
0 commit comments