Computable set
Set with algorithmic membership test
In computability theory, a set of natural numbers is computable (or decidable or recursive) if there is an algorithm that computes the membership of every natural number in a finite number of steps.
01Definition
A subset of the natural numbers is computable if there exists a total computable function
such that:
if
if
.
In other words, the set is computable if and only if the indicator function
is computable.
02Examples
- Every recursive language is computable.
- Every finite or cofinite subset of the natural numbers is computable.
- The empty set is computable.
- The entire set of natural numbers is computable.
- Every natural number is computable.
- The subset of prime numbers is computable.
- The set of Gödel numbers is computable.
Non-examples
- The set of Turing machines that halt is not computable.
- The set of pairs of homeomorphic finite simplicial complexes is not computable.
- The set of busy beaver champions is not computable.
- Hilbert's tenth problem is not computable.
03Properties
Both A, B are sets in this section.
- If A is computable then the complement of A is computable.
- If A and B are computable then:
- A ∩ B is computable.
- A ∪ B is computable.
- The image of A × B under the Cantor pairing function is computable.
In general, the image of a computable set under a computable function is computably enumerable, but possibly not computable.
- A is computable if and only if A and the complement of A are both computably enumerable(c.e.).
- The preimage of a computable set under a total computable function is computable.
- The image of a computable set under a total computable bijection is computable.
A is computable if and only if it is at level of the arithmetical hierarchy.
A is computable if and only if it is either the image (or range) of a nondecreasing total computable function, or the empty set.
Sources and credits
This article is adapted from the Wikipedia article “Computable set”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.