|
|
|
|
recursive set
|
(Definition)
|
|
|
A subset of the natural numbers
is said to be recursive if its characteristic function
is computable. In other words, there is an algorithm (via Turing machine for example) that determines whether an element is in or not in .
Examples of recursive sets are finite set, the set of integers, the set of positive integers, the set of prime numbers. In the last example, one may use the Sieve of Eratosthenes as an algorithm to determine the primality of an integer.
A set
is recursively enumerable if the partial function
is computable. In other words, there is an algorithm that halts (and returns ) only when an element in is used as an input.
Remarks
- A recursive set is variably known as a decidable set or a computable set.
- Since every finite set
can be encoded by the natural numbers, we can define a recursive language over to be a subset
such that , when encoded by the natural numbers, is a recursive set. Equivalently, is recursive iff there is a Turing machine that accepts and rejects
.
- Using the above definition, one can define a recursive predicate or a recursively enumerable predicate
according to whether
is a recursive or recursively enumerable set respectively.
|
"recursive set" is owned by CWoo.
|
|
(view preamble)
| Other names: |
decidable set, computable set, decidable predicate, computable predicate |
| Also defines: |
recursively enumerable set, recursive predicate, recursively enumerable predicate, recursive language |
This object's parent.
|
|
Cross-references: iff, partial function, recursively enumerable, primality, sieve of Eratosthenes, prime numbers, positive, integers, finite set, Turing machine, algorithm, computable, characteristic function, natural numbers, subset
There are 4 references to this entry.
This is version 10 of recursive set, born on 2007-10-12, modified 2008-01-26.
Object id is 9993, canonical name is RecursiveSet.
Accessed 1220 times total.
Classification:
| AMS MSC: | 03D20 (Mathematical logic and foundations :: Computability and recursion theory :: Recursive functions and relations, subrecursive hierarchies) | | | 03B25 (Mathematical logic and foundations :: General logic :: Decidability of theories and sets of sentences) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|