1

I am having a bit of trouble with constructing the biijection here. I know that the bijection has to be a piecewise function with one component being $f(x) = x$ when $x$ does not equal $1/n$. But the other component is a bit more tricky, none pass the horizontal line test. Could the other component be $2/n+2$ or how would I go about figuring that component out?

2 Answers2

2

You can construct a bijection from $S$ to $T$ by saying that

$$2\mapsto 1+\frac12\\ 1+\frac12\mapsto 1+\frac13\\ 1+\frac13\mapsto 1+\frac14\\ \vdots$$

and that $x$ maps to $x$ if $x\notin \{1+\frac1n, n\in\mathbb N\}$

5xum
  • 123,496
  • 6
  • 128
  • 204
0

The usual Hilbert hotel argument works this way: split $[1,2]$ as $[1,2]\cap\mathbb{Q}$ and its complement. Do nothing on the complement, just leave the elements where they are. Consider that $[1,2]\cap\mathbb{Q}$ is a countable set, and enumerate its elements as $2=q_0, 1=q_1, q_2,q_3,\ldots$. On $[1,2]\cap\mathbb{Q}$, consider the map $\varphi$ that sends $q_k$ into $q_{k+1}$. This is an invertible map between $[1,2]\cap\mathbb{Q}$ and $[1,2\color{red}{)}\cap\mathbb{Q}$.

Jack D'Aurizio
  • 353,855