We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4828e94 commit 1f84024Copy full SHA for 1f84024
1 file changed
Mathlib/Topology/Algebra/Group/Units.lean
@@ -26,7 +26,8 @@ lemma Submonoid.isOpen_units {M : Type*} [TopologicalSpace M] [Monoid M]
26
27
/-- The monoid homeomorphism between the units of a product of topological monoids
28
and the product of the units of the monoids. -/
29
-@[to_additive]
+@[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. -/]
31
def ContinuousMulEquiv.piUnits {ι : Type*}
32
{M : ι → Type*} [(i : ι) → Monoid (M i)] [(i : ι) → TopologicalSpace (M i)] :
33
(Π i, M i)ˣ ≃ₜ* Π i, (M i)ˣ where
0 commit comments