Added basic facts on maximal ideals.

This commit is contained in:
Bokuan Li
2026-06-02 15:40:18 -04:00
parent c189b7da1a
commit 44d8bbd4da
5 changed files with 118 additions and 2 deletions

View File

@@ -12,8 +12,11 @@
\begin{definition}[Unital Banach Algebra]
\label{definition:unital-banach-algebra}
Let $A$ be a Banach algebra, then $A$ is \textbf{unital} if there exists $1 \in A$ such that for any $x \in A$, $x1 = 1x = x$. In which case, $1$ is the unique \textbf{multiplicative identity} of $A$.
Let $(A, \norm{\cdot}_A)$ be a Banach algebra, then $A$ is \textbf{unital} if there exists $1 \in A$ such that for any $x \in A$, $x1 = 1x = x$. In which case, there exists an equivalent norm $\norm{\cdot}_{1}: A \to [0, \inftu)$ such that $\norm{1}_1 = 1$, and $A$ is always assumed to be equipped with this norm.
\end{definition}
\begin{proof}[Proof, {{\cite[Proposition I.1.3]{Takesaki1}}}. ]
For each $x \in A$, let $L_x \in L(A; A)$ be defined by $y \mapsto xy$, and let $\norm{x}_1 = \norm{L_x}_{L(A; A)}$, then $\norm{x}_1 \le \norm{x}_A$ and $\norm{1}_1 = 1$. On the other hand, $\frac{\norm{x}_A}{\norm{1}_A} \le \norm{x}_1$, so $\norm{\cdot}_1$ is equivalent to $\norm{\cdot}_A$.
\end{proof}
\begin{definition}[Homomorphism]
\label{definition:banach-algebra-homomorphism}