The derivative of a composition (chain rule) #
For detailed documentation of the FrΓ©chet derivative,
see the module docstring of Analysis/Calculus/FDeriv/Basic.lean
.
This file contains the usual formulas (and existence assertions) for the derivative of composition of functions (the chain rule).
Derivative of the composition of two functions #
For composition lemmas, we put x
explicit to help the elaborator, as otherwise Lean tends to
get confused since there are too many possibilities for composition.
Alias of HasFDerivWithinAt.comp_of_tendsto
.
The chain rule.
A version of fderivWithin.comp
that is useful to rewrite the composition of two derivatives
into a single derivative. This version always applies, but creates a new side-goal f x = y
.
Ternary version of fderivWithin.comp
, with equality assumptions of basepoints added, in
order to apply more easily as a rewrite from right-to-left.
The chain rule for derivatives in the sense of strict differentiability.