1,031 views
2 votes
2 votes

1. {<M,w>| M is a TM, and w is a string, and there exist a TM, M' such that w (does not belongs to) L(M) Intersection L(M')}

2. {<M>| M is a TM, and M is the only TM that accepts L(M) = { } = empty set}

I think this problem is decidable as we can construct another TM which have different encoding compares to given TM, which also accepts  {} = empty set.

Ryt??

3. {<M> | M is a TM, and |M| < 100}

here, does |M| < 100 means we are talking about binary encoding of the TM, whose decimal value must be less than 100.

Binary Encoding:- 0no of states10no of input symbol10no of tape symbol1... like this other information.

Ryt??

1 Answer

0 votes
0 votes
1st. One is  decidable

2 nd one is undecidable

3rd is also decidable

Related questions

304
views
0 answers
1 votes
amitarp818 asked Dec 28, 2023
304 views
L(M)={0}We can have Tyes for {0} and Tno for Σ∗ ({0}⊂Σ∗{0}⊂Σ∗). Hence, L={M ∣ L(M)={0}} is not Turing recognizable (not recursively ... I don't understand why this is not decidable. We can easily create a turing that accepts this language
919
views
1 answers
0 votes
ajaysoni1924 asked Jul 15, 2019
919 views
$L=\left \{\langle M_{1},M_{2}\rangle \text{ such that L}(M_{1})\prec L(M_{2}) \right \}$ ... language $L\left ( M_{1} \right )$ is reducible to $L\left ( M_{2} \right )$
999
views
0 answers
0 votes
Rahul_Rathod_ asked Dec 24, 2018
999 views
please someone explain what are these problems and how to solve these problems for every language with proper explanation ... PROBLEMEQUILITY PROBLEMSUBSET PROBLEMDISJOINTNESS PROBLEMIS GIVEN LANGUAGE REGULAR FINITENESS PROBLEM
440
views
0 answers
0 votes
Mk Utkarsh asked Nov 23, 2018
440 views
$L_1 = \{ \text{<M>} | \ \text{M is a TM, } \text{M}_0 \ \text{is a TM that halts on all inputs and, } \text{M}_0 \in L(M) \}$L_2 = \{ \text{<M ... $\Sigma^*$. Now $L(M)$ is not even RE. If that then how $L_1$ is RE.Please explain both.