Theorems · Theorem · real analysis
norm_iteratedFDerivWithin_prod_le
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type uE} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {s : Set E} {ι : Type u_2} {A' : Type u_4} [inst_3 : NormedCommRing A']
[inst_4 : NormedAlgebra 𝕜 A'] [inst_5 : DecidableEq ι] [NormOneClass A'] {u : Finset ι} {f : ι → E → A'}
{N : WithTop ℕ∞},
(∀ i ∈ u, ContDiffOn 𝕜 N (f i) s) →
UniqueDiffOn 𝕜 s →
∀ {x : E},
x ∈ s →
∀ {n : ℕ},
↑n ≤ N →
‖iteratedFDerivWithin 𝕜 n (fun x => ∏ j ∈ u, f j x) s x‖ ≤
∑ p ∈ u.sym n, ↑(↑p).countPerms * ∏ j ∈ u, ‖iteratedFDerivWithin 𝕜 (Multiset.count j ↑p) (f j) s x‖- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites73
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- 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_iteratedFDeriv_prod_leproof · cited by 0