LeanAide GPT-4 documentation

Module: Mathlib.Geometry.Manifold.Instances.UnitsOfNormedAlgebra


Units.contMDiff_val

theorem Units.contMDiff_val : āˆ€ {R : Type u_1} [inst : NormedRing R] [inst_1 : CompleteSpace R] {š•œ : Type u_2} [inst_2 : NontriviallyNormedField š•œ] [inst_3 : NormedAlgebra š•œ R] {m : ā„•āˆž}, ContMDiff (modelWithCornersSelf š•œ R) (modelWithCornersSelf š•œ R) m Units.val

The theorem `Units.contMDiff_val` states that in the case of a complete normed ring `R`, the operation of embedding the units of `R` (denoted `RĖ£`) back into `R` is a smooth map between manifolds. This is stated for all `R` and `š•œ`, where `R` is a type having a normed ring structure and is a complete space, and `š•œ` is a type equipped with a non-trivially normed field structure and a normed algebra structure over `R`. The smoothness of the map is considered with respect to the model with corners on `R` associated with `š•œ`, denoted `modelWithCornersSelf š•œ R`, and is true for all smoothness classes `m`.

More concisely: The embedding of the units of a complete normed ring `R` into `R` is a smooth map between manifolds with respect to the model with corners on `R` associated with a non-trivially normed field `š•œ` for all smoothness classes `m`.