edited by
1,464 views
0 0 votes
$L=\left \{\langle M_{1},M_{2}\rangle \text{ such that L}(M_{1})\prec L(M_{2}) \right \}$

is it recursive enumerable? here $L\left ( M_{1} \right )\prec L\left ( M_{2} \right )$ signifies language $L\left ( M_{1} \right )$ is reducible to $L\left ( M_{2} \right )$

1 Answer

0 0 votes
Last time I said as it was undecidable it is actually Semi Decidable. We can't really say. As the condition M1 <M2 so Semi Decidability is satisfied. Hence, M1 is reduciblie to M2 is recursive enumerable.

One way theorem satisfies these conditions of semi-decidability are:

1. P <--- P

2. NP <---- NP

3. Recursive Enumerable <---- Recursive enumerable

4. Recursive lang <--- Recursive Language
edited by
Position:
Show:

Related questions

0 0 votes
0 0 answers
688
688 views
Mk Utkarsh asked Nov 23, 2018
688 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>} | \ \text{M is a TM,...
0 0 votes
0 0 answers
539
539 views
aditi19 asked Oct 29, 2018
539 views
A recursive language is empty or a recursive language contains all strings over sigma*. Why this problem is undecidable?
1 1 vote
2 2 answers
1.0k
1.0k views
rahul sharma 5 asked Jan 15, 2017
1,035 views
In the deciadability chart mentioned on http://gatecse.in/grammar-decidable-and-undecidable-problems/The undecidable problems mentioned here are semidecidable(RE but not ...
0 0 votes
0 0 answers
640
640 views
sushmita asked Dec 23, 2016
640 views
While applying decidability theorem, can we only apply this theorem to undecidable problems or can we also apply them to recursively enumerable ie semidecidablle problems...