$S = { x | f_x text{ is constant} }$. Is $S$ recursively enumerable?
Here, $fx$ is the function computed by the $text{x-th TM}$. So it is a computable function. Intuitively, I think that to check if $S$ is constant, I would have to check if $f_x$ stops for every input. That procedure would run forever. Important: Same thing about $overline{S}$, if some $f_x$ is undefined for every input $y$ (it would not be constant, as far as I understand, it is constant if it has the same image for all input values) then I would not be able to list $f_x$ in an enumeration of $overline{S}$. In fact, suppose $forall x,fx$ is undefined. This $f_x$ is computable – a TM can be constructed that loops forever. How can you determine that $f_x$ is not constant? There will be no input for which $f_x$ halts. Therefore, we cannot check for equality of $x_1$ and $x_2$ to determine that is not constant. Then, we can’t list this $TM_x$ in the enumeration. A solution in which this $f_x$ was put at the beginning of the enumeration was suggested. But there are infinitely many $TMs$ that are undefined for all inputs. Consequently, I can’t put them at the beginning of the enumeration as other $TMs$ won’t be enumerated. I tried to reduce the Halting Problem to this problem without success. I believe that both $S$ and $overline{S}$ are not r.e. (see my intuitive thoughts above). How would you solve this problem?
Asked By : PALEN
Answered By : Raphael
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/19776 Ask a Question Download Related Notes/Documents