Mathlib Map

Theorems · Definition · global analysis

MDifferentiableWithinAt

{𝕜 : 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] →
              ModelWithCorners 𝕜 E H →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [ChartedSpace H M] →
                      {E' : Type u_5} →
                        [inst_6 : NormedAddCommGroup E'] →
                          [inst_7 : NormedSpace 𝕜 E'] →
                            {H' : Type u_6} →
                              [inst_8 : TopologicalSpace H'] →
                                ModelWithCorners 𝕜 E' H' →
                                  {M' : Type u_7} →
                                    [inst : TopologicalSpace M'] → [ChartedSpace H' M'] → (M → M') → Set M → M → Prop

MDifferentiableWithinAt I I' f s x indicates that the function f between manifolds has a derivative at the point x within the set s. This is a generalization of DifferentiableWithinAt to manifolds. We require continuity in the definition, as otherwise points close to x in s could be sent by f outside of the chart domain around f x. Then the chart could do anything to the image points, and in particular by coincidence writtenInExtChartAt I I' x f could be differentiable, while this would not mean anything relevant.

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

Around this declaration

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

mfderivWithin · cited by 126mfderivWithinMDifferentiableOn · cited by 105MDifferentiableOnMDifferentiableWithinAt.hasMFDerivWithinAt · cited by 26MDifferentiableWithinAt.h…MDifferentiableAt.mdifferentiableWithinAt · cited by 23MDifferentiableAt.mdiffer…HasMFDerivWithinAt.mdifferentiableWithinAt · cited by 20HasMFDerivWithinAt.mdiffe…mdifferentiableWithinAt_univ · cited by 19mdifferentiableWithinAt_u…mfderivWithin_univ · cited by 14mfderivWithin_univContMDiffWithinAt.mdifferentiableWithinAt · cited by 11ContMDiffWithinAt.mdiffer…MDifferentiableAt.comp_mdifferentiableWithinAt · cited by 10MDifferentiableAt.comp_md…MDifferentiableWithinAt.comp · cited by 10MDifferentiableWithinAt.c…MDifferentiableWithinAt.mono · cited by 10MDifferentiableWithinAt.m…mfderivWithin_comp · cited by 10mfderivWithin_compmfderivWithin_eq_fderivWithin · cited by 8mfderivWithin_eq_fderivWi…MDifferentiableWithinAt.mdifferentiableAt · cited by 7MDifferentiableWithinAt.m…mdifferentiableWithinAt_extChartAt_symm · cited by 7mdifferentiableWithinAt_e…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceChartedSpace.LiftPropWithinAt · cited by 37ChartedSpace.LiftPropWith…DifferentiableWithinAtProp · cited by 13DifferentiableWithinAtPropMDifferentiableWithinAtCITED BYCITES

Cites9

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

Cited by192

Results whose statement or proof uses this declaration.