543 views
2 votes
2 votes

1 Answer

4 votes
4 votes
S1: FALSE.
A ∩ B can be empty which is finite. E.g.,
A=[-1,0] (set of all real numbers between -1 and 0) and
B= N, the set of natural numbers.

S2: FALSE
Given A ⊆ B, the we can assume that B= a^xb^yc^z where x,y,z are non-negative integers(which is Regular). Now assume another language A = a^nb^nc^n; n belongs to non-negative integer(which is CSL).
Clearly all the strings which follows A will be in the subset of strings generated by B. But we cannot make strings in A to be accepted by finite automata ,so A is not reducible to B. If it would be possible then surely FA would be enough to accept any CSL which is not correct...

Related questions

3 votes
3 votes
2 answers
1
0 votes
0 votes
1 answer
2
Deepalitrapti asked Jun 13, 2019
252 views
Minimum ba how can accept?
0 votes
0 votes
0 answers
3
muthu kumar asked Jan 10, 2019
184 views
Some one explain this with example plz:-
1 votes
1 votes
1 answer
4
Abhisek Tiwari 4 asked Jan 7, 2019
623 views
$L={ [(0)^n)]^m | n<m;n>=1}$1.Regular2.DCFL3.CFL4.CSL