Files
garden/src/topology/main/c0.tex
Bokuan Li 9ce4986002
All checks were successful
Compile Project / Compile (push) Successful in 20s
Added Fubini's theorem.
2026-03-19 12:05:58 -04:00

65 lines
3.9 KiB
TeX

\section{Continuous Functions Vanishing at Infinity}
\label{section:vanish-at-infinity}
\begin{definition}[Vanish at Infinity]
\label{definition:vanish-at-infinity}
Let $X$ be a topological space, $E$ be a TVS over $K \in \RC$, and $f \in C(X; E)$, then $f$ \textbf{vanishes at infinity} if for every $U \in \cn_E^o(0)$, $\bracs{f \not\in U}$ is compact.
The set $C_0(X; E)$ is the space of all functions that vanish at infinity, equipped with the uniform topology.
\end{definition}
\begin{proposition}
\label{proposition:c0-properties}
Let $X$ be a topological space and $E$ be a TVS over $K \in \RC$, then:
\begin{enumerate}
\item $C_0(X; E) \subset BC(X; E)$.
\item $C_0(X; E)$ is a closed subspace of $BC(X; E)$ with respect to the uniform topology. In particular, if $E$ is complete, then so is $C_0(X; E)$.
\item If $X$ is a LCH space, then $C_c(X; E)$ is a dense subspace of $C_0(X; E)$ with respect to the uniform topology.
\end{enumerate}
\end{proposition}
\begin{proof}
(1): Let $U \in \cn_E^o(0)$ be balanced, then $f(X) = \bracs{f \in U} \sqcup \bracs{f \not\in U}$. Since $f(\bracs{f \not\in U})$ is compact, there exists $\lambda > 0$ such that $f(\bracs{f \not\in U}) \subset \lambda U$. In which case, $f(X) \subset (1 \vee \lambda)(U)$.
(2): Let $f \in \ol{C_0(X; E)}$ and $U \in \cn_E^o(0)$, then there exists $V \in \cn_E^o(0)$ balanced such that $V + V \subset U$.
Let $g \in C_0(X; E)$ such that $(f - g)(X) \subset V$. Since $g \in C_0(X; E)$, $\bracs{g \not\in V}$ is compact, so
\[
f(\bracs{g \in V}) \subset (f - g)(X) + g(\bracs{g \in V}) \subset V + V = U
\]
Thus $\bracs{f \not\in U}$ is a closed subset of $\bracs{g \not\in V}$, which is compact by \autoref{proposition:compact-extensions}.
If $E$ is complete, then $BC(X; E)$ is complete by \autoref{definition:bounded-continuous-function-space}. Since $C_0(X; E)$ is a closed subspace, it is complete by \autoref{proposition:complete-closed}.
(3): Let $f \in C_0(X; E)$ and $U \in \cn_E^o(0)$ be balanced. By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $\phi \in C_c(X; [0, 1])$ such that $\phi|_{\bracs{f \not\in U}} = 1$. In which case, $\phi f \in C_c(X; E)$ with
\[
(\phi f - f)(X) = \underbrace{(\phi f - f)(\bracs{f \not\in U})}_{0} + \underbrace{(\phi f - f)(\bracs{f \in U})}_{\in U} \in U
\]
so $f \in \ol{C_c(X; E)}$.
\end{proof}
\begin{proposition}
\label{proposition:c0-tensor}
Let $X$ be a LCH space and $E$ be a locally convex space over $K \in \RC$. Identify $C_0(X; K) \otimes E$ as a subspace of $C_0(X; E)$ under the natural map
\[
C_0(X; K) \otimes E \to C_0(X; E) \quad \sum_{j = 1}^n \phi_j \otimes x_j \mapsto \sum_{j = 1}^n x_j \cdot \phi_j
\]
then $C_0(X; K) \otimes E$ is a dense subspace of $C_0(X; E)$.
\end{proposition}
\begin{proof}
Let $\phi \in C_0(X; E)$. Using \autoref{proposition:c0-properties}, assume without loss of generality that $\phi \in C_c(X; E)$.
Since $\supp{\phi}$ is compact, so is $\phi(X)$ by \autoref{proposition:compact-extensions}. Let $U \in \cn_E^o(0)$ be balanced, then there exists $\seqf{y_j} \subset E \setminus \bracs{0}$ such that $\bigcup_{j = 1}^n (y_j + U) \supset \phi(X)$. For each $1 \le j \le n$, let $V_j = \phi^{-1}(y_j + U)$, then $\seqf{V_j}$ is an open cover of $\supp{\phi}$ consisting of precompact open sets. By \autoref{proposition:lch-partition-of-unity}, there exists a partition of unity $\seqf{\phi_j} \subset C_c(X; [0, 1])$ on $\supp{\phi}$ subordinate to $\seqf{V_j}$. For any $x \in E$,
\begin{align*}
\phi(x) - \sum_{j = 1}^n y_j \phi_j(x) &= \sum_{j = 1}^n \phi(x) \phi_j(x) - \sum_{j = 1}^n y_j \phi_j(x) \\
&= \sum_{j = 1}^n \phi_j(x)[\phi(x) - y_j] \in \sum_{j = 1}^n \phi_j(x)U \subset U
\end{align*}
Therefore $(\phi - \sum_{j = 1}^n y_j \phi_j)(X) \subset U$.
\end{proof}