Let $p_{n}$ and $q_{n}$ be strictly increasing, integer valued, sequences. Show that if $$p_{n}q_{n-1}-p_{n-1}q_{n}=1,$$ for each integer $n \ge 1$, then the sequence of quotients $\frac{p_{n}}{q_{n}}$ converges.
My attempt: For given $\epsilon >0$, there exists a positive integer $N$ such that for $m \geq n \geq N$, and $\frac{1}{q_{i}} \neq 0$ for $i=1,2,3,\dotsc$ \begin{align} \left| \frac{p_{n}}{q_{n}} - \frac{p_{m}}{q_{m}} \right| &=\left| \frac{p_{m}}{q_{m}} - \frac{p_{n}}{q_{n}} \right| \\ &\leq \left| \frac{p_{m}}{q_{m}} - \frac{p_{m-1}}{q_{m-1}} \right| + \left|\frac{p_{m-1}}{q_{m-1}} - \frac{p_{m-2}}{q_{m-2}} \right| +\dotsb +\left|\frac{p_{n+1}}{q_{n+1}} - \frac{p_{n}}{q_{n}} \right| \\ &\leq \left| \frac{1}{q_{m}q_{m-1}} \right| + \left| \frac{1}{q_{m-1}q_{m-2}} \right|+\dotsb+ \left| \frac{1}{q_{n+1}q_{n}} \right| \\ &\leq \frac{1}{q_{m-1}^{2}} + \frac{1}{q_{m-2}^{2}}+\dotsb+\frac{1}{q_{n}^{2}} \\ &= \sum_{i=n}^{m-1} \frac{1}{q_{i}^{2}} \\ & \leq \sum_{k=1}^{\infty} \frac{1}{k^{2}}. \end{align}
We know that $\sum_{k=1}^{\infty} \frac{1}{k^{2}}$ is convergent. This implies $\sum_{k=n}^{m} \frac{1}{k^{2}} \leq \epsilon$ if $m \geq n \geq N$. This implies $|\frac{p_{n}}{q_{n}} - \frac{p_{m}}{q_{m}}|\leq \epsilon$ for all $m \geq n \geq N$. Hence, $\frac{p_{n}}{q_{n}}$ converges.
Can anyone please suggest me any improvement to justify this claim?
Is my last few steps are correct, where I apply the comparison test?
Since $\frac{p_n}{q_n}-\frac{p_{n-1}}{q_{n-1}}=\frac{1}{q_nq_{n-1}}\in\left[0,\,\frac{1}{n(n-1)}\right]$ for $n\ge2$,$$\frac{p_n}{q_n}\in\left[\frac{p_1}{q_1},\,\frac{p_1}{q_1}+\sum_{k=2}^n\frac{1}{k(k-1)}\right]=\left[\frac{p_1}{q_1},\,\frac{p_1}{q_1}+1-\frac1n\right].$$The sequence $p_n/q_n$ is increasing but bounded, so converges.