Problem: Let $X$ the half open interval $[0,1)\subseteq \mathbb{R}$ and $\mathbb{S}^1$ be the unit circle in $\mathbb{C}$. Define a map $\phi: [0,1) \rightarrow \mathbb{S}^1$ by $\phi(x)= \cos(2\pi x)+i\sin(2\pi x)$. Show that it is continuous and bijection but not a homeomorphism.
My attempt:$\phi(x)=\phi(y)$ $\implies$ $\cos(2\pi(x-y))=1$ $\implies$ $x=y$. So the map is injective. The map is also surjective and thus the map is bijective. Let $\epsilon>0$ and set $\delta = \frac{\epsilon}{4\pi}$. if $y\in [0,1)$ such that $|x-y|<\delta$ then $|f(x)-f(y)|\leq 4\pi |x-y|<\epsilon$. Thus the map is continuous. It suffices to show that the map is not open. Observe, since $[0,\frac{1}{2})= (-\frac{1}{2},\frac{1}{2}) \cap [0,1)$, it is thus open in $[0,1)$.
How do I show that $[0,\frac{1}{2})$ is not open in the image?
You can also show that $\phi$ is not a homeomorphism because $\phi^{-1}$ is not continuous at $1 \in \Bbb C$: $y_n = \cos(2 \pi \frac{-1}{n}) + i \sin(2 \pi \frac{-1}{n})$ converges to $1$, but $\phi^{-1}(y_n)= 1-\frac{1}{n}$ for all $n$ (note that $$\cos(2 \pi (1-\frac{1}{n}))=\cos(2\pi \frac{-1}{n})$$ because the inputs differ by $2\pi$, and likewise for the sine values) and $\phi^{-1}(y_n)$ does not converge to $0 = \phi^{-1}(1)$ in $[0,1)$.