Admissible numbering
In computability theory, admissible numberings are enumerations of the set of partial computable functions that can be converted to and from the standard numbering. These numberings are also called acceptable numberings and acceptable programming systems.
Rogers' equivalence theorem shows that all acceptable programming systems are equivalent to each other in the formal sense of numbering theory.
Definition
The formalization of computability theory by Kleene led to a particular universal partial computable function Ψ defined using the T predicate. This function is universal in the sense that it is partial computable, and for any partial computable function f there is an e such that, for all x, f = Ψ, where the equality means that either both sides are undefined or both are defined and are equal. It is common to write ψe for Ψ; thus the sequence ψ0, ψ1,... is an enumeration of all partial computable functions. Such enumerations are formally called computable numberings of the partial computable functions.An arbitrary numbering η of partial functions is defined to be an admissible numbering if:
- The function H = ηe is a partial computable function.
- There is a total computable function f such that, for all e, ηe = ψf.
- There is a total computable function g such that, for all e, ψe = ηg.
Equivalent definition
The following equivalent characterization of admissibility has the advantage of being "internal to η", in that it makes no direct reference to a standard numbering. A numbering η of partial functions is admissible in the above sense if and only if:- The evaluation function H = ηe is a partial computable function.η is Turing universal: for all partial computable functions f there is an e such that ηe=f.η has "computable currying" or satisfies the parameter theorem or S-m-n theorem, i.e., there is a total computable function c such that for all e,''x,y'', ηc=ηe.