Theorems · Theorem · real analysis
iteratedFDerivWithin_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] {s : Set E}
{f : E → F} {n : ℕ},
iteratedFDerivWithin 𝕜 (n + 1) f s =
⇑(continuousMultilinearCurryLeftEquiv 𝕜 (fun x => E) F).symm ∘ fderivWithin 𝕜 (iteratedFDerivWithin 𝕜 n f s) sWriting explicitly the n+1-th derivative as the composition of a currying linear equiv,
and the derivative of the n-th derivative.
- Cited by
- 7 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- 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
- fderivWithinstatement · cited by 357
- LinearIsometryEquiv.symmstatement · cited by 287
- iteratedFDerivWithinstatement · cited by 147
Cited by7
Results whose statement or proof uses this declaration.
- HasFTaylorSeriesUpToOn.eq_iteratedFDerivWithin_of_uniqueDiffOnproof · cited by 8
- AnalyticOn.iteratedFDerivWithinproof · cited by 5
- iteratedFDerivWithin_comp_negproof · cited by 3
- iteratedFDerivWithin_succ_apply_rightproof · cited by 3
- iteratedFDerivWithin_succ_constproof · cited by 3
- HasFPowerSeriesWithinOnBall.iteratedFDerivWithinproof · cited by 1
- norm_fderivWithin_iteratedFDerivWithinproof · cited by 0