Equivalence of manifold differentiability with the basic definition for functions between #
vector spaces
The API in this file is mostly copied from Mathlib/Geometry/Manifold/ContMDiff/NormedSpace.lean,
providing the same statements for higher smoothness. In this file, we do the same for
differentiability.
In addition to the above, this file provides
- results about the differentiability of scalar multiplication (
mfderiv_smuland friends), mvfderiv: the exterior derivative of a vector-valued function, as a section of the cotangent bundle; adds notationd% fformvfderiv I fvia a custom elaborator scoped to theManifoldnamespace, with a corresponding delaborator, and adds basic lemmas aboutmvfderiv(such as addition, subtraction, multiplication and constants).mvfderivWithinwith notationd[s]fformvfderivWithin I f sin theManifoldnamespace: the analogous concept within a set, with analogous API lemmas
Linear maps between normed spaces are differentiable #
Applying a linear map to a vector is differentiable within a set. Version in vector spaces. For
a version in nontrivial vector bundles, see MDifferentiableWithinAt.clm_apply_of_inCoordinates.
Applying a linear map to a vector is differentiable. Version in vector spaces. For a
version in nontrivial vector bundles, see MDifferentiableAt.clm_apply_of_inCoordinates.
Differentiability of scalar multiplication #
Exterior derivative of a vector-valued function #
mvfderiv I J f x is the exterior derivative of a vector-valued function g on M,
as a section of the cotangent bundle.
Future: this could be generalised to functions into additive torsors over abelian Lie groups.
Equations
- d[s] g x = ↑(NormedSpace.fromTangentSpace (g x)) ∘SL mfderivWithin I (modelWithCornersSelf 𝕜 F) g s x
Instances For
The exterior derivative of a vector-valued function on M,
as a section of the cotangent bundle.
Future: this could be generalised to functions into additive torsors over abelian Lie groups.
Equations
- d% g x = ↑(NormedSpace.fromTangentSpace (g x)) ∘SL mfderiv% g x
Instances For
Alias of mvfderiv.
The exterior derivative of a vector-valued function on M,
as a section of the cotangent bundle.
Future: this could be generalised to functions into additive torsors over abelian Lie groups.
Equations
Instances For
d[s] f x (scoped to the Manifold namespace) elaborates to mvfderivWithin I J f s x,
trying to determine I and J from the local context.
Equations
- One or more equations did not get rendered due to their size.
Instances For
d% f x (scoped to the Manifold namespace) elaborates to mvfderiv I J f x,
trying to determine I and J from the local context.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Delaborator for mvfderivWithin.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Delaborator for mvfderiv.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Eta-expanded form of mvfderivWithin_add
Eta-expanded form of mvfderivWithin_sub
Eta-expanded form of mvfderivWithin_neg
Eta-expanded form of mvfderivWithin_smul
Eta-expanded form of mvfderivWithin_mul
Eta-expanded form of mvfderiv_add
Alias of mvfderiv_add.
Eta-expanded form of mvfderiv_sub
Eta-expanded form of mvfderiv_neg
Eta-expanded form of mvfderiv_smul
Eta-expanded form of mvfderiv_mul
Alias of mvfderiv_zero.