$$ f(x) = \sin x,$$ where $f$ is defined as $$ f: \mathbb N \to \mathbb R.$$
The exercise is to check if the function was one-one or many-one.
Here is my answer: $$ f(x_1) = f(x_2) $$ $$ \sin x_1 = \sin x_2 $$ $$ x_1 = n\pi + (-1)^nx_2 $$ here we have 2 cases
Case 1: If $n = 0,$ then we will get $$ x_1 = x_2.$$ Case 2: if $x \neq0,$ But this case can be rejected since $x_1$ can't be irrational as it a natural number. This just left us with one case,that is $ x_1 = x_2$ which means that the function is one-one.
Here is my question:
We got $f(x)$ as one-one, but confusingly we can get same value of $y$ for multiple values of $x,$ e.g., both $\sin30$ and $\sin150$ give the same $y=1/2.$ How is this possible?