Commit 2020-07-04 08:32 0d249d70
View on Github →feat(analysis/normed_space/*): group of units of a normed ring is open (#3210) In a complete normed ring, the group of units is an open subset of the ring (Zulip) Supporting material:
topology.metric_space.basic
,analysis.normed_space.basic
,normed_space.operator_norm
: some lemmas about limits and infinite sums in metric and normed spacesanalysis.normed_space.basic
,normed_space.operator_norm
: left- and right- multiplication in a normed ring (algebra) is a bounded homomorphism (linear map); the algebra/linear-map versions are not needed for the main result but included for completenessanalysis.normed_space.basic
: a normed algebra isnonzero
(not needed for the main result) (Zulip)algebra.group_with_zero
: thesubsingleton_or_nonzero
dichotomy for monoids with zero (Zulip) (written by @jcommelin )analysis.specific_limits
: results on geometric series in a completenormed_ring
; relies onalgebra.geom_sum
: "left" variants of some existing "right" lemmas on finite geometric series; relies onalgebra.opposites
,algebra.group_power
,algebra.big_operators
: lemmas about the opposite ring (Zulip)