We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66730a4 commit 4a4b844Copy full SHA for 4a4b844
1 file changed
Mathlib/Algebra/Group/Action/Units.lean
@@ -88,6 +88,9 @@ example {M} [CommMonoid M] :
88
ext
89
rfl
90
91
+/-- This is not the usual `smul_eq_mul` because `mulAction'` creates a diamond.
92
+
93
+Discussed [on Zulip](https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/units.2Emul_action'.20diamond/near/246400399). -/
94
@[simp]
95
lemma smul_eq_mul {M} [CommMonoid M] (u₁ u₂ : Mˣ) :
96
u₁ • u₂ = u₁ * u₂ := by
0 commit comments