Skip to content

Commit 4a4b844

Browse files
committed
chore: add docstring back (#38711)
#38703 accidentally deleted a docstring. This adds it back (it's still a useful comment).
1 parent 66730a4 commit 4a4b844

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mathlib/Algebra/Group/Action/Units.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ example {M} [CommMonoid M] :
8888
ext
8989
rfl
9090

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). -/
9194
@[simp]
9295
lemma smul_eq_mul {M} [CommMonoid M] (u₁ u₂ : Mˣ) :
9396
u₁ • u₂ = u₁ * u₂ := by

0 commit comments

Comments
 (0)