retagged by
795 views
1 votes
1 votes

If L is accepted by TM, which halts on every string over alphabet {a, b}, then L′ is recursive language.

True or False ?

I think false because L′ = TM halts on no string in {a,b} = $\phi$ and L(TM) = $\phi$ is non RE, let alone it being recursive

retagged by

1 Answer

1 votes
1 votes

It should be RECURSIVE....

what they said is ...L is a language which is accepted by TM ...means it may be REL or RECURSIVE...

the next statement itself indicate one thing...TM halts on every string over alphabet {a,b}...means if given string belong to L then Tm halts and if string does not belong to L then also TM halts ....

means L must be recursive ...

and if L is recursive then L complement is also recursive....

so its TRUE.

Related questions

0 votes
0 votes
0 answers
1
sripo asked Jan 5, 2019
537 views
As per the given solution,B should be the correct answer right why is D given as the correct answer as the machine accepts atleast one b.
0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
3
2 votes
2 votes
1 answer
4
srestha asked Nov 29, 2017
1,058 views
L1={<M>| M is a Turing Machine , P is a TM that halts on all input, and P$\epsilon$L(M)}L2={<M>| M is a Turing Machine , P is a TM that halts on all input, and M$\epsilon...