Mathlib Map

Theorems · Definition · global analysis

mfderiv

{𝕜 : 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] →
                      {E' : Type u_5} →
                        [inst_6 : NormedAddCommGroup E'] →
                          [inst_7 : NormedSpace 𝕜 E'] →
                            {H' : Type u_6} →
                              [inst_8 : TopologicalSpace H'] →
                                (I' : ModelWithCorners 𝕜 E' H') →
                                  {M' : Type u_7} →
                                    [inst_9 : TopologicalSpace M'] →
                                      [inst_10 : ChartedSpace H' M'] →
                                        (f : M → M') → (x : M) → TangentSpace I x →L[𝕜] TangentSpace I' (f x)

mfderiv I I' f x, given a function f between two manifolds, is the derivative of f at x, as a continuous linear map from the tangent space at x to the tangent space at f x.

Defined in
Mathlib.Geometry.Manifold.MFDeriv.Defs
Cited by
159 results in Mathlib
Foundations
Depth 76 from the axioms, rests on 1,133 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

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

VectorField.mpullback · cited by 41VectorField.mpullbackmvfderiv · cited by 37mvfderivtangentMap · cited by 19tangentMapMDifferentiableAt.hasMFDerivAt · cited by 15MDifferentiableAt.hasMFDe…mfderivWithin_univ · cited by 14mfderivWithin_univHasMFDerivAt.mfderiv · cited by 12HasMFDerivAt.mfderivmfderiv_comp · cited by 11mfderiv_compaddInvariantVectorField · cited by 10addInvariantVectorFieldmulInvariantVectorField · cited by 10mulInvariantVectorFieldmfderiv_id · cited by 9mfderiv_idVectorField.mlieBracketWithin_apply · cited by 6VectorField.mlieBracketWi…Manifold.pathELength_eq_lintegral_mfderivWithin_Icc · cited by 5Manifold.pathELength_eq_l…mfderiv_comp_mfderivWithin · cited by 5mfderiv_comp_mfderivWithinmfderiv_const · cited by 5mfderiv_constOpenPartialHomeomorph.MDifferentiable.mfderiv · cited by 5MDifferentiable.mfderivTopologicalSpace · cited by 24529TopologicalSpaceRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapSet.range · cited by 4705Set.rangeModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacePartialEquiv.toFun · cited by 821PartialEquiv.toFunTangentSpace · cited by 555TangentSpaceModelWithCorners.toFun' · cited by 373ModelWithCorners.toFun'fderivWithin · cited by 357fderivWithinextChartAt · cited by 307extChartAtMDifferentiableAt · cited by 203MDifferentiableAtmfderivCITED BYCITES

Cites16

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

Cited by166

Results whose statement or proof uses this declaration.