Mathlib Map

Theorems · Inductive type · differential geometry

IsCovariantDerivativeOn

{𝕜 : 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] →
                          [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] →
                                            (((x : M) → V x) → (x : M) → TangentSpace I x →L[𝕜] V x) →
                                              optParam (Set M) Set.univ → Prop

A function from sections of a vector bundle V on a manifold M to sections of $Hom(TM, E)$ is a covariant derivative over a set s in M if it is additive and satisfies the Leibniz rule when applied to sections that are differentiable at a point of s. 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
24 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.

IsCovariantDerivativeOn.leibniz · cited by 7IsCovariantDerivativeOn.l…IsCovariantDerivativeOn.add · cited by 6IsCovariantDerivativeOn.a…IsCovariantDerivativeOn.torsion · cited by 5IsCovariantDerivativeOn.t…CovariantDerivative.isCovariantDerivativeOn · cited by 2CovariantDerivative.isCov…CovariantDerivative.isCovariantDerivativeOnUniv · cited by 2CovariantDerivative.isCov…IsCovariantDerivativeOn.mono · cited by 2IsCovariantDerivativeOn.m…IsCovariantDerivativeOn.torsion_apply_eq_extend · cited by 2IsCovariantDerivativeOn.t…CovariantDerivative.ext · cited by 1CovariantDerivative.extCovariantDerivative.ofIsCovariantDerivativeOnOfOpenCover · cited by 1CovariantDerivative.ofIsC…CovariantDerivative.mk.inj · cited by 1mk.injCovariantDerivative.mk.noConfusion · cited by 1mk.noConfusionIsCovariantDerivativeOn.congr_of_eqOn · cited by 1IsCovariantDerivativeOn.c…IsCovariantDerivativeOn.difference · cited by 1IsCovariantDerivativeOn.d…IsCovariantDerivativeOn.torsion_antisymm · cited by 1IsCovariantDerivativeOn.t…IsCovariantDerivativeOn.torsion_self · cited by 1IsCovariantDerivativeOn.t…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapSet.univ · cited by 3945Set.univModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceIsTopologicalAddGroup · cited by 1394IsTopologicalAddGroupContinuousSMul · cited by 1016ContinuousSMulBundle.TotalSpace · cited by 766Bundle.TotalSpaceIsCovariantDerivativeOnCITED BYCITES

Cites17

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

Cited by35

Results whose statement or proof uses this declaration.