Theorems Β· Definition Β· functional analysis
SchwartzMap.mkLM
{π : 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] β
{Ο : π β+* π'} β
(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 βββ[Ο] SchwartzMap F GCreate a semilinear map between Schwartz spaces.
Note: This is a helper definition for mkCLM.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 222 from the axioms Β· uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- LinearMapstatement Β· 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
- ENatstatement Β· cited by 4,985
- SMulCommClassstatement and proof Β· cited by 1,927
- WithTop.somestatement and proof Β· cited by 1,128
Cited by1
Results whose statement or proof uses this declaration.
- SchwartzMap.mkCLMproof Β· cited by 0