| Recursive Language |
Article Index for Recursive |
Website Links For Language |
Information AboutRecursive Language |
| CATEGORIES ABOUT RECURSIVE LANGUAGE | |
| recursion theory | |
| formal languages | |
| theory of computation | |
| SHOPPER'S DELIGHT | |
|
This type of language is conspicuously missing from the Chomsky Hierarchy . DEFINITIONS There are two equivalent major definitions for the concept of a recursive language: # A recursive formal language is a Recursive Subset in the Set of all possible words over the Alphabet of the Language . # A recursive language is a formal language for which there exists a Turing Machine which will, when presented with any input String , halt and accept if the string is in the language, and halt and reject otherwise. The Turing machine always halts; it is known as a Decider and is said to ''decide'' the recursive language. All recursive languages are also Recursively Enumerable . All Regular , Context-free and Context-sensitive languages are recursive. CLOSURE PROPERTIES Recursive languages are Closed under the following operations. That is, if ''L'' and ''P'' are two recursive languages, then the following languages are recursive as well:
##The last property follows from the fact that the set difference can be expressed in terms of intersection and complement. REFERENCES
EXTERNAL LINKS |