Added a characterisation of L^p.
All checks were successful
Compile Project / Compile (push) Successful in 19s

This commit is contained in:
Bokuan Li
2026-03-18 17:26:17 -04:00
parent fdd4d752e9
commit 1cb04f668b
4 changed files with 234 additions and 4 deletions

View File

@@ -7,6 +7,28 @@
Let $E$ be a vector space over $K \in \RC$, then $A \subset E$ is \textbf{convex} if for any $x, y \in A$, $\bracs{\lambda x + (1 - \lambda) y| \lambda \in [0, 1]} \subset A$.
\end{definition}
\begin{definition}[Convex Hull]
\label{definition:convex-hull}
Let $E$ be a vector space over $K \in \RC$ and $A \subset E$, then the set
\[
\text{Conv}(A) = \bracs{\sum_{j = 1}^n t_j x_j \bigg | \seqf{t_j} \subset [0, 1], \seqf{x_j} \subset E, \sum_{j = 1}^n t_j = 1 }
\]
is the \textbf{convex hull} of $A$.
\end{definition}
\begin{definition}[Convex Circled Hull]
\label{definition:convex-circled-hull}
Let $E$ be a vector space over $K \in \RC$ and $A \subset E$, then the set
\[
\Gamma(A) = \bracs{\sum_{j = 1}^n t_j x_j \bigg | \seqf{t_j} \subset K, \seqf{x_j} \subset E, \sum_{j = 1}^n |t_j| \le 1 }
\]
is the \textbf{convex circled hull} of $A$.
\end{definition}
\begin{lemma}[{{\cite[II.1.1]{SchaeferWolff}}}]
\label{lemma:convex-interior}
Let $E$ be a TVS over $K \in \RC$, $A \subset E$ be convex, $x \in A^o$, and $y \in \ol{A}$, then
@@ -67,10 +89,6 @@
\begin{definition}[Sublinear Functional]
\label{definition:sublinear-functional}
Let $E$ be a vector space over $K \in \RC$, then a \textbf{sublinear functional} is a mapping $\rho: E \to \real$ such that: