[step:Handle the initial case $n=0$]
Let $m$ be an integer with $1 \leq m < a_1$. For each integer $j$ with $1\leq j\leq a_1$, define the initial intermediate fraction $R_{0,j}\in\mathbb{R}$ by
\begin{align*}
R_{0,j} := \frac{jp_0+p_{-1}}{jq_0+q_{-1}}.
\end{align*}
Since $p_{-1}=1$, $q_{-1}=0$, $p_0=a_0$, and $q_0=1$, this gives
\begin{align*}
R_{0,m} = \frac{m a_0+1}{m}.
\end{align*}
The denominator $m$ is positive by the admissibility condition $m \geq 1$.
For successive admissible values,
\begin{align*}
R_{0,m+1}-R_{0,m} = \frac{(m+1)p_0+p_{-1}}{(m+1)q_0+q_{-1}} - \frac{mp_0+p_{-1}}{mq_0+q_{-1}}.
\end{align*}
Putting the two fractions over the common positive denominator $m(m+1)$ gives
\begin{align*}
R_{0,m+1}-R_{0,m} = \frac{p_0q_{-1}-p_{-1}q_0}{m(m+1)}.
\end{align*}
Using $p_0q_{-1}-p_{-1}q_0=-1$, we get
\begin{align*}
R_{0,m+1}-R_{0,m} = \frac{-1}{m(m+1)} < 0.
\end{align*}
Thus $(R_{0,m})_{m=1}^{a_1}$ is strictly decreasing. Finally, using the recurrence relations at $k=1$,
\begin{align*}
p_1 = a_1p_0+p_{-1}.
\end{align*}
Also,
\begin{align*}
q_1 = a_1q_0+q_{-1}.
\end{align*}
so
\begin{align*}
R_{0,a_1}
= \frac{a_1p_0+p_{-1}}{a_1q_0+q_{-1}}
= \frac{p_1}{q_1}.
\end{align*}
This proves the claimed monotonicity, denominator positivity, and endpoint identity in the initial case.
[/step]