The Recursion theorem states that if $f$ is a (total) computable function, then $f$ has a fixed point in the sense that there exists an $e$ such that $\varphi_e = \varphi_{f(e)}$. I have the following corollary to the Recursion theorem which I can't seem to prove.
If $f(x,y)$ is a computable function, then there exists an index $e$ such that $\varphi_e(x) = f(e,y).$
I think we need to use the $S^m_n$ theorem to construct a function depending on $f$ on which we can apply the recursion theorem (i.e. a computable function $g$ such that $\varphi_{g(e)}(y) = f(e,y)$) but I am not sure how to do this. Any help is appreciated.