So I need to find the infimum of$\{\frac{1}{n^2} | n \in \Bbb N\}$
I know that this means that I need to find some $x$ where $x < \frac{1}{n^2} \forall n \in \Bbb N$.
By intuition I know that $\lim_{n \to \infty}$, is $0$, which means that the infimum should be $0$, but is there a more formal way of proving that without using limits?
Maybe this can help. Let us write $$A=\bigg\{\frac{1}{n^2}:n\in\Bbb N\bigg\}.$$ Clearly, $0$ is a lower bound of $A$. So, the set $A$ is a non-empty set bounded below. Thus, we can find a real number $w$ such that $$\inf A=w.$$ Then, $$w\geq 0.$$ Let $\epsilon >0$. Then, using the Archimedean Property, we can find $n\in\Bbb N$ such that $$\frac{1}{n}<\sqrt{\epsilon}.$$ Since $w$ is a lower bound of $A$ and $\frac{1}{n^2}\in A$, we get $$w\leq\frac{1}{n^2}<\epsilon.$$ Hence, $$w< \epsilon\quad \forall \epsilon>0.$$ Thus, $$w\leq 0$$ and hence $$w=0.$$