Finished basic topologies on function spaces.

This commit is contained in:
Bokuan Li
2026-01-06 17:25:01 -05:00
parent 9e76c1610a
commit a704806321
5 changed files with 63 additions and 43 deletions

View File

@@ -0,0 +1,60 @@
\section{Spaces of Vector-Valued Maps}
\label{section:spaces-linear-map}
\begin{proposition}[{{\cite[3.3.1]{SchaeferWolff}}}]
\label{proposition:tvs-set-uniformity}
Let $T$ be a set, $\mathfrak{S} \subset 2^T$ be an upward-directed system of sets, $F$ be a TVS over $K \in \RC$, then
\begin{enumerate}
\item The $\mathfrak{S}$-uniformity on $F^T$ (\ref{definition:set-uniform}) is translation invariant.
\item The composition defined by
\[
T^F \times T^F \to T^F \quad (f + g)(x) = f(x) + g(x)
\]
is continuous.
\end{enumerate}
For any vector subspace $\cf \subset F^T$, the following are equivalent:
\begin{enumerate}
\item[(3)] The $\mathfrak{S}$-uniform topology on $\cf \subset F^E$ is a vector space topology.
\item[(4)] For each $S \in \mathfrak{S}$ and $f \in \cf$, $f(S) \subset E$ is bounded.
\end{enumerate}
\end{proposition}
\begin{proof}
(1): Let $U \subset F \times F$ be an entourage and $S \in \mathfrak{S}$. Using \ref{proposition:tvs-uniform}, assume without loss of generality that $U$ is translation-invariant. For any $(f, g) \in E(S, U)$, $h \in F^T$, and $x \in S$, $(f(x) + h(x), g(x) + h(x)) \in U$. Thus $(f + h, g + h) \in E(S, U)$ and $E(S, U)$ is translation-invariant.
(2): Let $f, g, f', g' \in \cf$, $S \in \mathfrak{S}$, and $U \subset F \times F$ be an entourage. By (TVS1), there exists an entourage $V \subset F \times F$ such that for any $x, x', y, y' \in F$ with $(x, x'), (y, y') \in V$, $(x + y, x' + y') \in U$. If $(f, g), (f', g') \in E(S, V) \cap \cf$, then for any $x \in S$, $(f(x) + g(x), f'(x) + g'(x)) \in U$, so $(f + g, f' + g') \in E(S, U) \cap \cf$.
(3) $\Rightarrow$ (4): Let $f \in \cf$, $S \in \mathfrak{S}$ and $U \subset F \times F$ be a symmetric entourage, then $E(S, U)(0)$ is a neighbourhood of $0$ with respect to the $\mathfrak{S}$-uniform topology. By (TVS2), there exists $\lambda > 0$ such that $f \in \lambda E(S, U)(0)$. In which case, for any $x \in S$, $\lambda^{-1}f(x) \in U(0)$ and $f(x) \in \lambda U(0)$. Thus $f(S) \subset \lambda U(0)$, and $f(S)$ is bounded.
(4) $\Rightarrow$ (3): Let $f, g \in \cf$, $\lambda, \lambda' \in K$, and $S \in \mathfrak{S}$, then for any $x \in X$,
\begin{align*}
\lambda f(x) - \lambda' g(x) &= \lambda f(x) - \lambda' f(x) + \lambda' f(x) - \lambda' g(x) \\
&= (\lambda - \lambda')f(x) + \lambda' (f(x) - g(x))
\end{align*}
Let $U_0 \in \cn_F(0)$. By (TVS1) and \ref{proposition:tvs-good-neighbourhood-base}, there exists $U \in \cn_F(0)$ circled such that $U + U \subset U_0$. By (TVS2), there exists $V \in \cn_F(0)$ such that $\lambda' V \subset U$. Since $f(S)$ is bounded, there exists $\eps > 0$ with $\eps f(S) \subset U$. In which case, if $\abs{\lambda - \lambda'} < \eps$ and $f(x) - g(x) \in V$ for all $x \in S$, then
\[
\lambda f(x) - \lambda' g(x) \in (\lambda - \lambda')f(S) + \lambda' V \subset U + U \subset U_0
\]
for all $x \in S$.
\end{proof}
\begin{definition}[Strong Operator Topology]
\label{definition:strong-operator-topology}
Let $E, F$ be TVSs over $K \in \RC$, $\fF \subset 2^E$ be the collection of finite subsets of $E$, then the $\fF$-uniform topology on $L(E; F)$ is the \textbf{strong operator topology}.
The space $L_s(E; F)$ denotes $L(E; F)$ equipped with the strong operator topology.
\end{definition}
\begin{definition}[Weak Operator Topology]
\label{definition:weak-operator-topology}
Let $E, F$ be TVSs over $K \in \RC$, $\fF \subset 2^E$ be the collection of finite subsets of $E$, then the $\fF$-uniform topology on $L(E; F_w)$ is the \textbf{weak operator topology}.
The space $L_w(E; F) = L_s(E; F_w)$ denotes $L(E; F)$ equipped with the weak operator topology.
\end{definition}
\begin{definition}[Bounded Convergence Topology]
\label{definition:bounded-convergence-topology}
Let $E, F$ be TVSs over $K \in \RC$, $\fB \subset 2^E$ be the collection of bounded subsets of $E$, then the $\fB$-uniform topology on $L(E; F)$ is the \textbf{topology of bounded convergence}.
The space $L_b(E; F)$ denotes $L(E; F)$ equipped with the topology of bounded convergence.
\end{definition}