Skip to content

Commit 1f84024

Browse files
committed
doc string
1 parent 4828e94 commit 1f84024

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/Topology/Algebra/Group/Units.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ lemma Submonoid.isOpen_units {M : Type*} [TopologicalSpace M] [Monoid M]
2626

2727
/-- The monoid homeomorphism between the units of a product of topological monoids
2828
and the product of the units of the monoids. -/
29-
@[to_additive]
29+
@[to_additive /-- The additive monoid homeomorphism between the additive units of a product of
30+
topological additive monoids and the product of the additive units of the monoids. -/]
3031
def ContinuousMulEquiv.piUnits {ι : Type*}
3132
{M : ι → Type*} [(i : ι) → Monoid (M i)] [(i : ι) → TopologicalSpace (M i)] :
3233
(Π i, M i)ˣ ≃ₜ* Π i, (M i)ˣ where

0 commit comments

Comments
 (0)