2

In an exercise I'm asked the following question:

Let $(\mathbb R, \tau_1)$, with $\tau_1=\{\mathbb R,\emptyset\} \cup \{(-n,n),n\in \Bbb N\}$ and $(\mathbb R, \tau_2)$, with $\tau_2=\{\mathbb R,\emptyset\} \cup \{[-n,n],n\in \Bbb N\}$ be two topological spaces. Then is it true that: $(\mathbb R, \tau_1) \cong (\mathbb R, \tau_2)$?

So what I did was the following:

Lets assume that $(\mathbb R, \tau_1) \cong (\mathbb R, \tau_2)$. Then let $f: (\mathbb R, \tau_2) \to (\mathbb R, \tau_1)$ be an homeomorphism.

We have that $[-i,i] \in \tau_2$ with $ i \in \Bbb N$. Then we have that $f([-i,i]) \in \tau_1$. This means that: $$f([-i,i])=(-k,k),\ \ k \in \Bbb N$$

So we have a function $f: \Bbb R \to \Bbb R$ such that $f$ is a bijection, is continuous, $f^{-1}$ is continuous, and, for each $i \in \Bbb N$, then $f([-i,i])=(-k,k)$ for some $k \in \Bbb N$.

My question is: Does such function exists? Can we have that takes one closed interval and gives us an open interval and still be bijective and continuous? If so, how can we write $f(x)$? If not, then how can I prove it?

1 Answers1

2

You do not need continuity in the usual sense. If for all $i$, you can find $$\tag{1} f^{-1} ([-i, i]) = (-k, k)$$ for some $k$, then $f$ is continuous between the topological spaces $(\mathbb R, \tau_1), (\mathbb R,\tau_2)$.

So all you need is that $f$ is bijective which satisfies (1). We can actually construct such an $f$ easily: define $f$ to be a bijection

\begin{align} (-1, 1) &\to [-1, 1], \\ (-2, -1] \cup [1, 2) &\to [-2, 1) \cup (1, 2], \\ \vdots \ \ \ \ \ \ & \ \ \ \ \ \ \ \ \ \ \ \ \ \vdots \\ (-n,-n+1] \cup [n-1, n) & \to [-n, -n+1) \cup (n-1, n] \end{align} and so on (to construct a bijection $(-1, 1)\to [-1, 1]$, see here for a similar construction). Then $f$ is bijective and $$ f^{-1}([-n, n]) = (-n, n)$$ for all $n\in \mathbb N$

Remark: I am assuming $0\notin \mathbb N$. If instead $0\in \mathbb N$, then in $\tau_2$ we have the set $\{0\} = [-0,0]$, which has only one element. Thus $(\mathbb R, \tau_1)$ is not homeomorphic to $(\mathbb R, \tau _2)$ since in $\tau_1$ there is no open $\tau_1$-open set with exactly one element.

Arctic Char
  • 16,007
  • So the two spaces are indeed homeomorphic? – Eduardo Magalhães Sep 03 '20 at 20:31
  • @EduardoMagalhães Yes. – Arctic Char Sep 03 '20 at 21:34
  • I understand the way you defined $f$ but I have the following question: Can we define a function from $\Bbb R$ to $\Bbb R$ just by the way it transforms intervals? For example, how would I evaluate $f(2)$? And my other question is, why do you need that $0 \notin \Bbb N$? – Eduardo Magalhães Sep 03 '20 at 22:13
  • As suggested, any bijection $[-n, -n+1) \cup (n-1, n] \to (-n, -n+1] \cup [n-1\cup n)$ would work, so there are infinitely many choices. For example, using the construction in my answer, since $2\in (1, 2]$, $f(2)$ could be any point in $(-2, 1]\cup [1, 2)$. – Arctic Char Sep 04 '20 at 03:47
  • I have said something about the assumption $0\notin \mathbb N$ in the answer @EduardoMagalhães – Arctic Char Sep 04 '20 at 03:50