Topology of compact convergence on the space of continuous linear maps #
In this file, we define a type alias CompactConvergenceCLM for E →L[𝕜] F,
endowed with the topology of uniform convergence on compact subsets.
More concretely, CompactConvergenceCLM is an abbreviation for
UniformConvergenceCLM σ F {(S : Set E) | IsCompact S}. We denote it by E →SL_c[σ] F.
Here is a list of type aliases for E →L[𝕜] F endowed with various topologies :
ContinuousLinearMap: topology of bounded convergenceUniformConvergenceCLM: topology of𝔖-convergence, for a general𝔖 : Set (Set E)CompactConvergenceCLM: topology of compact convergencePointwiseConvergenceCLM: topology of pointwise convergence, also called "weak-* topology" or "strong-operator topology" depending on the contextContinuousLinearMapWOT: topology of weak pointwise convergence, also called "weak-operator topology"
References #
Tags #
uniform convergence, bounded convergence
Topology of compact convergence for continuous linear maps #
The topology of compact convergence on E →L[𝕜] F.
Equations
- CompactConvergenceCLM σ E F = UniformConvergenceCLM σ F {S : Set E | IsCompact S}
Instances For
The topology of compact convergence on E →L[𝕜] F.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The topology of compact convergence on E →L[𝕜] F.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Specialization of ContinuousLinearMap.precomp_uniformConvergenceCLM to compact
convergence.
Equations
Instances For
Alias of ContinuousLinearMap.precompCompactConvergenceCLM.
Specialization of ContinuousLinearMap.precomp_uniformConvergenceCLM to compact
convergence.
Instances For
Alias of ContinuousLinearMap.precompCompactConvergenceCLM_apply.
Specialization of ContinuousLinearMap.postcomp_uniformConvergenceCLM to compact
convergence.
Equations
Instances For
Alias of ContinuousLinearMap.postcompCompactConvergenceCLM.
Specialization of ContinuousLinearMap.postcomp_uniformConvergenceCLM to compact
convergence.
Instances For
Alias of ContinuousLinearMap.postcompCompactConvergenceCLM_apply.