If we reverse the order of events in the definition of limit of sequence $\langle a(n) \rangle$, we get
There exist $N$ such that for all $\epsilon > 0$ for all $n \geq N$, $|a(n)-a|< \epsilon$.
What does this mean ?
The answer given is "This just means $a(n)=a$ for all $n>N$." I am really not getting idea how is it different from definition of limit. Why can't we define limit like this.
The statement$$(\exists N\in\mathbb N)(\forall\varepsilon>0):n\geqslant N\implies\lvert a-a_n\rvert<\varepsilon$$means that there is a natural number $N$ such that, for any number $\varepsilon>0$, the inequality $\lvert a-a_n\rvert<\varepsilon$ holds whenever $n\geqslant N$. But $\lvert a-a_n\rvert\geqslant0$ and the only non-negative number which is smaller than any number greater than $0$ is $0$. So, what this means is that, if $n\geqslant N$, $\lvert a-a_n\rvert=0$. But$$\lvert a-a_n\rvert=0\iff a-a_n=0\iff a=a_n.$$