- RE (complexity)
-
In computability theory and computational complexity theory, RE (recursively enumerable) is the class of decision problems for which a 'yes' answer can be verified by a Turing machine in a finite amount of time.[1] Informally, it means that if the answer is 'yes', then there is some procedure which takes finite time to determine this. On the other hand, if the answer is 'no', the machine might never halt. Equivalently, RE is the class of decision problems for which a Turing machine can list all the 'yes' instances, one by one (this is what 'enumerable' means).
Similarly, co-RE is the set of all languages that are complements of a language in RE. In a sense, co-RE contains languages of which membership can be disproved in a finite amount of time, but proving membership might take forever.
Each member of RE is a recursively enumerable set and therefore a Diophantine set.
Contents
Relations to other classes
The set of recursive languages (R) is a subset of both RE and co-RE.[2] In fact, it is the intersection of those two classes:
RE-complete
RE-complete is the set of decision problems that are complete for RE. In a sense, these are the "hardest" recursively enumerable problems. All such problems are nonrecursive. Generally, no constraint is placed on the reductions used except that they must be many-one reductions.
Examples of RE-complete problems:
- Halting problem: Whether a program given a finite input finishes running or will run forever.
- By Rice's Theorem, deciding membership in any nontrivial subset of the set of recursive functions is RE-hard. It will be complete whenever the set is recursively enumerable.
- [Myhill 1955][3] has proven that all creative sets are RE-complete.
- The uniform word problem for groups or semigroups. [Indeed, the word problem for some individual groups is RE-complete.]
- Deciding membership in a general unrestricted formal grammar. [Again, certain individual grammars have RE-complete membership problem.]
- The validity problem for first-order logic.
- Post correspondence problem: Given a finite set of strings, determine if there is a string that can be factored into a composition of the strings (allowing repeats) in two different ways.
- Determining if a Diophantine equation has any integer solutions.
co-RE-complete
co-RE-complete is the set of decision problems that are complete for co-RE. In a sense, these are the complements of the hardest recursively enumerable problems.
Examples of co-RE-complete problems:
- The Domino Problem for Wang tiles.
- The satisfiability problem for first-order logic
See also
References
- ^ Complexity Zoo: Class RE
- ^ Complexity Zoo: Class co-RE
- ^ Myhill, J. "Creative sets," Z. Math. Logik Grundlag. Math., v. 1, pp. 97–108.
Important complexity classes (more) Classes considered feasible Classes suspected to be infeasible UP • NP (NP-complete · NP-hard · co-NP · co-NP-complete) • AM • PH • PP • #P (#P-complete) • IP • PSPACE (PSPACE-complete)Classes considered infeasible Class hierarchies Families of complexity classes Categories:- Complexity classes
Wikimedia Foundation. 2010.