Mathlib Map

Theorems · Definition · global analysis

mvfderiv

{𝕜 : 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_8} →
                        [inst_6 : NormedAddCommGroup F] →
                          [inst_7 : NormedSpace 𝕜 F] → (M → F) → (x : M) → TangentSpace I x →L[𝕜] F

mvfderiv I J f x is the mfderiv of a vector-valued function f on M at x, but taking values in the target normed space directly. The difference to mfderiv is explained in the module-docstring for Mathlib/Geometry/Manifold/MFDeriv/NormedSpace.lean. Future: this could be generalised to functions into additive torsors over abelian Lie groups.

Defined in
Mathlib.Geometry.Manifold.MFDeriv.NormedSpace
Cited by
37 results in Mathlib
Foundations
Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

IsCovariantDerivativeOn.leibniz · cited by 7IsCovariantDerivativeOn.l…mvfderiv_add · cited by 3mvfderiv_addCovariantDerivative.derivMetricTensor_apply · cited by 2CovariantDerivative.deriv…MDifferentiableAt.mvfderiv · cited by 2MDifferentiableAt.mvfderivrange_mvfderiv_subtypeVal · cited by 1range_mvfderiv_subtypeValCovariantDerivative.IsMetricCompatible.mvfderiv_inner_eq · cited by 1IsMetricCompatible.mvfder…IsCovariantDerivativeOn.congr_of_eqOn · cited by 1IsCovariantDerivativeOn.c…injective_mvfderiv_subtypeVal_sphere · cited by 1injective_mvfderiv_subtyp…mvfderivWithin_univ · cited by 1mvfderivWithin_univmvfderiv_mul · cited by 1mvfderiv_mulmvfderiv_neg · cited by 1mvfderiv_negmvfderiv_smul · cited by 1mvfderiv_smulmvfderiv_sub · cited by 1mvfderiv_submvfderiv_zero · cited by 1mvfderiv_zeroCovariantDerivative.derivMetricTensor_apply_eq_extend · cited by 0CovariantDerivative.deriv…TopologicalSpace · cited by 24529TopologicalSpaceRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacemodelWithCornersSelf · cited by 920modelWithCornersSelfContinuousLinearMap.comp · cited by 709ContinuousLinearMap.compTangentSpace · cited by 555TangentSpaceContinuousLinearEquiv.toContinuousLinearMap · cited by 448ContinuousLinearEquiv.toC…mfderiv · cited by 159mfderivNormedSpace.fromTangentSpace · cited by 17NormedSpace.fromTangentSp…mvfderivCITED BYCITES

Cites14

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

Cited by40

Results whose statement or proof uses this declaration.