Theorems · Definition · functional analysis
SchwartzMap.mkCLM
{𝕜 : Type u_2} →
{𝕜' : Type u_3} →
{D : Type u_4} →
{E : Type u_5} →
{F : Type u_6} →
{G : Type u_7} →
[inst : NormedAddCommGroup E] →
[inst_1 : NormedSpace ℝ E] →
[inst_2 : NormedAddCommGroup F] →
[inst_3 : NormedSpace ℝ F] →
[inst_4 : NormedField 𝕜] →
[inst_5 : NormedField 𝕜'] →
[inst_6 : NormedAddCommGroup D] →
[inst_7 : NormedSpace ℝ D] →
[inst_8 : NormedSpace 𝕜 E] →
[inst_9 : SMulCommClass ℝ 𝕜 E] →
[inst_10 : NormedAddCommGroup G] →
[inst_11 : NormedSpace ℝ G] →
[inst_12 : NormedSpace 𝕜' G] →
[inst_13 : SMulCommClass ℝ 𝕜' G] →
{σ : 𝕜 →+* 𝕜'} →
[RingHomIsometric σ] →
(A : SchwartzMap D E → F → G) →
(∀ (f g : SchwartzMap D E) (x : F), A (f + g) x = A f x + A g x) →
(∀ (a : 𝕜) (f : SchwartzMap D E) (x : F), A (a • f) x = σ a • A f x) →
(∀ (f : SchwartzMap D E), ContDiff ℝ (↑⊤) (A f)) →
(∀ (n : ℕ × ℕ),
∃ s C,
0 ≤ C ∧
∀ (f : SchwartzMap D E) (x : F),
‖x‖ ^ n.1 * ‖iteratedFDeriv ℝ n.2 (A f) x‖ ≤
C * (s.sup (schwartzSeminormFamily 𝕜 D E)) f) →
SchwartzMap D E →SL[σ] SchwartzMap F GCreate a continuous semilinear map between Schwartz spaces.
For an example of using this definition, see fderivCLM.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement · cited by 4,985
- SMulCommClassstatement and proof · cited by 1,927
Cited by8
Results whose statement or proof uses this declaration.
- SchwartzMap.fderivCLMproof · cited by 6
- SchwartzMap.evalCLMproof · cited by 5
- SchwartzMap.smulRightCLMproof · cited by 5
- SchwartzMap.derivCLMproof · cited by 5
- SchwartzMap.bilinLeftCLMproof · cited by 3
- SchwartzMap.postcompCLMproof · cited by 2
- SchwartzMap.compCLMproof · cited by 1
- SchwartzMap.fourierTransformCLMproof · cited by 1