I'm trying to solve this problem, but I'm a bit confused:
\begin{align*} f(x) = \left\{ \begin{array}{l l} \mathrm{1}\ \ \text{ } & \quad \text{if $\exists n:\ M_n(x) \downarrow$}\\ \uparrow & \quad \text{otherwise} \end{array} \right. \end{align*}
My question is if $f$ is computable, total and what is its image. I think that $f$ is computable and total, but I don't know how to prove it.
Thank you
Your function is the constant function $1$, hence total and computable (by the algorithm "ignore input and print $1$"). The reason is that, for every $x$, there is a Turing machine $M_n$ that halts on input $x$, for example, the machine "ignore input and print $17$".