Show that if limit of sequence $x_n$ goes to $x$ as $n$ goes to $ \infty$ and $ x > a$, then $x_n > a$ all but finitely many $ n$.
I have started it like this: $x_n > x - \epsilon$ (as $|x_n- x| < \epsilon$ for all $\epsilon$)
$x_n > a - \epsilon$
From here on, how does one chose the right epsilon to show that $x_n > a$?
If a sequence $x_n$ converges to $x$, by definition it means for every $\epsilon >0$ there exist a $N$ such that $$|x_n-x|<\epsilon\tag{1}$$ for all $n>N$
Now (1) can be rephrased as $x_n\in (x-\epsilon, x+\epsilon)\tag{2}$ for all $n>N$
Take $\epsilon=x-a$ (as $x>a, x-a$ is a positive number and hence the choice of taking $x-a=\epsilon$ makes sense).
By definition there exist a $N$ such that $$x_n\in (x-\epsilon, x+\epsilon)$$ for all $n>N$. Now put the value of $\epsilon $ you get $$x_n\in (x-(x-a),x+x-a)=(a,2x-a)$$
Therefore $x_n>a$ for all $n>N$