I have been trying to understand the definition of convergence, but one small detail in the definition is bother me. The detail is '$n \geq N$'
So the definition I am using is
$(a_{n}) \rightarrow a$ if for every $\epsilon>0 , \exists N \in \mathbb{N}$ such that whenever $n \geq N$ it follows that $|a_{n}-a|< \epsilon$
So in my view it seems like a sequence converges if you can pick a point in the sequence s.t. after this point in the sequence the sequence will KEEP staying inside the epsilon neighborhood.
Just to stay concrete suppose $a_{n}=\frac{1}{n}$
then when I look at ''$\exists N \in \mathbb{N}$ s.t. whenever $n \geq N$'' I get confused.
If I pick $\epsilon = \frac {1}{10}$ Then the sequence is inside the epsilon neighborhood whenever $n>10$ and here my question is what does $n \geq N$ means?
does it mean that this $N$ is the index ? so we have that $a_{3}(n) \geq a_{2}(N)$
or is the meaning that the output you get when you plugin the number into the sequence so we have $a_{2}(n) \geq a_{100}(N)$? because $1/2 \geq 1/100$?
In addition to the current answer/comment, you are confusing yourself with conflicting notation.
Given the sequence $a_{n} = 1/n$, you then write $$ a_{3}(n) \geq a_{2}(N) \hspace{20pt}\text{and}\hspace{20pt} a_{2}(n) \geq a_{100}(N) $$ but these do not make much sense by your definition. Instead, you would have $$ a_{2} = 1/2, \hspace{20pt} a_{3} = 1/3, \hspace{20pt} \ldots, \hspace{20pt} a_{100} = 1/100 $$ and so on, so that $$ a_{n} = 1/n \hspace{20pt}\text{and}\hspace{20pt} a_{N} = 1/N. $$ Things like $a_{2}(n)$ have not been defined and do not make sense at the moment, which is partially leading to your confusion.
To flesh out an example, consider the sequence $a_{n} = 1/n$ with $a = 0$. Let $\varepsilon = 1/10$. Clearly if you pick $N = 10$, then $a_{10} = 1/10 \leq \varepsilon$, so $a_{10}$ is in the $\varepsilon$-ball (around $a = 0$). Similarly, we have $a_{11} = 1/11 \leq 1/10 = \varepsilon$, so that $a_{11}$ is also inside the $\varepsilon$-ball. In fact, every $a_{n}$ for $n \geq N = 10$ lies inside the $\varepsilon$-ball.
What if $\varepsilon = 1/100$? Then we must pick $N = 100$ so that every $a_{n}$ for $n \geq N$ lies inside the $\varepsilon$-ball. It's usually a bit of work to determine how $N$ depends on $\varepsilon$ (in this case it is simply $N = 1/\varepsilon$), but once you can show that $N$ depends on $\varepsilon$ in some way so that that definition holds, you've shown convergence.