If $\{a_n\}$ is a sequence in which $a_n \geq c$ for some constant $c$ and $a_n \rightarrow a$ then $a \geq c$
I just wanted some feedback on whether my proof of the claim is sound.
Proof
Let $\epsilon > 0$ and $ a < c$. Now $a_n \rightarrow a$ means:
$$\forall \ \epsilon >0,\ \exists \ N\in \mathbb{N} \ s.t.\ \forall \ n \geq N \ |a_n - a| < \epsilon \\ \Leftrightarrow \\ \ a-\epsilon \leq a_n \leq a + \epsilon$$
Consider $\epsilon = \frac{c-a}{2}$
$$\Rightarrow c \leq a_n \leq a + \frac{c-a}{2} = \frac{a+c}{2} < \frac{c + c}{2} = c$$
$c < c$ is a contradiction. Therefore $a \geq c$ for the statement to hold.
The idea is fine but: