reshown by
425 views
3 votes
3 votes
L1={<x>| x is accepted by the given turing machine M}
is L1 decidable?
plz explain your approach
reshown by

2 Answers

Best answer
2 votes
2 votes
It is not necessarily decidable since Turing acceptable languages are also known as recursively enumerable languages.And there are languages which are recrsively enumerable but not recursive.Also we know that recursive languages are decidable(also known as Turing decidable).

Based on the above mentioned reasons , we can hence conclude that L1 is not decidable since all recursively enumerable languages are not recursive and hence not decidable.
selected by
1 votes
1 votes
No L1 is not decidable

L1 is said to be decidable if it is accepted by Halting Turing Machine

Any Language is said to be decidable if there exist HAlting Turing M/c means on Yes it Say Yes on No it says No

But if a language is accepted by Turing Machine

That means it is Recursively Enumerable

on string acceptance M/C will say Yes

but on Streing Rejection it May say no or it can Fall in infinte Loop

Related questions

0 votes
0 votes
0 answers
2
baofbuiafbi asked Nov 14, 2023
145 views
Is the following language decidable or not? If you deem it decidable, you need to give an algorithm and analyse its running time. If not decidable, you need to prove it. ...
0 votes
0 votes
0 answers
3
baofbuiafbi asked Nov 14, 2023
145 views
Prove L = {F | F is a boolean formula and F evaluates to true on every asignment" is decidable (include algorithm and running time in big o notation)
0 votes
0 votes
0 answers
4
Abhipsa Panda asked May 24, 2022
151 views
How is equality problem for DCFL decidable?