We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bot
1 parent b970fec commit 23d1413Copy full SHA for 23d1413
1 file changed
Mathlib/Combinatorics/SimpleGraph/Coloring/Edge.lean
@@ -79,7 +79,7 @@ noncomputable def chromaticIndex : ℕ∞ :=
79
variable (α) in
80
/-- The unique coloring of the empty graph. -/
81
@[expose]
82
-def EdgeColoring.bot : (⊥ : SimpleGraph V).EdgeColoring α :=
+protected def EdgeColoring.bot : (⊥ : SimpleGraph V).EdgeColoring α :=
83
.mk (fun ⟨_, h⟩ ↦ edgeSet_bot ▸ h |>.elim) (lineGraph_bot ▸ · |>.elim)
84
85
0 commit comments