If we let $f$ be a computable function and define $h(x) = 1$, if $x$ is an element of $\operatorname{dom}(f)$ and undefined otherwise.
I am trying to prove that h is computable via Church's Thesis.
So the idea is that I can say that given $x$, compute $f$. If the computation stops, then set $h(x) = 1$, otherwise continue indefinitely.
But this is not very rigorous in the aspect of URM computability and I need help in polishing this claim. Thanks
A better description of the algorithm $h$ would be: