Mathlib Map

Theorems · Definition · global analysis

MDifferentiableOn

{𝕜 : 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 → Prop

MDifferentiableOn I I' f s indicates that the function f between manifolds has a derivative within s at all points of s. This is a generalization of DifferentiableOn to manifolds.

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

Around this declaration

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

OpenPartialHomeomorph.MDifferentiable · cited by 19OpenPartialHomeomorph.MDi…ContMDiffOn.mdifferentiableOn · cited by 13ContMDiffOn.mdifferentiab…MDifferentiable.mdifferentiableOn · cited by 10MDifferentiable.mdifferen…mdifferentiableOn_univ · cited by 5mdifferentiableOn_univManifold.riemannianEDist_le_pathELength · cited by 4Manifold.riemannianEDist_…MDifferentiableOn.mdifferentiableAt · cited by 4MDifferentiableOn.mdiffer…MDifferentiableOn.mono · cited by 4MDifferentiableOn.monoManifold.exists_lt_locally_constant_of_riemannianEDist_lt · cited by 3Manifold.exists_lt_locall…MDifferentiableOn.smul_section · cited by 3MDifferentiableOn.smul_se…Manifold.pathELength_comp_of_monotoneOn · cited by 2Manifold.pathELength_comp…DifferentiableOn.mdifferentiableOn · cited by 2DifferentiableOn.mdiffere…mdifferentiableOn_const · cited by 2mdifferentiableOn_constmdifferentiableOn_iff_differentiableOn · cited by 2mdifferentiableOn_iff_dif…mdifferentiableOn_iff_of_mem_maximalAtlas · cited by 2mdifferentiableOn_iff_of_…mdifferentiableOn_localFrameCoeff · cited by 2mdifferentiableOn_localFr…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceMDifferentiableWithinAt · cited by 190MDifferentiableWithinAtMDifferentiableOnCITED BYCITES

Cites8

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

Cited by106

Results whose statement or proof uses this declaration.