I'm stuck at solving this exercise, and I don't know where to begin:
A language B is Context Free; a language C is a subset of B: is C Context Free? Prove or disprove.
I've tryed using closure properties:
C = B - ( (A* - C) ∩ B ) [A* is the set of all words on the alphabet A]
and given that CF languages are not closed under complementation and intersection I would say that C is not forced to be CF. But I'm not sure this is a good prove.
Can anyone help?