Theorems · Theorem · real analysis
iteratedDerivWithin_scomp_three
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {g : 𝕜 → E} {f : 𝕜 → 𝕜} {s t : Set 𝕜} {x : 𝕜},
ContDiffWithinAt 𝕜 3 g t (f x) →
ContDiffWithinAt 𝕜 3 f s x →
UniqueDiffOn 𝕜 t →
UniqueDiffOn 𝕜 s →
x ∈ s →
Set.MapsTo f s t →
iteratedDerivWithin 3 (g ∘ f) s x =
derivWithin f s x ^ 3 • iteratedDerivWithin 3 g t (f x) +
3 • iteratedDerivWithin 2 f s x • derivWithin f s x • iteratedDerivWithin 2 g t (f x) +
iteratedDerivWithin 3 f s x • derivWithin g t (f x)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- SMulCommClassproof · cited by 1,927
- Matrix.vecConsproof · cited by 852
- Matrix.vecEmptyproof · cited by 832
- Set.MapsTostatement and proof · cited by 732
- SemigroupAction.mul_smulproof · cited by 291
Cited by2
Results whose statement or proof uses this declaration.
- iteratedDerivWithin_comp_threeproof · cited by 1
- iteratedDeriv_scomp_threeproof · cited by 0