Projective seminorm on the tensor of a finite family of normed spaces. #
Let 𝕜 be a nontrivially normed field and E be a family of normed 𝕜-vector spaces Eᵢ,
indexed by a finite type ι. We define a seminorm on ⨂[𝕜] i, Eᵢ, which we call the
"projective seminorm". For x an element of ⨂[𝕜] i, Eᵢ, its projective seminorm is the
infimum over all expressions of x as ∑ j, ⨂ₜ[𝕜] mⱼ i (with the mⱼ ∈ Π i, Eᵢ)
of ∑ j, Π i, ‖mⱼ i‖.
In particular, every norm ‖.‖ on ⨂[𝕜] i, Eᵢ satisfying ‖⨂ₜ[𝕜] i, m i‖ ≤ Π i, ‖m i‖
for every m in Π i, Eᵢ is bounded above by the projective seminorm.
Main definitions #
PiTensorProduct.projectiveSeminorm: The projective seminorm on⨂[𝕜] i, Eᵢ.
Main results #
PiTensorProduct.norm_eval_le_projectiveSeminorm: Iffis a continuous multilinear map onE = Π i, Eᵢandxis in⨂[𝕜] i, Eᵢ, then‖f.lift x‖ ≤ projectiveSeminorm x * ‖f‖.
TODO #
If the base field is
ℝorℂ(or more generally if the injection ofEᵢinto its bidual is an isometry for everyi), then we haveprojectiveSeminorm ⨂ₜ[𝕜] i, mᵢ = Π i, ‖mᵢ‖.The functoriality.
A lift of the projective seminorm to FreeAddMonoid (𝕜 × Π i, Eᵢ), useful to prove the
properties of projectiveSeminorm.
Equations
Instances For
The projective seminorm on ⨂[𝕜] i, Eᵢ. It sends an element x of ⨂[𝕜] i, Eᵢ to the
infimum over all expressions of x as ∑ j, ⨂ₜ[𝕜] mⱼ i (with the mⱼ ∈ Π i, Eᵢ)
of ∑ j, Π i, ‖mⱼ i‖.
Equations
- PiTensorProduct.projectiveSeminorm = Seminorm.ofSMulLE (fun (x : PiTensorProduct 𝕜 fun (i : ι) => E i) => ⨅ (p : ↑x.lifts), PiTensorProduct.projectiveSeminormAux ↑p) ⋯ ⋯ ⋯