in Theory of Computation
444 views
0 votes
0 votes
L1={<M>|M is Tm machine and L(M)=phi} is what language Is it RE or REC Not RE or RE but not Rec??
in Theory of Computation
444 views

4 Comments

I'm not getting you Deepanshu, as there is nothing to accept I want to run the machine for one step then and  say no for any input Could help me where I'm wrong

0
0

Hemanth_13 suppose nothing is there then are u going to accept phi then ??

0
0
No that's why I am running the input string for one step.
0
0

1 Answer

0 votes
0 votes
It is an RE language but not REC because we need to check membership of each string.  Here domain of the string is all the string.  And since TM accepts nothing so we need to show that entire universe of string is rejected by TM.  And we cant do that because there are infinite strings.

Related questions