Theorems · Theorem · real analysis
iteratedDerivWithin_scomp_two
∀ {𝕜 : 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 𝕜 2 g t (f x) →
ContDiffWithinAt 𝕜 2 f s x →
UniqueDiffOn 𝕜 t →
UniqueDiffOn 𝕜 s →
x ∈ s →
Set.MapsTo f s t →
iteratedDerivWithin 2 (g ∘ f) s x =
derivWithin f s x ^ 2 • iteratedDerivWithin 2 g t (f x) +
iteratedDerivWithin 2 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.
Cites16
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
- Set.MapsTostatement and proof · cited by 732
- ContDiffWithinAtstatement and proof · cited by 283
- Fintype.card_finproof · cited by 270
- derivWithinstatement and proof · cited by 258
- UniqueDiffOnstatement and proof · cited by 215
Cited by2
Results whose statement or proof uses this declaration.
- iteratedDerivWithin_comp_twoproof · cited by 1
- iteratedDeriv_scomp_twoproof · cited by 0