Added complexification.
All checks were successful
Compile Project / Compile (push) Successful in 31s
All checks were successful
Compile Project / Compile (push) Successful in 31s
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
\item[(U)] For each $(F, \seqi{T})$ satisfying (1) and (2), there exists a unique $T \in L(E; F)$ such that the following diagram commutes:
|
||||
\[
|
||||
\xymatrix{
|
||||
A \ar@{->}[r]^{T} & B \\
|
||||
A_i \ar@{->}[u]^{\iota_i} \ar@{->}[ru]_{T_i} &
|
||||
E \ar@{->}[r]^{T} & F \\
|
||||
E_i \ar@{->}[u]^{\iota_i} \ar@{->}[ru]_{T_i} &
|
||||
}
|
||||
\]
|
||||
|
||||
@@ -71,13 +71,45 @@
|
||||
The space $E = \bigoplus_{i \in I}E_i$ is the \textbf{locally convex direct sum} of $\seqi{E}$.
|
||||
\end{definition}
|
||||
\begin{proof}
|
||||
Let $(E, \seqi{\iota})$ be the direct sum of $\seqi{E}$ as vector spaces, and equip it with the inductive topology induced by $\seqi{\iota}$, then $(E, \seqi{\iota})$ satisfies (1) and (2).
|
||||
Let $(E, \seqi{\iota})$ be the direct sum of $\seqi{E}$ as vector spaces, and equip it with the locally convex inductive topology induced by $\seqi{\iota}$, then $(E, \seqi{\iota})$ satisfies (1) and (2).
|
||||
|
||||
(U): By (U) of the \hyperref[direct sum]{definition:direct-sum}, there exists a unique $T \in \hom(E; F)$ such that the diagram commutes. In which case, by (4) of \autoref{definition:lc-inductive}, $T \in L(E; F)$.
|
||||
|
||||
(4): By (6) of \autoref{definition:lc-inductive}.
|
||||
\end{proof}
|
||||
|
||||
\begin{proposition}
|
||||
\label{proposition:finite-lc-product}
|
||||
Let $\seqf{E_j}$ be TVSs over $K \in \RC$, then the following spaces coincide:
|
||||
\begin{enumerate}
|
||||
\item The product $\prod_{j = 1}^n E_j$.
|
||||
\item The direct sum of $\seqf{E_j}$ as topological vector spaces.
|
||||
\item The direct sum of $\seqf{E_j}$ as locally convex spaces.
|
||||
\end{enumerate}
|
||||
\end{proposition}
|
||||
\begin{proof}
|
||||
By \autoref{proposition:finite-tvs-product}, it is sufficient to show that (1) and (3) coincide. The proof is \textit{exactly} the same as \autoref{proposition:finite-tvs-product}, but included here for completeness.
|
||||
|
||||
Let $1 \le k \le n$, then for each $1 \le k, l \le n$, $\pi_l \circ \iota_k \in L(E_k, E_l)$, so by (U) of the \hyperref[product]{definition:tvs-product}, $\iota_k \in L(E_k; \prod_{j = 1}^n E_j)$. Thus $\prod_{j = 1}^n E_j$ satisfies (1) and (2) of the \hyperref[direct sum]{definition:lc-direct-sum}.
|
||||
|
||||
For any locally convex space $F$ over $K$ and $\seqf{T_j}$ with $T_j \in L(E_j; F)$ for each $1 \le j \le n$, let
|
||||
\[
|
||||
T: \prod_{j = 1}^n E_j \to F \quad (x_1, \cdots, x_n) \mapsto \sum_{j = 1}^n T_jx_j
|
||||
\]
|
||||
|
||||
then $T \in L(\prod_{j = 1}^n E_j; F)$ is the unique continuous linear map such that the following diagram commutes:
|
||||
\[
|
||||
\xymatrix{
|
||||
E \ar@{->}[r]^{T} & F \\
|
||||
E_i \ar@{->}[u]^{\iota_i} \ar@{->}[ru]_{T_i} &
|
||||
}
|
||||
\]
|
||||
|
||||
Hence $\prod_{j = 1}^n E_j$ satisfies (U) of the \hyperref[direct sum]{definition:lc-direct-sum}, so the spaces coincide.
|
||||
\end{proof}
|
||||
|
||||
|
||||
|
||||
\begin{definition}[Inductive Limit]
|
||||
\label{definition:lc-inductive-limit}
|
||||
Let $(\seqi{E}, \bracsn{T^i_j| i, j \in I, i \lesssim j})$ be an upward-directed system of locally convex spaces over $K \in \RC$, then there exists $(E, \bracsn{T^i_E}_{i \in I})$ such that:
|
||||
|
||||
Reference in New Issue
Block a user