Take the set
$$A = \left\{\frac{n^2-1}{n^3-1} : n \in \mathbb{N}, n \neq 1 \right\}.$$
I'm proving that $\inf A = 0$. I've already shown the lower bound is $0$, so the only thing left to do is show any other lower bound of $A$ is less than or equal to $0$.
If $A$ was dense, I would pick the middle point between $0$ and some lower bound $z$ bigger than $0$ and show there exists an element smaller than $z$ but this isn't the case so I'm stuck
The solution shows a rigorous method I haven't seen before:
- We prove for all $\varepsilon > 0$ there exists $n \in \mathbb{N}, (n \neq 1)$ such that $\frac{n^2-1}{n^3-1} = \frac{n+1}{n^2 + n + 1} < \varepsilon$. The limit was calculated to be $0$ as $n$ tends to infinity, which is clearly smaller than any positive $\varepsilon$
I'm having trouble understanding intuitively how this proves that $0$ is the greatest lower bound. I wasn't taught this method before, hence my confusion.