Harman Patil (Editor)

Computation in the limit

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In computability theory, a function is called limit computable if it is the limit of a uniformly computable sequence of functions. The terms computable in the limit, limit recursive and recursively approximable are also used. One can think of limit computable functions as those admitting an eventually correct computable guessing procedure at their true value. A set is limit computable just when its characteristic function is limit computable.

Contents

If the sequence is uniformly computable relative to D, then the function is limit computable in D.

Formal definition

A total function r ( x ) is limit computable if there is a total computable function r ^ ( x , s ) such that

r ( x ) = lim s r ^ ( x , s )

The total function r ( x ) is limit computable in D if there is a total function r ^ ( x , s ) computable in D also satisfying

r ( x ) = lim s r ^ ( x , s )

A set of natural numbers is defined to be computable in the limit if and only if its characteristic function is computable in the limit. In contrast, the set is computable if and only if it is computable in the limit by a function ϕ ( t , i ) and there is a second computable function that takes input i and returns a value of t large enough the ϕ ( t , i ) has stabilized.

Limit lemma

The limit lemma states that a set of natural numbers is limit computable if and only if the set is computable from 0 (the Turing jump of the empty set). The relativized limit lemma states that a set is limit computable in D if and only if it is computable from D . Moreover, the limit lemma (and its relativization) hold uniformly. Thus one can go from an index for the function r ^ ( x , s ) to an index for r ^ ( x ) relative to 0 . One can also go from an index for r ^ ( x ) relative to 0 to an index for some r ^ ( x , s ) that has limit r ^ ( x ) .

Proof

As 0 is a [computably enumerable] set, it must be computable in the limit itself as the computable function can be defined

r ^ ( x , s ) = { 1 if by stage  s , x  has been enumerated into  0 0 if not

whose limit r ( x ) as s goes to infinity is the characteristic function of 0 .

It therefore suffices to show that if limit computability is preserved by Turing reduction, as this will show that all sets computable from 0 are limit computable. Fix sets X , Y which are identified with their characteristic functions and a computable function X s with limit X . Suppose that Y ( z ) = ϕ X ( z ) for some Turing reduction ϕ and define a computable function Y s as follows

Y s ( z ) = { ϕ X s ( z ) if  ϕ X s  converges in at most  s  steps. 0 otherwise 

Now suppose that the computation ϕ X ( z ) converges in s steps and only looks at the first s bits of X . Now pick s > s such that for all z < s + 1 X s ( z ) = X ( z ) . If t > s then the computation ϕ X t ( z ) converges in at most s < t steps to ϕ X ( z ) . Hence Y s ( z ) has a limit of ϕ X ( z ) = Y ( z ) , so Y is limit computable.

As the Δ 2 0 sets are just the sets computable from 0 by Post's theorem, the limit lemma also entails that the limit computable sets are the Δ 2 0 sets.

Limit computable real numbers

A real number x is computable in the limit if there is a computable sequence r i of rational numbers (or, which is equivalent, computable real numbers) which converges to x. In contrast, a real number is computable if and only if there is a sequence of rational numbers which converges to it and which has a computable modulus of convergence.

When a real number is viewed as a sequence of bits, the following equivalent definition holds. An infinite sequence ω of binary digits is computable in the limit if and only if there is a total computable function ϕ ( t , i ) taking values in the set { 0 , 1 } such that for each i the limit lim t ϕ ( t , i ) exists and equals ω ( i ) . Thus for each i, as t increases the value of ϕ ( t , i ) eventually becomes constant and equals ω ( i ) . As with the case of computable real numbers, it is not possible to effectively move between the two representations of limit computable reals.

Examples

  • The real whose binary expansion encodes the halting problem is computable in the limit but not computable.
  • The real whose binary expansion encodes the truth set of first-order arithmetic is not computable in the limit.
  • References

    Computation in the limit Wikipedia