My problem: Define two sets P and Q of words (that is, two problems) such that: P is undecidable and not semidecidable, Q is undecidable and semidecidable and P ⊂ Q
Asked
Active
Viewed 104 times
1
-
2You should ask this at http://cs.stackexchange.com/ or http://math.stackexchange.com/ – runDOSrun Feb 22 '15 at 17:25
1 Answers
0
One example of such sets:
Define Q as the set of turing machines, which halt on empty input. Define P as the set of turing machines, which halt on every input.
Clearly P ⊂ Q and P is undecidable and not semidecidable, but Q is undecidable and semidecidable.

ipsec
- 680
- 4
- 11
-
-
Because a turing machine, which halts on every input, obviously also halts on empty input. – ipsec Feb 22 '15 at 18:02