Definition: A sequence $(a_n)$ converges to a real number $a$ if, for every positive $\epsilon$, there exists an $N \in \mathbb N$ such that whenever $n \ge N$ it follows that $|a_n - a| \lt \epsilon$.
Using only this definition prove that if $(x_n) \rightarrow 2$ then $$(\frac{2x_n -1}{3}) \rightarrow1.$$
Solution. Since $(x_n) \rightarrow 2$ then there exists $N_1 \le n$ such that $|x_n -2| \lt \epsilon$. Choose $N_2 \le n$ such that $|x_n -2| \lt \frac{3\epsilon}{2}$. Then we have $$\frac{2}{3}|x_n -2| \lt \epsilon \Rightarrow \frac{2x_n -4}{3} \lt \epsilon $$
from which follows $$\frac{2x_n -1 -3}{3} \lt \epsilon $$
and hence $$\left|\frac{2x_n -1}{3} -1\right| \lt \epsilon $$ which by definition is $$\left(\frac{2x_n -1}{3}\right) \rightarrow1.$$
Is my argument correct to prove the fact? I feel like its missing something. Thank you in advance.
You've shown that, for sufficiently large $n$, \begin{align*} \frac{2x_n-1}{3} < 1+\varepsilon. \end{align*} You would also need to show that for large enough $n$, \begin{align*} \frac{2x_n-1}{3} > 1-\varepsilon. \end{align*} However, the proof is trivial if we simply invoke the continuity of the function $f(x) = (2x-1)/3$.