So I know the definition of a limit of a the sequence is:
$a$ is a limit of a sequence $\{x_n\}$ if given $\epsilon>0$ there exists a positive integer $N$ such that $|x_n-a|<\epsilon$ for all $n \geq N$.
My question is, why does the order of stating given $\epsilon>0$ there exists... matter. In other words, why can we not say there a exists a positive integer $N$ such that given $\epsilon>0$...
In other words, one $N$ value can work for all values of $\epsilon$ because if it works for an arbitrarily small real number then surely it works for all real numbers arbitrarily bigger than it? Thus making defining a different $N$ value for each $\epsilon$ unnecessary.
The $N$ may tend to infinity, which is the problem. Here's my example:
Let $a_n = \frac{1}{n}$. Then given $\epsilon$, we may let $N = \lceil \frac{1}{\epsilon} \rceil$. However, no single $N$ will work for all $\epsilon$: such an $N$ would need to be $\geq \frac{1}{\epsilon}$ for all $\epsilon$. Yet $a_n$ clearly tends to 0.