Added characterisation of positive linear functionals.
All checks were successful
Compile Project / Compile (push) Successful in 46s

This commit is contained in:
Bokuan Li
2026-07-07 17:26:52 -04:00
parent f5ebcd7979
commit de9b6fb813
5 changed files with 62 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
\section{Positive Linear Functionals}
\label{section:cstar-positive}
\begin{definition}[Positive Linear Functional]
\label{definition:cstar-positive-functional}
Let $A$ be a unital $C^*$-algebra and $\phi \in A^*$, then $\phi$ is \textbf{positive} if $\dpn{x, \phi}{A} \ge 0$ for all positive elements $x \in A$.
\end{definition}
\begin{theorem}
\label{theorem:cstar-positive-algebraic}
Let $A$ be a unital $C^*$-algebra and $\phi \in \hom(A; \complex)$, then the following are equivalent:
\begin{enumerate}
\item $\phi$ is a positive linear functional.
\item $\phi \in A^*$ with $\normn{\phi}_{A^*} = \dpn{1, \phi}{A}$.
\end{enumerate}
\end{theorem}
\begin{proof}
(1) $\Rightarrow$ (2): For any $x \in A_{sa}$ with $\norm{x}_A \le 1$, $\sigma_A(1 - x) \subset 1 - [-1, 1] = [0, 2]$ by \autoref{proposition:commutative-spectrum-gymnastics}. Thus $1 - x \ge 0$ by \autoref{proposition:positive-spectrum}, and $\dpn{x, \phi}{A} \le \dpn{1, \phi}{A}$. By \autoref{proposition:hermitian-functional-norm}, $\norm{\phi}_{A^*} \le \dpn{1, \phi}{A}$, so $\norm{\phi}_{A^*} = \dpn{1, \phi}{A}$.
(2) $\Rightarrow$ (1): For each $x \in A_{sa}$, by restricting to $A[x]$, assume without loss of generality that $A$ is commutative. By the \autoref{theorem:riesz-radon-c0}, $\phi$ takes the form of a Radon measure $\mu$ on $\Omega(A)$, and $\norm{\phi}_{A^*} = \norm{\mu}_{\text{var}}$. For each Borel set $E \in \cb_{\Omega(A)}$,
\begin{align*}
\norm{\mu}_{\text{var}} &= \int_{\Omega(A)} 1 d\mu = \mu(E) + \mu(\Omega(A) \setminus E) \\
&\le |\mu(E)| + |\mu(\Omega(A) \setminus E)| \le \norm{\mu}_{\text{var}}
\end{align*}
which is only possible if $\mu(E), \mu(\Omega(A) \setminus E) \ge 0$. As this holds for all $E \in \cb_{\Omega(A)}$, $\mu$ is positive, and $\phi$ then is a positive linear functional.
\end{proof}