Commit 2023-12-13 09:43 395e8530
View on Github →feat(Geometry/Manifold/Instances/UnitsOfNormedAlgebra): Lie group structure (#8397) Port of [mathlib#15763](https://github.com/leanprover-community/mathlib/pull/15763) We complete the construction of the Lie group of units of a complete normed ring. To show that multiplication and inversion are smooth, we add some more lemmas:
- For a manifold
M
whose chart structure is induced by an open embedding fromM
toH
, the open embedding itself is a smooth manifold map. - The inverse of this open embedding is smooth on its range.
- For a manifold map
f : M → M'
whose target spaceM'
has a chart structure induced by an open embeddinge' : M' → H'
, ife' ∘ f
is smooth, thenf
is smooth. Lemmas previously not ported are now ported: open_embedding.to_local_homeomorph_left_inv
open_embedding.to_local_homeomorph_right_inv