I would like to prove that the following map is injective
$$ f: \mathbb{S}^1 \to \mathbb{RP}^1 = \mathbb{R}^2 / \sim $$
$$ f(x) = \begin{cases}
(1,0)&\text{ if } x \text{ is south } \\
[x]&\text{otherwise}
\end{cases} $$
where for $x,y \in \mathbb{R}^2 \setminus \lbrace (0,0) \rbrace$ we define $x \sim y$ by $x=\lambda y$ for some $\lambda \neq 0$.
Here is what I have done so far:
Let $f(x)=f(y)$ for some $x, y \in \mathbb{S}^1$, that means $ [x] = [y] $, since these classes are equal, this happens if and only if $x \sim y$, so $x = \lambda y$ for some non zero scalar $\lambda$ but due to symmetry $y \sim x$, that is $y = \lambda x$, then $x = y$ when $\lambda=1$. Is this resasoning correct?