I'm learning about Real Analysis, specifically accumulation points of a sequence, and need some help with this problem:
Show that the set of accumulation points of the sequence $a_n = \sin{n}$ is the closed interval $[-1, 1]$.
My thoughts:
Obviously we have $-1 \leq \sin{n} \leq 1 \forall n \in \mathbb{N}$.
The set $a_n$ will be of the form $a_n = \{\sin1, \sin2, \sin3, ...\}$.
Given $l \in [-1, 1]$ we want to show that there exists a subsequence $\{a_{n_k}\}$ such that $a_{n_k} \rightarrow l$ as $k \rightarrow \infty$.
This problem is different from the problems I'm used to solve in the sense that instead of finding the accumulation points of a sequence I need to prove that the accumulation points of a sequence is a closed interval and I don't know how to approach this.