Fix typo in hahn-banach.
All checks were successful
Compile Project / Compile (push) Successful in 41s
All checks were successful
Compile Project / Compile (push) Successful in 41s
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
Let $E$ be a vector space over $K \in \RC$, $\rho: E \to \real$ be a sublinear functional, and $F \subsetneq E$ be a subspace, then
|
||||
\begin{enumerate}
|
||||
\item For any $\phi \in \hom(F; \real)$ with $\phi \le \rho|_F$, there exists $\Phi \in \hom(E; \real)$ such that $\Phi \le \rho$ and $\Phi|_F = \phi$.
|
||||
\item If $\rho$ is a seminorm, then for any $\phi \in \hom(F; \complex)$ with $\abs{\phi} \le \rho|_F$, there exists $\Phi \in \hom(E; \complex)$ such that $\abs{\Phi} \le \rho$ and $\Phi|_F = \phi$.
|
||||
\item If $\rho$ is a seminorm, then for any $\phi \in \hom(F; K)$ with $\abs{\phi} \le \rho|_F$, there exists $\Phi \in \hom(E; K)$ such that $\abs{\Phi} \le \rho$ and $\Phi|_F = \phi$.
|
||||
\end{enumerate}
|
||||
\end{theorem}
|
||||
\begin{proof}[Proof {{\cite[Theorem 5.6, 5.7]{Folland}}}. ]
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
By Zorn's lemma, $\mathbf{F}$ admits a maximal element $\Phi$. If $\cd(\Phi) \subsetneq E$, then $\Phi$ is not maximal by the preceding discussion. Therefore $\cd(\Phi) = E$ and $\Phi$ is a desired extension.
|
||||
|
||||
(2): Given that $\rho$ is a seminorm, for any $u \in \hom(E; \real)$, $u \le \rho$ if and only if $\abs{u} \le \rho$.
|
||||
(2): Given that $\rho$ is a seminorm, for any $u \in \hom(E; \real)$, $u \le \rho$ if and only if $\abs{u} \le \rho$. Assume without loss of generality that $K = \complex$.
|
||||
|
||||
Let $u = \re{\phi}$, then $u \in \hom(E; \real)$ by \autoref{proposition:polarisation-linear}. By (1), there exists $U \in \hom(E; \real)$ such that $\abs{U} \le \rho$ and $U|_F = u$. For each $x \in E$, let $\Phi(x) = U(x) - iU(ix)$, then $\Phi \in \hom(E; \complex)$ and $\Phi|_F = \phi$ by \autoref{proposition:polarisation-linear}. In addition, for any $x \in E$, if $\alpha = \overline{\sgn(\Phi(x))}$, then
|
||||
\[
|
||||
|
||||
Reference in New Issue
Block a user