I have a definition similar to the definition of convergence of a sequence which has been slightly altered and want to prove something that must be true but am not entirely sure if my proof is correct;
Suppose $(a_n)$ is a sequence. Then $\exists N\in\mathbb{N}$ such that $\forall \epsilon >0, \forall n\ge N$, $|a_n-a|< \epsilon$
I am unsure on how to show that $a_n=a$ must be true if this condition holds
ie $\exists N\in\mathbb{N}$ such that $\forall \epsilon >0, \forall n\ge N$, $|a_n-a|< \epsilon\Rightarrow a_n=a$.
I started by supposing for a contradiction than $a_n \neq a$. This implies $\exists$ $a_n=a+ \epsilon$ for some $\epsilon>0$ (taking the positive case first, the negative case becomes easy after).
Then $|a_n-a|=|a+ \epsilon -a|= \epsilon < \epsilon$, a contradiction.
Does this seem reasonable or have I gone wrong somewhere?