Microsoft Store
 

Recursively enumerable set


 

In computability theory, often less suggestively called recursion theory, a countable set S is called recursively enumerable, computably enumerable, semi-decidable or provable if

Related Topics:
Computability theory - Recursion theory - Countable - Set

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • There is an algorithm that, when given an input — typically an integer or a tuple of integers or a sequence of characters — eventually halts if it is a member of S. Otherwise, there is no guarantee that the algorithm will halt.
  • Or, equivalently,

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • There is an algorithm that "generates" the members of S. That means that its output is simply a list of the members of S: s1, s2, s3, ... If necessary it runs forever.
  • Common-programming-sense should suggest how to convert either of these algorithms to the other, thus showing the equivalence of the existence of either with the existence of the other. The first condition suggests why the term semi-decidable is sometimes used; the second suggests why computably enumerable is used.

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~