Theorems · Theorem · real analysis
iteratedFDerivWithin_succ_apply_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] {s : Set E}
{f : E → F} {x : E} {n : ℕ},
UniqueDiffOn 𝕜 s →
x ∈ s →
∀ (m : Fin (n + 1) → E),
(iteratedFDerivWithin 𝕜 (n + 1) f s x) m =
((iteratedFDerivWithin 𝕜 n (fun y => fderivWithin 𝕜 f s y) s x) (Fin.init m)) (m (Fin.last n))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Setstatement and proof · cited by 53,352
- RingHom.idstatement and proof · 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 and proof · cited by 5,352
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- LinearIsometryEquivproof · cited by 748
- fderivWithinstatement and proof · cited by 357
- LinearIsometryEquiv.symmproof · cited by 287
- UniqueDiffOnstatement and proof · cited by 215
Cited by3
Results whose statement or proof uses this declaration.
- iteratedFDeriv_succ_apply_rightproof · cited by 4
- iteratedFDerivWithin_two_applyproof · cited by 3
- iteratedFDerivWithin_succ_eq_comp_rightproof · cited by 2