Recursively Enumerable Language Website Links For
Language
 

Information About

Recursively Enumerable Language





DEFINITIONS


There exist three equivalent major definitions for the concept of a recursively enumerable language.

# A recursively enumerable formal language is a Recursively Enumerable Subset in the Set of all possible words over the Alphabet of the Language .
# A recursively enumerable language is a formal language for which there exists a Turing Machine (or other Computable Function ) which will enumerate all valid strings of the language. Note that, if the language is Infinite , the enumerating algorithm provided can be chosen so that it avoids repetitions, since we can test whether the string produced for number ''n'' is "already" produced for a number which is less than ''n''. If it already is produced, use the output for input ''n+1'' instead (recursively), but again, test whether it is "new".
# A recursively enumerable language is a formal language for which there exists a Turing machine (or other computable function) that will halt and accept when presented with any String in the language as input but may either halt and reject or loop forever when presented with a string not in the language. Contrast this to Recursive Language s, which require that the Turing machine halts in all cases.

All Regular , Context-free , Context-sensitive and Recursive languages are recursively enumerable.

RE , together with its Complement Co-RE , form the basis for the Arithmetical Hierarchy .


CLOSURE PROPERTIES


Recursively enumerable languages are Closed under the following operations. That is, if ''L'' and ''P'' are two recursively enumerable languages, then the following languages are recursively enumerable as well:

Note that recursively enumerable languages are not closed under set difference or complementation. The set difference ''L''\''P'' and the complement of ''L'' may or may not be recursively enumerable.


SEE ALSO




EXTERNAL LINKS




REFERENCES


  • Sipser, M. (1996), ''Introduction to the Theory of Computation'', PWS Publishing Co.

  • Kozen, D.C. (1997), ''Automata and Computability'', Springer.