Answer on Question#38225 – Math - Other
1) Complement of a CFL need not be recursive. False. All context-free languages are recursive.
2) If is recursive then is also recursive. True. Recursive languages are closed under the following operations. That is, if is recursive language, then is recursive as well.
3) If is recursive and is recursively enumerable then is needed not be recursively enumerable. True. Recursively enumerable languages are not closed under set difference or complementation. The set difference may or may not be recursively enumerable. If is recursively enumerable, then the complement of is recursively enumerable if and only if is also recursive.
4) Recursive sets are closed under complement and substitution. True. Recursive languages are closed under the following operations: the intersection , the complement of , the image under an e-free homomorphism (substitution).
Comments