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.
Best that we simplify $\frac{n^2-1}{n^3-1}$ first.
Thus \begin{align} \frac{n^2-1}{n^3-1}& \lt\frac{n^2-1}{n^3-n} \\ &=\frac{n^2-1}{n(n^2-1)} \\ &=\frac{1}{n} \end{align}
We know that $\forall \varepsilon \gt 0, $ $ \exists n_0$ s.t. $n_0 \gt \frac{1}{\varepsilon}$, we have
\begin{align} \frac{n_0^2-1}{n_0^3-1}& \lt \frac{1}{n_0} \\ & \lt \frac{1}{\frac{1}{\varepsilon}} \\ &= \varepsilon \end{align}
Therefore the infimum cannot be a positive number.
i.e. $\inf A \leq 0$
Since $0$ is a lower bound, therefore $\inf A \geq 0$.
Hence $\inf A = 0$.