[step:Read off $-1/\theta' = [\overline{a_{k-1}, \ldots, a_0}]$ from the backward recursion]
Suppose now the expansion is purely periodic, $\theta = [\overline{a_0, a_1, \ldots, a_{k-1}}]$, so $\theta_j > 1$ and $\theta_j' \in (-1, 0)$ for all $j$, and $\theta_{j+k} = \theta_j$ for all $j$. Define
\begin{align*}
\psi_j &:= -\frac{1}{\theta_j'}.
\end{align*}
Since $\theta_j' \in (-1, 0)$, we have $\psi_j > 1$, and the periodicity $\theta_{j+k} = \theta_j$ gives $\psi_{j+k} = \psi_j$.
The backward recursion from Step 4 can be rewritten in terms of $\psi$. We had $\theta_j' = a_j + 1/\theta_{j+1}'$, so
\begin{align*}
-\frac{1}{\psi_j} &= a_j - \frac{1}{\psi_{j+1}},
\end{align*}
whence
\begin{align*}
\frac{1}{\psi_{j+1}} &= a_j + \frac{1}{\psi_j},
\end{align*}
which cannot be right dimensionally; let us recompute. From $\theta_j' = a_j + 1/\theta_{j+1}'$ and $\theta_j' = -1/\psi_j$, $\theta_{j+1}' = -1/\psi_{j+1}$,
\begin{align*}
-\frac{1}{\psi_j} &= a_j + \left(-\frac{1}{\psi_{j+1}}\right)^{-1 \cdot (-1)}\!,
\end{align*}
i.e., $-1/\psi_j = a_j - \psi_{j+1}$, hence
\begin{align*}
\psi_{j+1} &= a_j + \frac{1}{\psi_j}.
\end{align*}
This is the continued-fraction recursion with partial quotient $a_j$ at step $j \to j+1$ applied to the sequence $(\psi_j)$. Reading off:
\begin{align*}
\psi_k &= a_{k-1} + \frac{1}{\psi_{k-1}} = a_{k-1} + \cfrac{1}{a_{k-2} + \cfrac{1}{\psi_{k-2}}} = \cdots = [a_{k-1}, a_{k-2}, \ldots, a_0, \psi_0].
\end{align*}
By periodicity $\psi_k = \psi_0$, so $\psi_0 = [a_{k-1}, a_{k-2}, \ldots, a_0, \psi_0]$, which identifies $\psi_0 = -1/\theta'$ as purely periodic with reversed block:
\begin{align*}
-\frac{1}{\theta'} &= [\overline{a_{k-1}, a_{k-2}, \ldots, a_0}].
\end{align*}
To justify reading off the continued fraction: each partial quotient $a_{k-1-i}$ is indeed the integer part of the complete quotient, because $\psi_j > 1$ for all $j$ and the recursion $\psi_{j+1} = a_j + 1/\psi_j$ with $\psi_j > 1$ gives $1/\psi_j \in (0, 1)$, so $\lfloor \psi_{j+1} \rfloor = a_j$. This matches the continued-fraction algorithm applied to $\psi_k = \psi_0$, whose successive partial quotients are $a_{k-1}, a_{k-2}, \ldots, a_0$ repeated. The claim follows.
[/step]