2,807 views

3 Answers

Best answer
4 votes
4 votes

Property : S is a subset of RE and it represents and contains a subest of RE languages which obeys a particular behaviour or property. And one of the possible property is as follows :

$L \text{ is reducible to } L_1$ where $L \in \text{SET of all RE languages }$

Property Language : $L_P = \left \{ L | L \text { is reducible to } L_1 \right \}$ where $L_1$ has a TM decider.

  • S is not empty because clearly $L_1 \in S$
  • And there are semi-decidable languages inside the RE domain which are not a part of the property set S
  • => S is neither $\phi$ nor it contains all RE
  • => $\emptyset \subset P\subset RE$

 So, S is non-trivial property. From Rices theorem, $L_P$ is undecidable.

Link Property Language and Rice Theorem

selected by
2 votes
2 votes

In  my opinion , it is decidable to conclude whether L2 is reducible to L1 or not.U can see the link :

https://en.wikipedia.org/wiki/Reduction_(complexity)

Reduction of one problem to another is nothing but transforming one problem to another.

If L2 <m L1 it means that if an algorithm exists for solving L1 efficiently , then it can be used as a subroutine to find whether L2 can be solved efficiently.Now we are given L1 is decidable , meaning there exists an algorithm for language(or problem) L1.Now if using this algorithm we are able to solve L2 efficiently , this means L1 is reducible to L2 else not reducible.

So we are able to conclude the reducibilty of L2 into L1 . Hence it should be a decidable problem i.e. we are able to decide whether L2 is reducible to L1.

Secondly for any 2 languages s.t. L2 <m L1 so these 3 categories of languages(easy languages) work from right to left i.e. if right one is known we can conclude about left one :

a) If L1 is P , L2 is P.(But converse is not necessarily true)

b) If L1 is NP , L2 is NP.

c) If L1 is decidable ,  L2 is decidable.

Using the point c) , we can conclude that L2 is decidable as well. 

1 votes
1 votes
given that L1 is decidable language  and   L2 is reducible to L1   so we know that  if L1 is decidable then L2 is also decidable via move backwords support decidable, p-problem, NP problem, REC ,RE except NPH, undecidable. so finally it is decidable

Related questions

2 votes
2 votes
1 answer
1
iarnav asked Sep 6, 2021
467 views
Please help me understand this question. I have searched on internet, but not avail. Click this to see the question
1 votes
1 votes
1 answer
2
Lovejeet Singh asked Oct 30, 2018
508 views
Consider 2 problems X & Y. Now if X is reducible to Y.What does this mean.please explain with an example.
1 votes
1 votes
1 answer
3
sunaina rawat asked Oct 2, 2017
1,023 views
Why this is incorrect? For any two languages A and B, if A ⊆ B, then A is reducible to B.
3 votes
3 votes
3 answers
4
vaishali jhalani asked Nov 21, 2016
793 views
If L1 is reducible to L2 and L1 is recursively enumerable then what can we say about L2?