Theorems · Theorem · real analysis
iteratedFDeriv_succ_eq_comp_left
∀ {𝕜 : 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}
{n : ℕ},
iteratedFDeriv 𝕜 (n + 1) f =
⇑(continuousMultilinearCurryLeftEquiv 𝕜 (fun x => E) F).symm ∘ fderiv 𝕜 (iteratedFDeriv 𝕜 n f)Writing explicitly the n+1-th derivative as the composition of a currying linear equiv,
and the derivative of the n-th derivative.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 · cited by 1,016
- LinearIsometryEquivstatement · cited by 748
- fderivstatement · cited by 398
- LinearIsometryEquiv.symmstatement · cited by 287
- iteratedFDerivstatement · cited by 211
- continuousMultilinearCurryLeftEquivstatement · cited by 32
Cited by6
Results whose statement or proof uses this declaration.
- VectorFourier.fourierIntegral_iteratedFDerivproof · cited by 2
- AnalyticOnNhd.iteratedFDerivproof · cited by 2
- tsupport_iteratedFDeriv_subsetproof · cited by 2
- iteratedFDeriv_comp_const_smulproof · cited by 1
- CPolynomialOn.iteratedFDerivproof · cited by 0
- norm_fderiv_iteratedFDerivproof · cited by 0