I am trying to find a proof of A ∩ B where A is a CSL and B is a CFL. Also I know that CFL is a strict subset of CSL. Does that mean that their intersection will give CFL. I am stuck
Asked
Active
Viewed 477 times
0
-
Welcome to the site! Hint: If $B\subseteq A$, you can tell what $A\cap B$ is, right? – Rick Decker Mar 02 '22 at 15:53
-
@RickDecker That's what I understood first, but I think OP wanted to say that the set of CFL is a strict subset of the set of CSL (and not that $B\subset A$). – Nathaniel Mar 02 '22 at 16:08