Problem Statement: Let $f_{v}(x)=\sin (v\pi x)$. Show that $\lim \inf_{v\rightarrow\infty} f_{v}(x)=-1$ and $\lim \sup_{v\rightarrow\infty} f_{v}(x)=1$ whenever $x$ is irrational. [Hint: If $x$ is irrational, then every arc of the circle $s^{2}+t^{2}=1$ contains $(\cos(v\pi x), \sin(v\pi x))$ for infinitely many $v$.]
I would like to verify if my proof of this problem is correct, given the hint. I am a little confused with my conclusion that there is some sequence that converges to $(0,-1)$, because the sequence must be of the form $\sin (v\pi x)$, and the behavior of the sequence is dependent on our choice of $x$. But wouldn't many sequences of this form continue iterating through the circle?
"Proof."
Let $x\in\mathbb{I}=\mathbb{R}\setminus \mathbb{Q}$. Then consider the equation $$s^{2}+t^{2}=1.$$ Since $x\in \mathbb{I}$, then any arc of the circle contains $(s,t)=(\cos(v\pi x), \sin(v\pi x))$ for infinitely many $v$. Since this is true for any arbitrarily small arc of the circle, then it must be that $(\cos(v\pi x), \sin(v\pi x))$ is dense in the circle, and in particular, $(0,-1)$ is a limit point of $(\cos(v\pi x), \sin(v\pi x))$. Thus, $\exists x\in \mathbb{I}$ so that
$$\lim_{v\rightarrow \infty} f_{v}(x)=\lim_{v\rightarrow \infty} \sin (v\pi x)=-1.$$ Therefore, $$\lim \inf_{v\rightarrow \infty} f_{v}(x)=\lim_{v\rightarrow \infty} (\inf_{m\geq v} f_{v}(x))=\lim_{v\rightarrow \infty} (\inf_{u\geq v} \sin (v\pi x))=-1.$$
And if this is correct, then the $\lim\sup$ case would be analogous? I appreciate any advice!