Myhill isomorphism theorem

1

In computability theory the Myhill isomorphism theorem, named after John Myhill, provides a characterization for two numberings to induce the same notion of computability on a set. It is reminiscent of the Schröder-Bernstein theorem in set theory and has been called a constructive version of it.

Theorem

A many-one reduction from a set to a set is a total computable function such that. A one-one reduction is an injective reduction, and a computable isomorphism is a bijective reduction. Myhill's isomorphism theorem: Two sets are computably isomorphic if and only if A is one-one-reducible to B and B is one-one-reducible to A. As a corollary, two total numberings are one-equivalent if and only if they are recursively isomorphic.

Myhill-Shepherdson Theorem

The Myhill-Shepherdson Theorem, stemming from the Rice-Shapiro Theorem, defines the computable type 2 functionals. These functionals operate on computable partial functions, yielding numbers as results in cases of termination. Notably, they adhere to a specific effectiveness criterion and exhibit continuity as functionals. Considering the notion of the Myhill isomorphism, which states there exists a total computable bijection, which maps elements reducible to each other in both directions, given the functions are extensional, this one specifies the definition for recursive functionals. Specifically, it states:

  1. Let be a recursive function. Then, there exists a total computable function such that
  2. Let be a total computable function and h extensional. Then, there is a unique recursive functional such that

Proof outline

Let be two sets and assume that there are injective, total computable functions such that for all, and. We want to construct total computable and bijective such that for all,. As in most proofs of the Schröder-Bernstein theorem, we use an analysis of the "chains" formed by successive applications of f and g. Informally, we think of two "copies" of \mathbb{N} between which we want to construct a bijection, and we consider an integer in the first copy, which is sent by f to an integer in the second copy, which is in turn sent by g to an integer in the first copy, etc. (These copies are blue and green in the pictures opposite.) Because f and g are injective, these chains do not "overlap" (there cannot be a merge between two chains). Depending on what happens when starting from some element and walking back on the chain, there are three possible types of chains: To construct a bijection in the context of the Schröder-Bernstein theorem, it suffices to pair the elements along each chain: on a one-sided chain, use f or g depending on the color of the first element, and on a two-sided chain or cycle, either one can be used. For Myhill's theorem, this does not work since the constructed bijection need not be computable. Instead, we build the bijection by successively pairing elements. At each stage, we take the next unpaired element from the blue copy of \mathbb{N} and pair it with some unpaired element of the green copy, then we do the same with the next unpaired element from the green copy. This ensures that every element of both copies is paired at some point. Suppose we want to pair some blue element (the case of a green element is symmetric). The idea is to apply f to get the next green element on the chain, and if this element is unpaired, use it to pair with our blue element. If it is paired, then apply g then f to advance to the next green element in the chain, and repeat until an un paired green element is found. To compute this bijection effectively, an algorithm can compute the pairs until its input is paired, and return the other element of the pair.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article