Theorems · Definition · global analysis
MDifferentiableAt
{𝕜 : 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') → M → PropMDifferentiableAt I I' f x indicates that the function f between manifolds
has a derivative at the point x.
This is a generalization of DifferentiableAt to manifolds.
We require continuity in the definition, as otherwise points close to x 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
- 203 results in Mathlib
- Foundations
- Depth 63 from the axioms, rests on 929 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ModelWithCornersstatement and proof · cited by 2,462
- ChartedSpacestatement and proof · cited by 2,397
- ChartedSpace.LiftPropAtproof · cited by 14
- DifferentiableWithinAtPropproof · cited by 13
Cited by211
Results whose statement or proof uses this declaration.
- mfderivproof · cited by 159
- MDifferentiableproof · cited by 134
- ContMDiffAt.mdifferentiableAtstatement · cited by 28
- MDifferentiableAt.mdifferentiableWithinAtstatement and proof · cited by 23
- mdifferentiableWithinAt_univstatement · cited by 19
- MDifferentiableAt.hasMFDerivAtstatement and proof · cited by 15
- HasMFDerivAt.mdifferentiableAtstatement · cited by 15
- mfderivWithin_univproof · cited by 14
- MDifferentiableAt.compstatement and proof · cited by 11
- mdifferentiableAt_conststatement · cited by 11
- mfderiv_compstatement and proof · cited by 11
- MDifferentiableAt.comp_mdifferentiableWithinAtstatement and proof · cited by 10
Showing the 200 most cited of 211.