0

Does there exist continuous onto function from $[0,1)$ to $(0,1)$.

I have made some conclusions. Such function can not be one in a neighborhood of zero.
Please help.

Monotonic
  • 145

1 Answers1

5

Consider the function $f:[0,1)\rightarrow(0,1)$ defined as $f(x) = 1/2 + 1/2*x*\sin(\frac{1}{1-x})$. I've attached an image of a graph of $f(x)$ to hopefully aid understanding of what's going on with $f$:

enter image description here

$f$ is enclosed in the envelope bound by $y_{upper} = \frac{x+1}{2}$ and $y_{lower} = \frac{-x+1}{2}$ and is therefore will not attain $y=0$ or $y=1$ on $[0,1)$.

However for any $y$ value arbitrarily close to 1, there will be some $x$ near 1 s.t. $\frac{1}{1-x} = \pi/2 + 2\pi k$ for $k\in\mathbb{Z}$, so that $f(x)=1/2+1/2*x = \frac{x+1}{2}$, which approaches 1 as $x\rightarrow1$.

Similarly, for any desired $y$ value close to 0, there will be $x$ near 1 s.t. $\frac{1}{1-x} = 3\pi/2 + 2\pi k$, so that $f(x) = 1/2 + 1/2*x*(-1) = \frac{-x+1}{2}$, which approaches 0 as $x\rightarrow1$.