Recall from the definition of a limit that the proof should go like this: We’re given some \(\epsilon\gt 0\text{.}\) We need to find some \(N\in\mathbb{N}\) so that whenever \(n\gt N\text{,}\) we have
\begin{equation*}
\left|1-\frac{2}{n^2}-\frac{3}{n^3}-1\right| \lt \epsilon.
\end{equation*}
Let’s unravel this inequality to see how large \(n\) needs to be. We want to rewrite this inequality so that’s in the form \(n\) greater than something; this something will tell us how large we need to take \(N\) so that the inequality above is satisfied.
Now since,
\begin{equation*}
\left|\left(1-\frac{2}{n^2}-\frac{3}{n^3}\right)-1\right| =
\left|-\frac{2}{n^2}-\frac{3}{n^3} \right| = \frac{2}{n^2}+\frac{3}{n^3}
\end{equation*}
the inequality can be simplified to
\begin{equation*}
\frac{2}{n^2}+\frac{3}{n^3} \lt \epsilon.
\end{equation*}
Because we have two different terms with \(n\) in them, it may be difficult to put the inequality in the form we’d like, that is, \(n\) greater than something. What we can do instead is consider which of the factors \(1/n^2\) or \(1/n^3\) is larger - and then only working with the larger one, by bounding the smaller one by it.
Since \(n \in \mathbb{N}\) we know that \(n \geq 1\text{.}\) Dividing this inequality by \(n^3\) (which is positive), then gives us
\begin{equation*}
\frac{1}{n^2} \geq \frac{1}{n^3}
\end{equation*}
This means that
\begin{equation*}
\frac{2}{n^2}+\frac{3}{n^3} \leq \frac{2}{n^2}+\frac{3}{n^2} =\frac{5}{n^2}.
\end{equation*}
Therefore, if we show that
\begin{equation*}
\frac{5}{n^2}\lt \epsilon,
\end{equation*}
we’ll also have that
\begin{equation*}
\frac{2}{n^2}+\frac{3}{n^3} \lt \epsilon.
\end{equation*}
Now, we can take the square root of both sides of the inequality \(5/n^2\lt\epsilon\text{,}\) and use the reverse implication in the fact given in the question to say that
\begin{equation*}
\frac{\sqrt{5}}{\sqrt{\epsilon}}\lt n.
\end{equation*}
We can actually reverse all of these steps (so we use the forward implication in the given fact), to get the following implication:
\begin{equation*}
\frac{\sqrt{5}}{\sqrt{\epsilon}}\lt n \implies \left|1-\frac{2}{n^2}-\frac{3}{n^3}-1\right| \lt \epsilon.
\end{equation*}
This tells us that we can take \(N\) to be any natural number that is larger than \(\sqrt{5}/\sqrt{\epsilon}\text{.}\)
So we can now write up the proof.
But we have actually missed an opportunity to simplify things further here. Recall that by dividing the inequality \(n \geq 1\) by \(n^3\) we showed that \(\frac{1}{n^2} \geq \frac{1}{n^3}\) and used that to simplify the inequalities that we needed for our proof. We can simplify things further still by noting that by dividing the inequality \(n \geq 1\) by \(n^2\) we get
\begin{equation*}
\frac{1}{n} \geq \frac{1}{n^2}
\end{equation*}
So we can use that to show
\begin{equation*}
\frac{2}{n^2}+\frac{3}{n^3} \leq \frac{2}{n^2}+\frac{3}{n^2} =\frac{5}{n^2} \leq \frac{5}{n}.
\end{equation*}
Then it suffices to find \(n\) big enough so that
\begin{equation*}
\frac{5}{n} \leq \epsilon
\end{equation*}
which is quite a bit easier than the mucking around with square-roots we had to do before.