Topological properties of units #
This file contains lemmas about the topology of units in topological monoids, including results about submonoid units and units of product spaces.
If a submonoid is open in a topological monoid, then its units form an open subset of the units of the monoid.
If a submonoid is open in a topological additive monoid, then its additive units form an open subset of the additive units of the monoid.
The isomorphism of topological groups between the units of a product and the product of the units.
Equations
- ContinuousMulEquiv.piUnits = { toMulEquiv := MulEquiv.piUnits, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The isomorphism of topological additive groups between the additive units of a product and the product of the additive units.
Equations
- ContinuousAddEquiv.piAddUnits = { toAddEquiv := AddEquiv.piAddUnits, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
Any ContinuousMulEquiv induces a ContinuousMulEquiv on units.
Equations
- Units.mapContinuousMulEquiv f = { toMulEquiv := Units.mapEquiv ↑f, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
If G is a group with topological ⁻¹, then it is homeomorphic to its units.
Equations
Instances For
If G is an additive group with topological negation, then it is homeomorphic to
its additive units.
Equations
- toAddUnits_homeomorph = { toEquiv := toAddUnits.toEquiv, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The topological group isomorphism between the units of a product of two monoids, and the product of the units of each monoid.
Equations
- Homeomorph.prodUnits = { toEquiv := MulEquiv.prodUnits.toEquiv, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The topological group isomorphism between the additive units of a product of two additive monoids, and the product of the additive units of each additive monoid.
Equations
- Homeomorph.prodAddUnits = { toEquiv := AddEquiv.prodAddUnits.toEquiv, continuous_toFun := ⋯, continuous_invFun := ⋯ }