edited by
565 views
3 votes
3 votes

Though this question has already been discussed but still it's not getting clear to me. Can somebody please explain?

Define languages L0 and L1 as follows : 

L0={⟨M,w,0⟩∣M halts on w}

L1={⟨M,w,1⟩∣M does not halts on w}

Here ⟨M,w,i⟩ is a triplet, whose first component M is an encoding of a Turing 
Machine, second component w is a string, and third component i is a bit. 

Let L=L0∪L1. Which of the following is true?

  1. L is recursively enumerable, but L′ is not
  2. L′ is recursively enumerable, but L is not
  3. Both L and L′ are recursive  
  4. Neither L nor L′ is recursively enumerable
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
RahulVerma3 asked Apr 2
54 views
Is this the correct Turing machine for the language $0^n 1^n0^n$?assuming $ at the end and begining of the input tape
3 votes
3 votes
2 answers
4