Mathlib Map

Theorems · Definition · global analysis

mvfderivWithin

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

mvfderivWithin I J f s x is the mfderiv of a vector-valued function f on M at x within the set s, but taking values in the target normed space directly. The difference to mfderivWithin 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
22 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.

VectorField.mlieBracketWithin_smul_right · cited by 3VectorField.mlieBracketWi…VectorField.mlieBracketWithin_smul_left · cited by 2VectorField.mlieBracketWi…mvfderivWithin_add · cited by 2mvfderivWithin_addmvfderivWithin_smul · cited by 2mvfderivWithin_smulmvfderivWithin_mul · cited by 1mvfderivWithin_mulmvfderivWithin_neg · cited by 1mvfderivWithin_negmvfderivWithin_sub · cited by 1mvfderivWithin_submvfderivWithin_univ · cited by 1mvfderivWithin_univMDifferentiableWithinAt.mvfderivWithin · cited by 0MDifferentiableWithinAt.m…mvfderivWithin_comp · cited by 0mvfderivWithin_compmvfderivWithin_comp_of_eq · cited by 0mvfderivWithin_comp_of_eqmvfderivWithin_comp_of_preimage_mem_nhdsWithin · cited by 0mvfderivWithin_comp_of_pr…mvfderivWithin_comp_of_preimage_mem_nhdsWithin_of_eq · cited by 0mvfderivWithin_comp_of_pr…mvfderivWithin_const · cited by 0mvfderivWithin_constmvfderivWithin_fun_add · cited by 0mvfderivWithin_fun_addSet · cited by 53352SetTopologicalSpace · 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…mfderivWithin · cited by 126mfderivWithinNormedSpace.fromTangentSpace · cited by 17NormedSpace.fromTangentSp…mvfderivWithinCITED BYCITES

Cites15

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

Cited by22

Results whose statement or proof uses this declaration.