Let $g, \alpha$, and $h$ be partial recursive functions with $g$ and $\alpha$ in $\mathcal{F}_{1}^{*}$ and $h \in \mathcal{F}_{3}^{*}$. Show that there exists one and only one function $f \in \mathcal{F}_{2}^{*}$ such that, for all $x$ and $y$,
$$
\begin{aligned}
f(0, y) &=g(y), \\
f(x+1, y) &=h(f(x, \alpha(y)), y, x),
\end{aligned}
$$
and $f$ is partial recursive.