to find infimum of set $ \{\frac{1}{2^n} : n \in \mathbb{N}\}$
Clearly $0$ is lower bound of set. Let $l$ be another lower bound such that $ l > 0 $ .Now by Archimedian property we have $\frac{1}{n} < l $ for some $n$.
Also we have for all $n \in \mathbb{N}$, $2^n> n$. so $\frac{1}{2^n} < \frac{1}{n}$. In particular we have ,$\frac{1}{2^n} < l$. hence a contradiction
I am not entirely sure about my proof and wondering what other ways can be used to prove this ?