I need to define a bijection between sets $[-2,1)$ and $(3,5)$. How can I do that?
-
Does "particular" have a meaning? – Nov 19 '16 at 22:52
-
Use the bijection defined here and combine with a linear map. – Henricus V. Nov 19 '16 at 22:55
-
First map $[-2,1)$ to $[3,5)$ by a linear function, and then select countably many elements in $(3,5)$ and stuff the $3$ in between them using the Hilbert's Hotel trick. – hmakholm left over Monica Nov 19 '16 at 22:56
-
The essential idea is in the accepted answer to this question; it requires just a little modification to deal with your intervals. – Brian M. Scott Nov 19 '16 at 22:57
-
@BrianM.Scott should I make an answer with that? – RGS Nov 19 '16 at 23:07
-
@RSerrao: Up to you; I’d be inclined to leave a bit of work for the OP. Perhaps write out a bijection between $[3,5)$ and $(3,5)$ and then suggest composing it with a linear map? – Brian M. Scott Nov 19 '16 at 23:15
2 Answers
I will write here how you should take $[3, 5) $ into $(3,5) $ and then you can compose @JeanMarie's map with mine to get the desired bijection.
Let us define the set $X = \{x_i = 3 + \frac1 {2^i} | i \in \Bbb N\} \cup \{3\} $ (let $x_0 = 3$) we know that $X $ has a countable infinite number of elements.
Let us define $\phi(x): [3, 5) \to (3,5) $ as follows:
$$\phi(x) = \begin{cases}\phi(x) = x, x \not\in X\\ \phi(x) = x_{i+1}, x \in X, x = x_i \end{cases} $$
$\phi $ is a bijection thus a composition with an appropriate linear map gives what you want.

- 9,719
Here is a function that maps open set $(-2,1)$ onto open set $(3,5)$ which is a different issue. When I realized that I was on a different problem, I wanted to erase this "answer". But the adequate answer by @RSerrao uses mine as a step. Therefore, I leave it...
On the graphics below, have a look at the red intervals: one is $(-2,1)$ on $x$ axis, the other is $(3,5)$ on $y$ axis. The correspondence between them is an affine equation ($y=ax+b$), precisely:
$$\tag{1}y=(2/3)x+(13/3).$$
It can be explained by a kind of "mirror reflecting": the ray (vector $GH$) coming from $x \in (-2,1)$ is "reflected" into the straight line $HI$ with impact in a certain $y \in (3,5)$ that can be computed with formula $(1).$

- 81,803
-
-
-
I understand now that I have worked with closed sets : I didn't pay enough attention to the question. – Jean Marie Nov 19 '16 at 23:33
-