Fréchet Derivative of f x ^ n, n : ℕ #
In this file we prove that the Fréchet derivative of fun x => f x ^ n,
where n is a natural number, is n • f x ^ (n - 1)) • f'.
Additionally, we prove the case for non-commutative rings (with primed names like fderiv_pow'),
where the result is instead ∑ i ∈ Finset.range n, f x ^ (n.pred - i) •> f' <• f x ^ i.
For detailed documentation of the Fréchet derivative,
see the module docstring of Mathlib/Analysis/Calculus/FDeriv/Basic.lean.
Keywords #
derivative, power
Eta-expanded form of HasStrictFDerivAt.pow'
Eta-expanded form of HasFDerivWithinAt.pow'
Eta-expanded form of HasFDerivAt.pow'
Eta-expanded form of DifferentiableAt.pow
Eta-expanded form of DifferentiableOn.pow
Eta-expanded form of Differentiable.pow
Eta-expanded form of fderiv_pow'
Eta-expanded form of fderivWithin_pow'
Eta-expanded form of fderiv_pow
Eta-expanded form of fderivWithin_pow