Theorems · Theorem · functional analysis
SchwartzMap.one_add_le_sup_seminorm_apply
∀ {𝕜 : Type u_2} {E : Type u_5} {F : Type u_6} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] [inst_4 : NormedField 𝕜] [inst_5 : NormedSpace 𝕜 F]
[inst_6 : SMulCommClass ℝ 𝕜 F] {m : ℕ × ℕ} {k n : ℕ},
k ≤ m.1 →
n ≤ m.2 →
∀ (f : SchwartzMap E F) (x : E),
(1 + ‖x‖) ^ k * ‖iteratedFDeriv ℝ n (⇑f) x‖ ≤
2 ^ m.1 * ((Finset.Iic m).sup fun m => SchwartzMap.seminorm 𝕜 m.1 m.2) fA more convenient version of le_sup_seminorm_apply.
The set Finset.Iic m is the set of all pairs (k', n') with k' ≤ m.1 and n' ≤ m.2.
Note that the constant is far from optimal.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
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
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- le_reflproof · cited by 2,061
- SMulCommClassstatement and proof · cited by 1,927
- mul_assocproof · cited by 1,667
Cited by1
Results whose statement or proof uses this declaration.
- SchwartzMap.eLpNorm_le_seminormproof · cited by 2