Main topic is to decide if the problem that selected partial μ-recursive function is an injective function is decidable, undecidable or semi-decidable.
The function is injective when $\forall a,b\;f(a)=f(b) \Rightarrow a=b$
I feel like this problem is decidable. It seems to me that Turing machine will stop and accept or reject function. Am I right? Is it proven?
For $n\in\Bbb N$, let $$c(n)=\begin{cases}3n+1,&n\text{ odd}\\n/2,&n \text{even}\end{cases} $$ $$ h(n)=\begin{cases}1,&n<5\\0,&n\ge 5\end{cases}$$and $$ p(n)=\min\{\,k\mid c^{k}(n)=c^{2k}(n), k\ge 1\,\}$$ (which may be undefined for some $n$). Finally, let $$ f(n)=n\cdot h(c^{p(n)}(n)).$$ Clearly, $f$ is a partial $\mu$-recursive function. If you think you can decide whether $f$ is injective - congratulations: you solved an important part of the still very open Collatz conjecture, namely whether or not non-trivial cycles exist: We have $f(n)=n$ if $n$ ends in the trival cycle, $f(n)=0$ if $n$ ends in a different cycle (and $f(n)$ undefined if the Collatz sequence grows indefinitely).
In the light of this consequence, I suggest you revise your gut feeling based answer. (But note that "if true, this would solve a long-standing open problem" si also not really a proof of falseness)