I need a bijection from $[0, 1]\cup(1,2)\cup${$3$} to $(0, 1)$.
At first I thought it was a trivial problem, but after struggling with it for some time I think it's harder than it looks.
For instance, if you try to try to send $(0, 1)$ to $(0, \frac{1}{2})$ and {$3$} to $\frac{1}{2}$ and ($1, 2$) to ($\frac{1}{2}, 1$), then you are still left with a place to send $0, 1$ since they are included in [$0, 1$].
I've tried some variations but can't get it. Help/hints would be appreciated.