Can a non trivial computable function have an uncomputable root, and how would you show this.
Formally,
Given $f$ a computable function and $r$ a real uncomputable number.
Then $f(r) \neq 0 \vee ( \exists a,b. a \neq b \wedge \forall x \in ]a,b[. f(x) = 0 )$
For differentiable function, the existence of root finding algorithms such as Newton-Raphson method seem to proof the theorem. However for the broader class of computable functions, I cannot think of a proper proof. Even though I still expect to theorem to hold.