I need to prove or disprove the following statement:
Let $ a_n $ be a sequence such that for every $ q \in \mathbb{Q} $, $ q $ is a sublimit of $ a_n $. Then every real number is also a sublimit. Is my proof correct?
Let $ c \in \mathbb{R} $ and suppose, for the sake of contradiction, that $ c $ is not a sublimit of $ a_n $.
Therefore, there exists a $ \delta > 0$ such that there is only a finite number of entries from $ a_n $ in $ (c - \delta, c + \delta) $.
$ \mathbb{Q} $ is dense in $ \mathbb{R} $ and therefore there exists a $ q \in \mathbb{Q} $ such that $ c - \delta < q < c $.
Choose $ \delta_0 = distance(q, c- \delta) $. Therefore, there is only a finite number of entries from $ a_n $ in $ (q - \delta_0, q + \delta_0) $ and therefore $ q $ is not a sublimit of $ a_n $ - contradiction.