Added continuity of homomorphisms.
All checks were successful
Compile Project / Compile (push) Successful in 47s
All checks were successful
Compile Project / Compile (push) Successful in 47s
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
\end{proof}
|
||||
|
||||
|
||||
\begin{theorem}[Successive Approximation]
|
||||
\begin{theorem}[Successive Approximations]
|
||||
\label{theorem:successive-approximation}
|
||||
Let $E, F$ be normed vector spaces, $T \in L(E; F)$, $C \ge 0$, and $\gamma \in (0, 1)$. If for all $y \in F$, there exists $x \in E$ such that:
|
||||
\begin{enumerate}
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
In particular, if $E$ is a Banach space, then for every $y \in F$, there exists $x \in E$ such that $\norm{x}_E \le C\norm{y}_F/(1 - \gamma)$ and $Tx = y$.
|
||||
\end{theorem}
|
||||
\begin{proof}
|
||||
\begin{proof}[Proof, learned from Anson Li (https://ansonli0.com/). ]
|
||||
Let $y_1 = y \in F$. Let $n \in \natp$ and suppose inductively that $\bracs{x_k| 0 \le k < n}$ and $\bracs{y_k| 0 \le k \le n}$ has been constructed. By (a) and (b), there exists $x_n \in E$ such that $\norm{x_k}_E \le C\norm{y_k}_F$ and $\norm{y_n - Tx_n}_F \le \gamma \norm{y_{n}}_F$. Let $y_{n+1} = y_n - Tx_n$, then $\norm{y_{n+1}}_F \le \gamma \norm{y_n}_F$.
|
||||
|
||||
For each $n \in \nat$,
|
||||
|
||||
Reference in New Issue
Block a user