Module docstring
{"# 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
UniformFun.uniform_group: ifGis a uniform group, thenα →ᵤ Ga uniform groupUniformOnFun.uniform_group: ifGis a uniform group, then for any𝔖 : Set (Set α),α →ᵤ[𝔖] Ga uniform group.
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
"}