Prove that if $a$ is a real number with $a >2$, then there is an $n$ is an element of natural number such that $2+1/\sqrt{n}<a$
The goal is to show $\inf\{2+1/\sqrt{n} : n\in\mathbb{N}\}=2$. I started off by proving that $\{2+1/\sqrt{n}\}$ is not an empty set and $2$ is a lower bound for it.
Simply solve for $n$: $$2+\dfrac{1}{\sqrt{n}} < a \Rightarrow \dfrac{1}{\sqrt{n}} < a-2\Rightarrow \sqrt{n} > \dfrac{1}{a-2}\Rightarrow n > ....$$