NOTE: This is not a duplicate.
Define a relation $\sim$ on $\mathbb{R}$ as follows: for any $a,b \in \mathbb{R}$, $$a\sim b \iff a-b\in \mathbb{Z}.$$
Let $S=\mathbb{R}_{/\sim}$. That is, $S$ is the set of equivalence classes of elements of $\mathbb{R}$ under the equivalence relation $\sim$.
Let $C=\{(x,y)\in\mathbb{R^2}:x^2+y^2=1\}$, and define $h:S\rightarrow C$ by $$h([t])=(\cos(2\pi t),\sin(2\pi t)).$$
TASK: Prove that $h$ is a bijection.
I know that I have to show $$h([t])=h([t'])\implies [t]=[t'],$$ and $$\forall x\in C \exists x'\in S : h([x'])=x,$$ but I'm not really sure how to go about this.
Further question: What is the geometric interpretation of this?
WORK: I get that $\mathbb{R}_{/\sim}=\{y\in\mathbb{R} : y-x\in \mathbb{Z}\}$, right?
Hint
$h$ is injective:
$h([t]=h([t'])\Rightarrow (\cos(2\pi t),\sin(2\pi t))=(\cos(2\pi t'),\sin(2\pi t'))\Rightarrow e^{2\pi it}=e^{2\pi it'}$ so $t-t'\in \mathbb Z$ and then $[t]=[t']$.
$h$ is surjective:
Let $(\cos(2\pi t),\sin(2\pi t))\in C$ then take $[t]\in S$ and we have $h([t])=(\cos(2\pi t),\sin(2\pi t))$
Geometrically $C$ is the unit circle and we have $h(S)=C$ with $h$ is bijective so we can identify geometrically $S$ to the unit circle.