Mathlib Map

Theorems · Definition · global analysis

ContMDiff

{𝕜 : Type u_1} →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type u_2} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace 𝕜 E] →
          {H : Type u_3} →
            [inst_3 : TopologicalSpace H] →
              ModelWithCorners 𝕜 E H →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [ChartedSpace H M] →
                      {E' : Type u_5} →
                        [inst_6 : NormedAddCommGroup E'] →
                          [inst_7 : NormedSpace 𝕜 E'] →
                            {H' : Type u_6} →
                              [inst_8 : TopologicalSpace H'] →
                                ModelWithCorners 𝕜 E' H' →
                                  {M' : Type u_7} →
                                    [inst : TopologicalSpace M'] → [ChartedSpace H' M'] → WithTop ℕ∞ → (M → M') → Prop

ContMDiff I I' n f indicates that the function f : M → M' between manifolds is n times continuously differentiable. f is n times continuously differentiable if it is continuous and, for any pair of points, it is n times continuously differentiable in the charts around these points. The parameter n belongs to ℕ∞ω (accessible in the ContDiff scope), i.e. it can be a natural number, , or ω, where C^ω corresponds to analytic functions.

Defined in
Mathlib.Geometry.Manifold.ContMDiff.Defs
Cited by
278 results in Mathlib
Foundations
Depth 175 from the axioms, rests on 4,287 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by330

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 330.