808 views
0 votes
0 votes

Consider the following statements:
S1] If a language is decidable then every proper subset of that language is decidable.
S2] If A≤m B and B is a regular language then A is regular.
Which of the following statement/s is/are true

  1.   Only S1 is true
  2.   Only S2 is true
  3.   Both S1 and S2 is true
  4.   None of these

1 Answer

Best answer
0 votes
0 votes
S2 means Language A is mapping reducible to language to B
But here it is asking for a regular langauge So,if B is regular then A is not always regular...

S1 is false we can take example as A= Σ∗ which is regular and hence decidable and we can take any proper subset of A which is undecidable (like R.E language)
edited by

Related questions

0 votes
0 votes
2 answers
1
Akriti sood asked Dec 10, 2016
2,046 views
Consider the following statements:S1: A syntax tree should not have keywords as leaves.S2: A syntax tree is a condensed form of parse tree.Which of the above statement/s ...
0 votes
0 votes
0 answers
2
shekhar chauhan asked Apr 22, 2016
1,239 views
“All hummingbirds are richly colored.”“No large birds live on honey.”“Birds that do not live on honey are dull in color.”“Hummin...
4 votes
4 votes
1 answer
3
One asked Jul 23, 2016
3,103 views
R= a*b* + b*a*How many final states exist in the minimized DFA that accepts a language equivalent to R.How many equivalence classes of ∑* to represent a language which...