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 #
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
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 āÆ