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
Mwhose chart structure is induced by an open embedding fromMtoH, 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' ∘ fis smooth, thenfis smooth. Lemmas previously not ported are now ported: open_embedding.to_local_homeomorph_left_invopen_embedding.to_local_homeomorph_right_inv