Theorems · Theorem · real analysis
norm_iteratedFDerivWithin_comp_le_aux
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type uE} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {Fu Gu : Type u} [inst_3 : NormedAddCommGroup Fu] [inst_4 : NormedSpace 𝕜 Fu]
[inst_5 : NormedAddCommGroup Gu] [inst_6 : NormedSpace 𝕜 Gu] {g : Fu → Gu} {f : E → Fu} {n : ℕ} {s : Set E}
{t : Set Fu} {x : E},
ContDiffOn 𝕜 (↑n) g t →
ContDiffOn 𝕜 (↑n) f s →
UniqueDiffOn 𝕜 t →
UniqueDiffOn 𝕜 s →
Set.MapsTo f s t →
x ∈ s →
∀ {C D : ℝ},
(∀ i ≤ n, ‖iteratedFDerivWithin 𝕜 i g t (f x)‖ ≤ C) →
(∀ (i : ℕ), 1 ≤ i → i ≤ n → ‖iteratedFDerivWithin 𝕜 i f s x‖ ≤ D ^ i) →
‖iteratedFDerivWithin 𝕜 n (g ∘ f) s x‖ ≤ ↑n.factorial * C * D ^ nIf the derivatives within a set of g at f x are bounded by C, and the i-th derivative
within a set of f at x is bounded by D^i for all 1 ≤ i ≤ n, then the n-th derivative
of g ∘ f is bounded by n! * C * D^n.
This lemma proves this estimate assuming additionally that two of the spaces live in the same
universe, to make an induction possible. Use instead norm_iteratedFDerivWithin_comp_le that
removes this assumption.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites82
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
- Realstatement and proof · cited by 25,697
- RingHom.idproof · 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
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapproof · cited by 5,352
- ENatstatement and proof · cited by 4,985
- mul_oneproof · cited by 3,885
- WithTopstatement and proof · cited by 3,754
Cited by1
Results whose statement or proof uses this declaration.
- norm_iteratedFDerivWithin_comp_leproof · cited by 1