edited by
2,633 views
3 votes
3 votes

Given the following statements:

  1. A class of languages that is closed under union and complementation has to be closed under intersection
  2. A class of languages that is closed under union and intersection has to be closed under complementation

Which of the following options is correct?

  1. Both (i) and (ii) are  false
  2. Both (i) and (ii) are true
  3. (i) is true, (ii) is false
  4. (i) is false, (ii) is true
edited by

7 Answers

0 votes
0 votes

FIRST STATEMENT IS TRUE

REGULER,CSL,RECURSIVE  CLOSED UNDER UNION AND COMPLEMENTATION  AND THESE ARE  ALSO CLOSED UNDER INTERSECTION

SECOND STATEMENT IS FALSE

RE  CLOSED UNDER UNION AND INTERSECTION HAS  BUT NOT CLOSED UNDER COMPLEMENTATION

 

0 votes
0 votes

L1 $\cup$ ~(L2) = L1 $\cap$ L2

here we can tell about intersection using union and complementation. but we can’t tell about complementation using union and intersection.

hence C is correct option.

 

Answer:

Related questions

1 votes
1 votes
7 answers
2
go_editor asked Mar 24, 2020
1,545 views
Consider the languages $L_{1}= \phi$ and $L_{2}=\{1\}$. Which one of the following represents $L_{1}^{\ast}\cup L_{2}^{\ast} L_{1}^{\ast}$?$\{\in \}$$\{\in,1\}$$\phi$$1^{...