179 views
0 votes
0 votes
Sir ...I know all the problems given below are undecidable because they are non trivial property of RELs....but i have some doubt...
L1 = {<M>| M is a TM and and TM M accepts some strings of length at most 100}
my doubt ...Is this problem R.E. or not R.E. ??? I think this problem is R.E. because I can generate all the strings of length at most 100 and then use the method of dovetailing to see they are accepted or not....am I right or wrong???
And is this problem same as { <M> | M is a TM and | L(M) | <= 100 } which is not R.E. ???

L2 ={<M> | M is a TM and TM accepts all strings of length at most 100 }...
Is this problem R.E. or not R.E. ??? Can I use dovetailing here??

L3= {<M>| M is a TM and TM accepts some strings of length greater than 100 }
Is this problem R.E. or not R.E. ?? Can I use dovetailing here...and is this problem same as { < M > | M is a TM and
| L(M) | > 100 } which is R.E. but not recursive ????

L4 = {<M>| M is a TM and TM accepts all strings of length greater than 100 }
Is this problem R.E. or not R.E. ?? Can I use dovetailing here...

L5 ={ < M > | M is a TM and M never reaches the accepting state }
Is this problem recursive or R.E or not RE ??? is this problem same as state entry problem which is undecidable???

L6 = { < M > | M is a TM and L(M) = 0^n 1^n }

ans : this is a non trivial property and hence satisfies Rice 1st theorem so it is undecidable..
it also satisfies Rice 2nd theorem and it is a non-monotonic property of TM and hence we have at least two TMs one which satisfies the property (TM yes) and one which violates the property (TM no).
L(TM yes ) = 0^n 1^n and L (TM no) = sigma*..
so L(TM yes ) is a proper subset of L (TM no) ...hence L6 is not Recursively Enumerable. sir please verify whether my solution is right or wrong???

Sir please explain this??

Please log in or register to answer this question.

Related questions

253
views
0 answers
0 votes
Sparsh-NJ asked Aug 6, 2023
253 views
If G is a CFG then L(G) = (Sigma)* is Decidable or Undecidable?The reference where I solved this question says this is an Undecidable problem! But I think it's Decidable . Help would be appreciated.
610
views
0 answers
0 votes
Chaitrasj asked Nov 25, 2018
610 views
L={TM | TM accepts only '11'}A.Is this language an REL?B. Is the complement of L REL or not REL? If REL is it Decidable or Semidecidable?I think ... verify.But i have doubt in complement of this language is it REL or not REL?Thanks
624
views
0 answers
2 votes
Balaji Jegan asked Jul 13, 2018
624 views
Please tell whether the following is Decidable, Semi-decidable or Undecidable1. The control of a turing machine moves right exactly n times2. The control of a ... times12. A turing machine replaces the characters on the tape atmost n times
2.5k
views
0 answers
9 votes
Balaji Jegan asked Jul 12, 2018
2,469 views
Please tell whether the following is Decidable, Semi-decidable or UndecidableA turing machine halts after running for exactly k stepsA turing machine halts after running for ... visits a particular state "q" atleast k times on input "x"