Theorems · Theorem · functional analysis
SchwartzMap.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] {k n : ℕ} (f : SchwartzMap E F),
(SchwartzMap.seminorm 𝕜 k n) f = sInf {c | 0 ≤ c ∧ ∀ (x : E), ‖x‖ ^ k * ‖iteratedFDeriv ℝ n (⇑f) x‖ ≤ c}The seminorm is given by infimum over all c such that the estimate
‖x‖ ^ k * ‖iteratedFDeriv ℝ n f x‖ ≤ c holds.
Note that it is usually better to use seminorm_le_bound or le_seminorm instead of this lemma.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Set.ofPredstatement · cited by 6,101
- Norm.normstatement · cited by 5,413
- SMulCommClassstatement and proof · cited by 1,927
- NormedFieldstatement and proof · cited by 1,084
- ContinuousMultilinearMapstatement · cited by 1,016
- InfSet.sInfstatement · cited by 935
- Seminormstatement · cited by 272
- SchwartzMapstatement and proof · cited by 251
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.