Use only Archimedean Property of $\mathbb{R}$ to give a direct $\epsilon$-$N$ verification for $\lim\limits_{n\rightarrow\infty}\frac{1}{\sqrt{n}}=0$
Let $a_n=\{\frac{1}{\sqrt{n}}\}$ and $\epsilon>0$. Consider that there is a $\epsilon'=\epsilon^2$, then by the Archimedean Property, for every $\epsilon'$ that there exists an in $N$ such that $1/N<\epsilon'$ for all $n\geq N$. Then we have: $$\frac{1}{n}\leq\frac{1}{N}<\epsilon'\Rightarrow\frac{1}{\sqrt{n}}\leq\frac{1}{\sqrt{N}}<\sqrt{\epsilon'}=\epsilon$$
And then we have $\vert1/\sqrt{n}-0\vert=1/\sqrt{n}<\epsilon$; this shows that $a_n$ is converged to $0$ and gives $\lim\limits_{n\rightarrow\infty}\frac{1}{\sqrt{n}}=0$.
Since the question is asking a direct verification, but seems I am writing a proof. Could anyone give me a suggestion to change my answer to a direct verification ? Thanks