Mathlib Map

Theorems · Inductive type · differential geometry

CovariantDerivative.ContMDiffCovariantDerivative

{𝕜 : 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] →
              {I : ModelWithCorners 𝕜 E H} →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [inst_5 : ChartedSpace H M] →
                      {F : Type u_5} →
                        [inst_6 : NormedAddCommGroup F] →
                          [inst_7 : NormedSpace 𝕜 F] →
                            {V : M → Type u_6} →
                              [inst_8 : TopologicalSpace (Bundle.TotalSpace F V)] →
                                [inst_9 : (x : M) → AddCommGroup (V x)] →
                                  [inst_10 : (x : M) → Module 𝕜 (V x)] →
                                    [inst_11 : (x : M) → TopologicalSpace (V x)] →
                                      [inst_12 : ∀ (x : M), IsTopologicalAddGroup (V x)] →
                                        [inst_13 : ∀ (x : M), ContinuousSMul 𝕜 (V x)] →
                                          [inst_14 : FiberBundle F V] →
                                            [IsManifold I 1 M] →
                                              [VectorBundle 𝕜 F V] → CovariantDerivative I F V → WithTop ℕ∞ → Prop

A covariant derivative ∇ is called of class C^k iff, whenever X is a C^k section and σ a C^{k+1} section, the result ∇_X σ is a C^k section. This is a class so typeclass inference can deduce this automatically. We will prove in a later file that any C^(k+1) covariant derivative is C^k.

Defined in
Mathlib.Geometry.Manifold.VectorBundle.CovariantDerivative.Basic
Cited by
6 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceAddCommGroupModuleTopologicalSpaceIsTopologicalAddGroupContinuousSMulFiberBundleIsManifoldVectorBundle

Around this declaration

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

CovariantDerivative.ContMDiffCovariantDerivative.contMDiff · cited by 3ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.affineCombination · cited by 1ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.finiteAffineCombination · cited by 1ContMDiffCovariantDerivat…CovariantDerivative.contMDiffCovariantDerivativeOn_univ_iff · cited by 0CovariantDerivative.contM…CovariantDerivative.ContMDiffCovariantDerivative.affine_combination · cited by 0ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.casesOn · cited by 0ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.finite_affine_combination · cited by 0ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.recOn · cited by 0ContMDiffCovariantDerivat…TopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatWithTop · cited by 3754WithTopModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceIsTopologicalAddGroup · cited by 1394IsTopologicalAddGroupContinuousSMul · cited by 1016ContinuousSMulBundle.TotalSpace · cited by 766Bundle.TotalSpaceFiberBundle · cited by 471FiberBundleIsManifold · cited by 326IsManifoldCovariantDerivative.ContMDiff…CITED BYCITES

Cites17

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

Cited by8

Results whose statement or proof uses this declaration.