If R- Regular language , C-Context Free language and L -Recursive language then what is the result of the expression ((R-C)-L)',Now first starting with R-C , It will give result as ∅, since every regular language is context free ,Now when I do ∅-L ,I get again ∅, Now finally when we calculate the complement of ∅, what should be the resulting nature of language , according to me it should be regular since complement of ∅, implies ∑- ∅ which should be ∑, so I guess it should be regular ,Is there anything wrong in this approach ?
2026-03-30 00:18:05.1774829885
what is the complement of empty language?
1.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
"R- Regular language , C-Context Free language and L -Recursive language". Here they are specifying a SINGLE language of the respective type.Not the whole set.
If the Statement would be "R- Set of all Regular Languages, C-Set of all Context Free language and L -Set of all Recursive language", only then your reduction is CORRECT.
The answer for the question would be a Recursive language.