-
Let L1 be a regular language, L2 be a deterministic contextfree language and L3 a recursively enumerable but not recursive language. Which one of the following statements is false?
-
- L1 ∩ L2 is a deterministic CFL
- L2 ∩ L1 is recursive
- L1 ∩ L2 is context-free
- L1 ∩ L2 ∩ L3 is recursively enumerable
- L1 ∩ L2 is a deterministic CFL
Correct Option: B
L1 is regular language
L2 is CFL.
L3 is recursively enumerable but not REC.
(a) L1 ∩ L2 is CFL is true
(b) L3 ∩ L1 is recursive, not necessary so false.
(c) & (d) are also true.