This is the one:
$$\lim\limits_{n\to \infty}\sqrt[n]{n} = 1$$
With $\varepsilon > 0$ the Archimedean Property of Reals yields an $n_0 \in \mathbb{N}$ with
$$n_0 > 1 + \dfrac{2}{\varepsilon^2}$$
(I really don't get how the Archimedean Property yields this. I know it as "for each $a,b$ of $\mathbb{R}$ there is an $n$ such that $na>b$". Simple. But how does it yield the above?)
Then we have $n \in \mathbb{N}$ with $n \ge n_0$ and especially $ \ge 2$. The Binomial theorem yields:
$$\begin{align*}n = \left(\sqrt[n]{n}\right)^n = (1 + (\sqrt[n]{n} -1))^n &= \sum\limits_{k =0}^n {n \choose k} (\sqrt[n]{n}-1)^k \\&\ge {n \choose 2}(\sqrt[n]{n}-1)^2 \\&= \dfrac{n(n-1)}{2}\cdot \left(\sqrt[n]{n}-1\right)^2 \end{align*}$$
Hence:
$$(\sqrt[n]{n}-1)^2 \le \dfrac{2}{n-1} \quad \text{ and }\quad 0 < \sqrt[n]{n}-1\le \sqrt{\dfrac{2}{n-1}}\le \sqrt{\dfrac{2}{n_0-1}}< \sqrt{\varepsilon^2}=\varepsilon$$
I'm confused. How does this result from the step before?
And finally
$$\vert\sqrt[n]{n}-1\vert = \sqrt[n]{n}-1 < \varepsilon.$$
which is supposed to prove the limit. Again, I don't get how it is derived.