The strong dual of a normed space #
In this file we consider the strong dual StrongDual
of a normed space, and the continuous linear
map NormedSpace.inclusionInDoubleDual
from a normed space into its double StrongDual.
For base field ๐ = โ
or ๐ = โ
, this map is actually an isometric embedding; we provide a
version NormedSpace.inclusionInDoubleDualLi
of the map which is of type a bundled linear
isometric embedding, E โโแตข[๐] (StrongDual ๐ (StrongDual ๐ E))
.
Since a lot of elementary properties don't require eq_of_dist_eq_zero
we start setting up the
theory for SeminormedAddCommGroup
and we specialize to NormedAddCommGroup
when needed.
Main definitions #
inclusionInDoubleDual
andinclusionInDoubleDualLi
are the inclusion of a normed space in its doubleStrongDual
, considered as a bounded linear map and as a linear isometry, respectively.polar ๐ s
is the subset ofStrongDual ๐ E
consisting of those functionalsx'
for whichโx' zโ โค 1
for everyz โ s
.
References #
- [Conway, John B., A course in functional analysis][conway1990]
Tags #
strong dual, polar
The inclusion of a normed space in its double (topological) strong dual, considered as a bounded linear map.
Equations
- NormedSpace.inclusionInDoubleDual ๐ E = ContinuousLinearMap.apply ๐ ๐
Instances For
If one controls the norm of every f x
, then one controls the norm of x
.
Compare ContinuousLinearMap.opNorm_le_bound
.
See also geometric_hahn_banach_point_point
.
The inclusion of a normed space in its double strong dual is an isometry onto its image.
Equations
- NormedSpace.inclusionInDoubleDualLi ๐ = { toLinearMap := โ(NormedSpace.inclusionInDoubleDual ๐ E), norm_map' := โฏ }
Instances For
If x'
is a StrongDual ๐ E
element such that the norms โx' zโ
are bounded for z โ s
, then
a small scalar multiple of x'
is in polar ๐ s
.
The polar
of closed ball in a normed space E
is the closed ball of the dual with inverse
radius.
Given a neighborhood s
of the origin in a normed space E
, the dual norms of all elements of
the polar polar ๐ s
are bounded by a constant.