Added preimage functions.

This commit is contained in:
Bokuan Li
2026-06-27 18:41:06 -04:00
parent 48a0e63f61
commit 80f79fb30d
4 changed files with 102 additions and 42 deletions

View File

@@ -68,6 +68,12 @@
(2) $\Rightarrow$ (3): Since $\fF$ is Cauchy, there exists $\seq{E_n} \subset \fF$ such that for each $n \in \natp$, $E_n \supset E_{n+1}$ and $\sup_{y, z \in E_n}d(y, z) \le 1/n$. For each $n \in \natp$, let $x_n \in E_n$, then there exists a subsequence $\seq{n_k}$ and $x \in X$ such that $x = \limv{n}x_n$. In which case, $x \in \bigcap_{n \in \natp}\overline{E_n}$. For each $n \in \natp$, $\sup_{y, z\in E_n}d(y, z) \le 1/n$, so $B_X(x, 2/n) \supset E_n$. Therefore $\fF \to x$.
\end{proof}
\begin{definition}[Polish Space]
\label{definition:polish-space}
Let $X$ be a topological space, then $X$ is \textbf{Polish} if it is completely metrisable and second countable.
\end{definition}
\begin{theorem}[Banach's Fixed Point Theorem]
\label{theorem:banach-fixed-point}
@@ -98,3 +104,6 @@
\]
\end{proof}