The double dual of a normed space #
In this file we define the inclusion of a normed space into its double strong dual,
prove that it is an isometry (for π = β or π = β), and use the corresponding weak-topology
embedding together with BanachβAlaoglu to transfer compactness from the weak-star bidual back to
the weak topology.
Main definitions #
NormedSpace.inclusionInDoubleDualis the inclusion of a normed space in its doubleStrongDual, considered as a bounded linear map.NormedSpace.inclusionInDoubleDualLiis the same map as a linear isometry (forπ = βorπ = β).NormedSpace.inclusionInDoubleDualWeakis the map from the weak space into the weak-star bidual, as a continuous linear map.NormedSpace.isEmbedding_inclusionInDoubleDualWeakshows thatinclusionInDoubleDualWeakis a topological embedding.NormedSpace.isCompact_closure_of_isBoundedtransfers compactness from the weak-star topology on the bidual back to the weak topology onX.
References #
- [Conway, John B., A course in functional analysis][conway1990]
Tags #
double dual, inclusion, isometry, embedding, weak-star topology
The inclusion of a normed space in its double (topological) strong dual, considered as a bounded linear map.
Instances For
The inclusion of a normed space in its double strong dual is an isometry onto its image.
Instances For
If one controls the norm of every f x, then one controls the norm of x.
Compare ContinuousLinearMap.opNorm_le_bound.
The map from a normed space with the weak topology into the weak-star bidual, as a continuous
linear map. Built using LinearEquiv.arrowCongr to properly bundle the topology changes via
toWeakSpace and StrongDual.toWeakDual.
Instances For
inclusionInDoubleDualWeak is a topological embedding from the weak topology to the weak-star
topology.
If S is bounded set in WeakSpace X and the weak-star closure of its image under
the embedding into the weak-star double dual lies in the range of that embedding,
then closure S is compact in the weak topology.
This combines BanachβAlaoglu (compactness of bounded weak-starβclosed sets) with the topological
embedding inclusionInDoubleDualWeak_isEmbedding to transfer compactness back to the weak
topology on X.