Theorems · Theorem · real analysis
iteratedFDeriv_succ_eq_comp_right
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {E : Type uE} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type uF} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{x : E} {n : ℕ},
iteratedFDeriv 𝕜 (n + 1) f x =
(⇑(continuousMultilinearCurryRightEquiv' 𝕜 n E F).symm ∘ iteratedFDeriv 𝕜 n fun y => fderiv 𝕜 f y) xWriting explicitly the n+1-th derivative as the composition of a currying linear equiv,
and the n-th derivative of the derivative.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- LinearIsometryEquivstatement · cited by 748
- fderivstatement and proof · cited by 398
- LinearIsometryEquiv.symmstatement and proof · cited by 287
- iteratedFDerivstatement and proof · cited by 211
- ContinuousMultilinearMap.extproof · cited by 62
Cited by3
Results whose statement or proof uses this declaration.
- Function.HasTemperateGrowth.of_fderivproof · cited by 4
- norm_iteratedFDeriv_fderivproof · cited by 2
- ContDiffPointwiseHolderAt.fderivproof · cited by 1