Redirected
in Theory of Computation retagged by
818 views
0 votes
0 votes

Let $L1$ be a recursive language, and let $L2$ be a recursively enumerable but not recursive language. Which one of the following is TRUE?

  1. $L1’$ is recursive and $L2’$is recursively enumerable.
  2. $L1’$ is recursive and $L2’$is not recursively enumerable.
  3. $L1’$ and $L2’$is recursively enumerable.
  4. $L1’$ is recursively enumerable and $L2’$is recursive.
in Theory of Computation retagged by
by
818 views

1 comment

option b

recursive is closed in complement

recursive enumerable is not closed in complement
2
2

3 Answers

0 votes
0 votes
Option B

2 Comments

explanation??
0
0
Recursive languages are closed under complementation.
But, recursive enumerable languages are not closed under complementation.
1
1
0 votes
0 votes
Recursive languages are closed under complementation.
But, recursive enumerable languages are not closed under complementation.
If L1 is recursive, then L1', is also recursive.
If L2 is recursive enumerable, then L2', is not recursive enumerable language.
0 votes
0 votes
Here it is given that L1 is recursive so by the closure property of recursive language we can say that L1' is also recursive.
but the same doesn't work for RE, A complement of RE which is not recursive isn' RE so option B is correct.

Reference: https://courses.engr.illinois.edu/cs373/sp2013/Lectures/lec26.pdf
Answer:

Related questions