Added l^p sequence spaces.
All checks were successful
Compile Project / Compile (push) Successful in 37s

This commit is contained in:
Bokuan Li
2026-06-15 21:57:37 -04:00
parent dadddc4663
commit 6c6522a1de
3 changed files with 34 additions and 1 deletions

32
src/fa/lp/seq.tex Normal file
View File

@@ -0,0 +1,32 @@
\section{$l^p$ Direct Sums}
\label{section:lp-direct-sum}
\begin{definition}[$l^p$-Direct Sum]
\label{definition:lp-direct-sum}
Let $\seqi{X}$ be normed vector spaces over $K \in \RC$ and $p \in [1, \infty)$, then the \textbf{$l^p$-direct sum} of $\seqi{X}$ is the space
\[
[l^p(I); X_i] = \bracs{x \in \prod_{i \in I}X_i \bigg | \sum_{i \in I}\norm{x_i}_{X_i}^p < \infty}
\]
equipped with the norm
\[
\norm{x}_{[l^p(I); X_i]} = \braks{\sum_{i \in I}\norm{x_i}_{X_i}^{p}}^{1/p}
\]
\end{definition}
\begin{definition}[$l^\infty$-Direct Product]
\label{definition:l-infty-direct-product}
Let $\seqi{X}$ be normed vector spaces over $K \in \RC$ and $p \in [1, \infty)$, then the \textbf{$l^\infty$-direct product} of $\seqi{X}$ is the space
\[
[l^\infty(I); X_i] = \bracs{x \in \prod_{i \in I}X_i \bigg | \sup_{i \in I}\norm{x_i}_{X_i} < \infty}
\]
equipped with the norm
\[
\norm{x}_{[l^\infty(I); X_i]} = \sup_{i \in I}\norm{x_i}_{X_i}
\]
\end{definition}