Added the inverse function theorem.
All checks were successful
Compile Project / Compile (push) Successful in 33s

This commit is contained in:
Bokuan Li
2026-05-10 19:42:25 -04:00
parent 7fdf1a8d6e
commit 538a02ba37
10 changed files with 173 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
\section{Banach Algebras}
\label{section:banach-algebras}
\begin{definition}[Banach Algebra]
\label{definition:banach-algebra}
Let $A$ be an associative algebra over $\complex$ and $\norm{\cdot}_A: A \to [0, \infty)$ be a norm, then $A$ is a \textbf{Banach algebra} if:
\begin{enumerate}
\item $A$ is complete with respect to $\norm{\cdot}_A$.
\item For any $x, y \in A$, $\norm{xy}_A \le \norm{x}_A\norm{y}_A$.
\end{enumerate}
\end{definition}
\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$.
\end{definition}