I'm trying to solve the following question:
Let $f:(0,1)\to [0,1)$ and $g:[0,1)\to (0,1)$ be maps defined as
$f(x)=x$ and $g(x)=\frac{x+1}{2}$. Use these maps to build a bijection $h:(0,1)\to [0,1)$
I've already proved that these maps are injectives, and following the others questions on the site such as
Continuous bijection from $(0,1)$ to $[0,1]$
How to define a bijection between $(0,1)$ and $(0,1]$?
I think I can found such $h$, but the problem is that we have to use only $f$ and $g$ to build $h$.
I need help.
Thanks a lot.
$\displaystyle h(x):=\left{\begin{array}{cc}f(x) & \text{ for }x\in A\ g(x) & \text{ for }x\in (0,1)\backslash A\end{array}\right.$,
for some $A\subset (0,1)$?
– JP McCarthy Jan 15 '13 at 14:32