Various additions.

This commit is contained in:
Bokuan Li
2026-07-16 13:49:27 -04:00
parent 42eeae1679
commit fe557de4a6
9 changed files with 182 additions and 6 deletions

45
src/fa/norm/ap.tex Normal file
View File

@@ -0,0 +1,45 @@
\section{The Approximation Property}
\label{section:approximation-property}
\begin{definition}[Approximation Property]
\label{definition:approximation-property}
Let $E$ be a separated locally convex space over $K \in \RC$, then the following are equivalent:
\begin{enumerate}
\item The closure of $E^* \otimes E$ in $L_c(E; E)$ contains the identity map.
\item $E^* \otimes E$ is dense in $L_c(E; E)$.
\item For each locally convex space $F$ over $K$, $E^* \otimes F$ is dense in $L_c(E; F)$.
\item For each locally convex space $F$ over $K$, $F^* \otimes E$ is dense in $L_c(F; E)$.
\end{enumerate}
If the above holds, then $E$ has the \textbf{approximation property}.
\end{definition}
\begin{proof}
(1) $\Rightarrow$ (2): Let $T \in L_c(E; E)$ and $A \subset E$ be precompact, then $T(A)$ is also precompact by \autoref{proposition:totally-bounded-image}. Let $U \in \cn_E(0)$, then there exists $S \in E^* \otimes E$ such that $Sx - x \in U$ for all $x \in T(A)$. In which case, $STx - Tx \in U$ for all $x \in A$.
(1) $\Rightarrow$ (3): Let $T \in L_c(E; F)$ and $A \subset E$ be precompact, and $U \in \cn_F(0)$, then there exists $S \in E^* \otimes E$ such that $Sx - x \in T^{-1}(U)$ for all $x \in A$. In which case, $TS \in E^* \otimes F$ and $TSx - Tx \in U$ for all $x \in A$.
(1) $\Rightarrow$ (4): Let $T \in L_c(F; E)$ and $A \subset F$ be precompact, then $T(A)$ is also precompact. Let $U \in \cn_E(0)$, then there exists $S \in E^* \otimes E$ such that $Sx - x \in U$ for all $x \in T(A)$. Thus $STx - Tx \in U$ for all $x \in A$.
\end{proof}
\begin{proposition}
\label{proposition:approximation-property-associated}
Let $E$ be a locally convex space over $K \in \RC$. If there exists a fundamental system of convex and circled neighbourhoods $\fB \subset \cn_E(0)$ such that for each $V \in \fB$, $\wh E_V$ has the approximation property, then $E$ has the approximation property.
\end{proposition}
\begin{proof}
Let $V \in \fB$, $\pi_V: E \to \wh E_V$ be the canonical projection, and $A \subset E$ be precompact, then $\pi_V(A)$ is precompact as well. Since $\wh E_V$ has the approximation property, there exists $T \in E_V^* \otimes \wh E_V$ such that $Tx - x \in \pi_V(V)$ for all $x \in \pi_V(A)$. As $E_V$ is dense in $\wh E_V$, there exists $S \in E_V^* \otimes E_V$ such that $Sx - Tx \in \pi_V(V)$ for all $x \in \pi_V(A)$. In which case, $Sx - x \in 2\pi_V(V)$ for all $x \in \pi_V(A)$, and $S \circ \pi_V(x) - \pi_V(x) \in 2\pi_V(V)$.
Write $S = \sum_{j = 1}^n \phi_j \otimes y_j$. For each $1 \le j \le n$, choose any representative $x_j \in \pi_V^{-1}(y_j)$, then for any $x \in A$,
\[
\pi_V \braks{x - \sum_{j = 1}^n x_j\dpn{x, \phi_j \circ \pi_V}{E}} = S \circ \pi_V(x) - \pi_V(x) \in -2\pi_V(V) = 2\pi_V(V)
\]
Finally, since $\ker(\pi_V) = \bigcap_{\lambda > 0}\lambda V \subset V$, $x - \sum_{j = 1}^n x_j\dpn{x, \phi_j \circ \pi_V}{E} \in -3V = 3V$. Therefore if $R = \sum_{j = 1}^n (\phi_j \circ \pi_V) \otimes x_j \in E^* \otimes E$, then $Rx - x \in 3V$.
\end{proof}
\begin{corollary}
\label{corollary:approximation-property-hilbert}
Every subspace of a product of Hilbert spaces has the approximation property. Every subspace of a projective limit of Hilbert spaces has the approximation property.
\end{corollary}