Added the inverse function theorem.
All checks were successful
Compile Project / Compile (push) Successful in 33s
All checks were successful
Compile Project / Compile (push) Successful in 33s
This commit is contained in:
18
src/op/banach/definitions.tex
Normal file
18
src/op/banach/definitions.tex
Normal 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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user