Algebraic facts about the topology of uniform convergence #
This file contains algebraic compatibility results about the uniform structure of uniform
convergence / ๐
-convergence. They will mostly be useful for defining strong topologies on the
space of continuous linear maps between two topological vector spaces.
Main statements #
UniformOnFun.continuousSMul_induced_of_image_bounded
: letE
be a TVS,๐ : Set (Set ฮฑ)
andH
a submodule ofฮฑ โแตค[๐] E
. If the image of anyS โ ๐
by anyu โ H
is bounded (in the sense ofBornology.IsVonNBounded
), thenH
, equipped with the topology induced fromฮฑ โแตค[๐] E
, is a TVS.
Implementation notes #
Like in Mathlib.Topology.UniformSpace.UniformConvergenceTopology
, we use the type aliases
UniformFun
(denoted ฮฑ โแตค ฮฒ
) and UniformOnFun
(denoted ฮฑ โแตค[๐] ฮฒ
) for functions from ฮฑ
to ฮฒ
endowed with the structures of uniform convergence and ๐
-convergence.
References #
- [N. Bourbaki, General Topology, Chapter X][bourbaki1966]
- [N. Bourbaki, Topological Vector Spaces][bourbaki1987]
Tags #
uniform convergence, strong dual
Let E
be a topological vector space over a normed field ๐
, let ฮฑ
be any type.
Let H
be a submodule of ฮฑ โแตค E
such that the range of each f โ H
is von Neumann bounded.
Then H
is a topological vector space over ๐
,
i.e., the pointwise scalar multiplication is continuous in both variables.
For convenience we require that H
is a vector space over ๐
with a topology induced by UniformFun.ofFun โ ฯ
, where ฯ : H โโ[๐] (ฮฑ โ E)
.
Let E
be a TVS, ๐ : Set (Set ฮฑ)
and H
a submodule of ฮฑ โแตค[๐] E
. If the image of any
S โ ๐
by any u โ H
is bounded (in the sense of Bornology.IsVonNBounded
), then H
,
equipped with the topology of ๐
-convergence, is a TVS.
For convenience, we don't literally ask for H : Submodule (ฮฑ โแตค[๐] E)
. Instead, we prove the
result for any vector space H
equipped with a linear inducing to ฮฑ โแตค[๐] E
, which is often
easier to use. We also state the Submodule
version as
UniformOnFun.continuousSMul_submodule_of_image_bounded
.
Let E
be a TVS, ๐ : Set (Set ฮฑ)
and H
a submodule of ฮฑ โแตค[๐] E
. If the image of any
S โ ๐
by any u โ H
is bounded (in the sense of Bornology.IsVonNBounded
), then H
,
equipped with the topology of ๐
-convergence, is a TVS.
If you have a hard time using this lemma, try the one above instead.