Added states.
All checks were successful
Compile Project / Compile (push) Successful in 41s

This commit is contained in:
Bokuan Li
2026-07-08 15:02:23 -04:00
parent 0a288cda5d
commit e5ef0d51df
5 changed files with 182 additions and 5 deletions

View File

@@ -29,4 +29,13 @@
\end{proof}
\begin{corollary}
\label{corollary:positive-linear-functional-extension}
Let $A$ be a unital $C^*$-algebra, $B \subset A$ be a closed subspace with $1_A \in B$, and $\phi \in B^*$ with $\norm{\phi}_{B^*} = \dpn{1_A, \phi}{B}$, then there exists a positive linear functional $\Phi \in A^*$ such that $\Phi|_B = A$.
\end{corollary}
\begin{proof}
By the \hyperref[Hahn-Banach Theorem]{theorem:hahn-banach}, there exists $\Phi \in A^*$ such that $\Phi|_B = A$ and $\norm{\Phi}_{A^*} = \norm{\phi}_{B^*}$. In which case, $\norm{\Phi}_{A^*} = \dpn{1_A, \Phi}{A}$, and $\Phi$ is also positive by \autoref{theorem:cstar-positive-algebraic}.
\end{proof}