Mathlib Map

Theorems · Definition · global analysis

mfderivWithin

{𝕜 : 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') → Set M → (x : M) → TangentSpace I x →L[𝕜] TangentSpace I' (f x)

mfderivWithin I I' f s x, given a function f between two manifolds, is the derivative of f at x within s, 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
126 results in Mathlib
Foundations
Depth 76 from the axioms, rests on 1,132 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

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

VectorField.mpullbackWithin · cited by 48VectorField.mpullbackWith…MDifferentiableWithinAt.hasMFDerivWithinAt · cited by 26MDifferentiableWithinAt.h…mvfderivWithin · cited by 22mvfderivWithinHasMFDerivWithinAt.mfderivWithin · cited by 16HasMFDerivWithinAt.mfderi…tangentMapWithin · cited by 14tangentMapWithinmfderivWithin_univ · cited by 14mfderivWithin_univmfderivWithin_comp · cited by 10mfderivWithin_compmfderivWithin_eq_fderivWithin · cited by 8mfderivWithin_eq_fderivWi…Manifold.pathELength_eq_lintegral_mfderivWithin_Icc · cited by 5Manifold.pathELength_eq_l…mfderiv_comp_mfderivWithin · cited by 5mfderiv_comp_mfderivWithinFilter.EventuallyEq.mfderivWithin_eq · cited by 5EventuallyEq.mfderivWithi…mfderivWithin_id · cited by 4mfderivWithin_idFilter.EventuallyEq.mlieBracketWithin_vectorField_eq · cited by 4EventuallyEq.mlieBracketW…ContMDiffWithinAt.mpullbackWithin_vectorField_inter · cited by 4ContMDiffWithinAt.mpullba…isInvertible_mfderivWithin_extChartAt_symm · cited by 3isInvertible_mfderivWithi…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapSet.preimage · cited by 4946Set.preimageSet.range · cited by 4705Set.rangeModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpacePartialEquiv.toFun · cited by 821PartialEquiv.toFunTangentSpace · cited by 555TangentSpacePartialEquiv.symm · cited by 453PartialEquiv.symmModelWithCorners.toFun' · cited by 373ModelWithCorners.toFun'mfderivWithinCITED BYCITES

Cites19

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

Cited by129

Results whose statement or proof uses this declaration.