The derivative of a composition (chain rule) #
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 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.
The chain rule for derivatives in the sense of strict differentiability.
The chain rule.
Eta-expanded form of fderivWithin_comp
Eta-expanded form of fderivWithin_comp_of_eq
Alias of fderivWithin_fun_comp.
Eta-expanded form of fderivWithin_comp
Alias of fderivWithin_fun_comp_of_eq.
Eta-expanded form of fderivWithin_comp_of_eq
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.
Eta-expanded form of fderiv_comp
Alias of fderiv_fun_comp.
Eta-expanded form of fderiv_comp