Skip to content

Commit e9c4b77

Browse files
kim-emplp127
andauthored
Update Mathlib/Topology/Algebra/Group/Units.lean
Co-authored-by: Aaron Liu <aaronliu2008@outlook.com>
1 parent 761725c commit e9c4b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Algebra/Group/Units.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open Units
2121
of the units of the monoid. -/
2222
@[to_additive]
2323
lemma Submonoid.isOpen_units {M : Type*} [TopologicalSpace M] [Monoid M]
24-
{U : Submonoid M} (hU : IsOpen (U : Set M)) : IsOpen (U.units : Set Mˣ) :=
24+
{U : Submonoid M} (hU : IsOpen (U : Set M)) : IsOpen (U.units : Set Mˣ) :=
2525
(hU.preimage Units.continuous_val).inter (hU.preimage Units.continuous_coe_inv)
2626

2727
/-- The monoid homeomorphism between the units of a product of topological monoids

0 commit comments

Comments
 (0)