Mathlib Map

Theorems · Definition · global analysis

HasMFDerivAt

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

HasMFDerivAt I I' f x f' indicates that the function f between manifolds has, at the point x, the derivative f'. Here, f' is a continuous linear map from the tangent space at x to the tangent space at f x. 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
46 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

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

HasMFDerivAt.hasMFDerivWithinAt · cited by 21HasMFDerivAt.hasMFDerivWi…IsMIntegralCurveAt · cited by 19IsMIntegralCurveAtIsMIntegralCurve · cited by 18IsMIntegralCurveHasMFDerivAt.mdifferentiableAt · cited by 15HasMFDerivAt.mdifferentia…MDifferentiableAt.hasMFDerivAt · cited by 15MDifferentiableAt.hasMFDe…HasMFDerivAt.mfderiv · cited by 12HasMFDerivAt.mfderivhasMFDerivWithinAt_univ · cited by 11hasMFDerivWithinAt_univisMIntegralCurveAt_iff · cited by 7isMIntegralCurveAt_iffHasMFDerivWithinAt.hasMFDerivAt · cited by 6HasMFDerivWithinAt.hasMFD…hasMFDerivAt_const · cited by 5hasMFDerivAt_constHasMFDerivAt.comp · cited by 4HasMFDerivAt.compHasMFDerivAt.congr_of_eventuallyEq · cited by 3HasMFDerivAt.congr_of_eve…hasMFDerivAt_extChartAt · cited by 3hasMFDerivAt_extChartAthasMFDerivAt_fst · cited by 3hasMFDerivAt_fsthasMFDerivAt_id · cited by 3hasMFDerivAt_idTopologicalSpace · 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.toFunContinuousAt · cited by 697ContinuousAtTangentSpace · cited by 555TangentSpaceModelWithCorners.toFun' · cited by 373ModelWithCorners.toFun'HasFDerivWithinAt · cited by 356HasFDerivWithinAtextChartAt · cited by 307extChartAtHasMFDerivAtCITED BYCITES

Cites16

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

Cited by48

Results whose statement or proof uses this declaration.