Multiplicative operations on derivatives #
For detailed documentation of the FrΓ©chet derivative,
see the module docstring of Mathlib/Analysis/Calculus/FDeriv/Basic.lean
.
This file contains the usual formulas (and existence assertions) for the derivative of
- composition of continuous linear maps
- application of continuous (multi)linear maps to a constant
Derivative of the pointwise composition/application of continuous linear maps #
Derivative of the application of continuous multilinear maps to a constant #
Application of a ContinuousMultilinearMap
to a constant commutes with fderivWithin
.
Application of a ContinuousMultilinearMap
to a constant commutes with fderiv
.
Derivative of the application of continuous alternating maps to a constant #
Given a differentiable family of continuous alternating maps c : E β F [β^ΞΉ]βL[π] G
and a tuple of vectors u : ΞΉ β F
,
the derivative of c x u
as a function of x
is given by fun m β¦ c' m u
,
where c'
is the derivative of c
at x
.
Application of a ContinuousAlternatingMap
to a constant commutes with fderivWithin
.
Application of a ContinuousAlternatingMap
to a constant commutes with fderiv
.