1,300 views
3 votes
3 votes
10. Consider the following languages:
L
ne = {〈M〉│L(M) ≠ ф }
L
e = {〈M〉│L(M) = ф }
where 〈M〉 denotes encoding of a Turning machine M
Then which one of the following is true?
(a) Lne is r.e. but not recursive and Le is not r.e.
(b) Both are not r.e.
(c) Both are recursive
(d) Le is r.e. but not recursive and Lne is not r.e.

1 Answer

4 votes
4 votes

e : M accept ф is not R.E because we can't have have turing machine that accept nothing...

ne: M does not accept ф ,we can have Turing machine that accept something , may be i can go in infinite loop but we have enumeration procedure for this, Hence  it is R.E

so (a) will be the answer

u can see : https://www.youtube.com/watch?v=8TuLr0cggMY&index=95&list=PLK_sH5jbkYciCyOTllsGyHVcHErHhtnZZ#t=04m45s

Related questions

2 votes
2 votes
0 answers
2
0 votes
0 votes
1 answer
3
Prerna Chauhan asked Sep 16, 2016
221 views
The answer is 4. But how?