Mathlib Map

Theorems · Inductive type · differential geometry

CovariantDerivative

{𝕜 : 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] →
                      (F : Type u_5) →
                        [inst_6 : NormedAddCommGroup F] →
                          [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)] →
                                      [∀ (x : M), IsTopologicalAddGroup (V x)] →
                                        [∀ (x : M), ContinuousSMul 𝕜 (V x)] →
                                          [FiberBundle F V] → Type (max (max u_2 u_4) u_6)

Bundled global covariant derivative on a vector bundle. Caution, the argument order is nonstandard: cov σ x (X x) corresponds to ∇_X σ x on paper.

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

Around this declaration

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

CovariantDerivative.toFun · cited by 16CovariantDerivative.toFunCovariantDerivative.ContMDiffCovariantDerivative · cited by 6CovariantDerivative.ContM…CovariantDerivative.derivMetricTensor · cited by 5CovariantDerivative.deriv…CovariantDerivative.torsion · cited by 5CovariantDerivative.torsi…CovariantDerivative.ContMDiffCovariantDerivative.contMDiff · cited by 3ContMDiffCovariantDerivat…CovariantDerivative.affineCombination · cited by 3CovariantDerivative.affin…CovariantDerivative.IsMetricCompatible · cited by 2CovariantDerivative.IsMet…CovariantDerivative.derivMetricTensor_apply · cited by 2CovariantDerivative.deriv…CovariantDerivative.finiteAffineCombination · cited by 2CovariantDerivative.finit…CovariantDerivative.isCovariantDerivativeOn · cited by 2CovariantDerivative.isCov…CovariantDerivative.isCovariantDerivativeOnUniv · cited by 2CovariantDerivative.isCov…CovariantDerivative.ContMDiffCovariantDerivative.affineCombination · cited by 1ContMDiffCovariantDerivat…CovariantDerivative.ContMDiffCovariantDerivative.finiteAffineCombination · cited by 1ContMDiffCovariantDerivat…CovariantDerivative.IsMetricCompatible.mvfderiv_inner_eq · cited by 1IsMetricCompatible.mvfder…CovariantDerivative.mk.inj · cited by 1mk.injTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceIsTopologicalAddGroup · cited by 1394IsTopologicalAddGroupContinuousSMul · cited by 1016ContinuousSMulBundle.TotalSpace · cited by 766Bundle.TotalSpaceFiberBundle · cited by 471FiberBundleCovariantDerivativeCITED BYCITES

Cites12

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

Cited by46

Results whose statement or proof uses this declaration.