proof that infimum $\inf(\sqrt{n} +1/\sqrt{n}: n \in\mathbb{N})= 2.$
firstly i checked if its a lower bound of this set
$\sqrt{n} +1/\sqrt{n}\geq 2/\sqrt{n}$
$n+1\geq 2\sqrt{n}$
$n-2\sqrt{n}+1\geq 0$
$n^2-2n+1\geq 0$
$(n-2)^2\geq 0$
which is always true
now i wanted to show that $2$ is not only a lower bound but also the greatest of them all and i got a little bit stuck
so I let some $\epsilon>0$ and i know that it should exist some $n_0$ that will prove this
$\sqrt{n} +1/\sqrt{n}<2+\epsilon$
$\sqrt{n} +1/\sqrt{n}-2<\epsilon$
$\sqrt{n}(1+1/n)-2<\epsilon$
and at this point i tried a lot of things but i dont know if its going the right way