Added the holomorphic functional calculus.
All checks were successful
Compile Project / Compile (push) Successful in 35s

This commit is contained in:
Bokuan Li
2026-05-31 23:12:15 -04:00
parent 73951c9d4c
commit bfa5aee60e
6 changed files with 146 additions and 5 deletions

View File

@@ -15,4 +15,14 @@
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$.
\end{definition}
\begin{definition}[Homomorphism]
\label{definition:banach-algebra-homomorphism}
Let $A, B$ be Banach algebras and $\phi: A \to B$, then $\phi$ is a \textbf{homomorphism} if:
\begin{enumerate}
\item $\phi \in L(A; B)$.
\item For each $x, y \in A$, $\phi(xy) = \phi(x)\phi(y)$.
\end{enumerate}
\end{definition}