partial updates for review, and fix typos

This commit is contained in:
Zheyuan Wu
2025-10-09 23:53:23 -05:00
parent f9c5889564
commit 74dcdc04dc
5 changed files with 224 additions and 6 deletions

View File

@@ -72,9 +72,13 @@ Find an example of a function $f:X\to Y$ which is not continuous but for any con
<details>
<summary>Solution</summary>
Let $f:S^1\to [0,1)$ be defined by $f(x,y)=\sin^{-1}(\frac{y}{x})$.
Consider $X=\mathbb{R}$ with complement finite topology and $Y=\mathbb{R}$ with the standard topology.
This is not continuous because $[0,1)$
Take identity function $f(x)=x$.
This function is not continuous by trivially taking $(0,1)\subseteq \mathbb{R}$ and the complement of $(0,1)$ is not a finite set, so the function is not continuous.
However, for every convergent sequence in $X$, $\{x_n\}_{n=1}^\infty\to x$, the sequence $\{f(x_n)\}_{n=1}^\infty\to f(x)$ trivially.
</details>