We have to prove : $\lim_{n \to +\infty} a_{n} = 0$, where $a_{n}= \frac{1}{n}$.
The proof goes like this : $\forall\epsilon >0 \exists N=N(\epsilon)\in \mathbb{N} : \forall n \geq N \implies \mid \frac{1}{n} - 0 \mid < \epsilon$, from this we get : $n >\frac{1}{\epsilon}$, and from the Archimedian Principle of the Real Numbers we choose : $N=[\frac{1}{\epsilon}]+1 > \frac{1}{\epsilon}$, that's why we get : $\mid \frac{1}{n} - 0 \mid = \frac{1}{n} \leq \frac{1}{N} <\epsilon$.
I didn't understand how the $N$ is chosen here and used in the proof. (I understand the Archimedean Property but I'm confused of choosing $N$ in this aspect of the proof).