533 views

1 Answer

Best answer
4 votes
4 votes

L3 : CFL  , L4 : CFL  , L5 : Regular

L1=( CFL ∪ CFL )= (CFL)c     // CFL , closed under union , but not closed under complement

L1=(CFL)c    // as CFL is not closed under complement then go to next upper class , like every CFL is CSL , so in that way  L1 = (CSL)c  // CSL closed under complement so , in that way L1 is atleast CSL , it may or may not CFL

L2 : ( (CFL) ∪ CFL ) ∩ Regular   // CFL closed under R and union so

L2 = (CFL ∪ CFL) ∩ Regular  = CFL ∩ Regular = CFL // Closure property  :: ( L∩Regular=L )

selected by

Related questions

1 votes
1 votes
1 answer
1
Na462 asked Jan 13, 2019
1,045 views
Consider the following Statements :There Exist a non-deterministic CFL whose reversal is DCFL.There exist a non regular CSL whose Kleene Closure is regular.Which of follo...
1 votes
1 votes
0 answers
2
Na462 asked Sep 9, 2018
1,870 views
If L1 is CSL and L2 is CFL, then which of the following is correct ?A.L1' - L2 is CSL alwaysB. L1 - L2' is CSL alwaysC. L1 intersection Regular is Regular alwaysD. L1.L2...
0 votes
0 votes
2 answers
3
Dhoomketu asked May 10, 2018
590 views
Cfl is closed under intersection with regular language.Then resultant languages will be regular or cfl ?Let X is cflY is regular language L=X intersection YThen L is what...
1 votes
1 votes
1 answer
4
raviyogi asked Dec 30, 2017
688 views
CFL over a single alphabet are always->A. dcflB. regularC. dcfl but not regulard. non regular