edited by
2,571 views
15 votes
15 votes

Which of the following statement is FALSE?

  1. All recursive sets are recursively enumerable.
  2. The complement of every recursively enumerable sets is recursively enumerable.
  3. Every Non-empty recursively enumerable set is the range of some totally recursive function.
  4. All finite sets are recursive.
  5. The complement of every recursive set is recursive.
edited by

1 Answer

Best answer
15 votes
15 votes

(B) The complement of every recursively enumerable sets is recursively enumerable.

Because RE language are not closed under complement.

edited by
Answer:

Related questions

1.8k
views
2 answers
15 votes
makhdoom ghaya asked Oct 10, 2015
1,809 views
Consider the following languages over the alphabet $\{0, 1\}$. $L1=\left \{ x.x^{R}\mid x\in \left \{ 0, 1 \right \}^* \right \}$ $L2=\left \{ x.x\mid x\in ...
2.7k
views
3 answers
21 votes
makhdoom ghaya asked Oct 10, 2015
2,724 views
Let $r, s, t$ be regular expressions. Which of the following identities is correct?$(r + s)^* = r^*s^*$$r(s + t) = rs + t$$(r + s)^* = r^* + s^*$$(rs + r)^* r = r (sr + r...
5.0k
views
3 answers
21 votes
makhdoom ghaya asked Oct 6, 2015
5,014 views
Which of the following problems is decidable? (Here, CFG means context free grammar and CFL means context free language.)Given a CFG $G$, find whether $L(G) = R$, where $...
2.1k
views
2 answers
21 votes
makhdoom ghaya asked Oct 5, 2015
2,093 views
Let $L$ consist of all binary strings beginning with a $1$ such that its value when converted to decimal is divisible by $5$. Which of the following is true?$L$ can be re...