Weak Dual in Topological Vector Spaces #
We prove that the weak topology induced by a bilinear form B : E āā[š] F āā[š] š is locally
convex and we explicitly give a neighborhood basis in terms of the family of seminorms
fun x => āB x yā for y : F.
Main definitions #
LinearMap.toSeminorm: turn a linear formf : E āā[š] šinto a seminormfun x => āf xā.LinearMap.toSeminormFamily: turn a bilinear formB : E āā[š] F āā[š] šinto a mapF ā Seminorm š E.
Main statements #
LinearMap.hasBasis_weakBilin: the seminorm balls ofB.toSeminormFamilyform a neighborhood basis of0in the weak topology.LinearMap.toSeminormFamily.withSeminorms: the topology of a weak space is induced by the family of seminormsB.toSeminormFamily.WeakBilin.locallyConvexSpace: a space endowed with a weak topology is locally convex.LinearMap.rightDualEquiv: WhenBis right-separating,Fis linearly equivalent to the strong dual ofEwith the weak topology.LinearMap.leftDualEquiv: WhenBis left-separating,Eis linearly equivalent to the strong dual ofFwith the weak topology.
References #
- [Bourbaki, Topological Vector Spaces][bourbaki1987]
- [Rudin, Functional Analysis][rudin1991]
Tags #
weak dual, seminorm
Construct a seminorm from a linear form f : E āā[š] š over a normed field š by
fun x => āf xā
Equations
- f.toSeminorm = (normSeminorm š š).comp f
Instances For
Construct a family of seminorms from a bilinear form.
Equations
- B.toSeminormFamily y = (B.flip y).toSeminorm
Instances For
A linear functional Ļ can be expressed as a linear combination of linear functionals fā,ā¦,fā
if and only if Ļ is continuous with respect to the topology induced by fā,ā¦,fā. See
LinearMap.mem_span_iff_continuous for a result about arbitrary collections of linear functionals.
A linear functional Ļ is in the span of a collection of linear functionals if and only if Ļ
is continuous with respect to the topology induced by the collection of linear functionals. See
LinearMap.mem_span_iff_continuous_of_finite for a result about finite collections of linear
functionals.
The Weak Representation Theorem: Every continuous functional on E endowed with
the Ļ(E, F; B)-topology is of the form x ⦠B(x, y) for some y : F.
When B is right-separating, F is linearly equivalent to the strong dual of E with the
weak topology.
Equations
- B.rightDualEquiv hr = LinearEquiv.ofBijective (WeakBilin.eval B) āÆ
Instances For
When B is left-separating, E is linearly equivalent to the strong dual of F with the
weak topology.
Equations
- B.leftDualEquiv hl = B.flip.rightDualEquiv āÆ