I know that we can define the exponential by a function $f: \mathbb{N}^2 \rightarrow \mathbb{N}$ by letting:
$f(m,o) = 1$ and $f(m,n+1) = f_x(m^n,m)$ where $f_x$ is the multiplication function, which we know is recursive.
I would then let $g = s(z)$ and hence $g(n) = 1$ for each $n \in \mathbb{N}$ , and let $h = f_x$
However I am unsure where to go from here in order to complete a recursive definition for the exponential function. Could somebody please guide me into the approach to finish this proof?
$f(x)=1$ - a constant function which is prim.rec. by definition.
$h(0,x)=f(x)=1$.
So we can define $g(y,h(y,x),x) = h(y,x).S(x)$