Added relevant Hahn-Banach results.

This commit is contained in:
Bokuan Li
2026-01-27 15:39:56 -05:00
parent 2bacd9b370
commit 5ccfe39d3b
4 changed files with 120 additions and 6 deletions

View File

@@ -64,6 +64,8 @@
\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:
@@ -79,9 +81,9 @@
\label{definition:seminorm}
Let $E$ be a vector space over $K \in \RC$, then a \textbf{seminorm} on $E$ is a mapping $\rho: E \to [0, \infty)$ such that:
\begin{enumerate}
\item $\rho(0) = 0$.
\item For any $x \in E$ and $\lambda \in K$, $\rho(\lambda x) = \abs{\lambda} \rho(x)$.
\item For any $x, y \in E$, $\rho(x + y) \le \rho(x) + \rho(y)$.
\item[(SN1)] $\rho(0) = 0$.
\item[(SN2)] For any $x \in E$ and $\lambda \in K$, $\rho(\lambda x) = \abs{\lambda} \rho(x)$.
\item[(SN3)] For any $x, y \in E$, $\rho(x + y) \le \rho(x) + \rho(y)$.
\end{enumerate}
\end{definition}
@@ -128,8 +130,8 @@
\end{enumerate}
In particular,
\begin{enumerate}
\item If $A$ is convex, then $[\cdot]_A$ is a sublinear functional.
\item If $A$ is convex and circled, then $[\cdot]_A$ is a seminorm.
\item[(4)] If $A$ is convex, then $[\cdot]_A$ is a sublinear functional.
\item[(5)] If $A$ is convex and circled, then $[\cdot]_A$ is a seminorm.
\end{enumerate}
\end{definition}
\begin{proof}