Gödel numbering for sequences
In mathematics, a Gödel numbering for sequences provides an effective way to represent each finite sequence of natural numbers as a single natural number. While a set theoretical embedding is surely possible, the emphasis is on the effectiveness of the functions manipulating such representations of sequences: the operations on sequences can be "implemented" using total recursive functions, and in fact by primitive recursive functions.
It is usually used to build sequential “data types” in arithmetic-based formalizations of some fundamental notions of mathematics. It is a specific case of the more general idea of Gödel numbering. For example, recursive function theory can be regarded as a formalization of the notion of an algorithm, and can be regarded as a programming language to mimic lists by encoding a sequence of natural numbers in a single natural number.
Gödel numbering
Besides using Gödel numbering to encode unique sequences of symbols into unique natural numbers, we can use it to encode whole “architectures” of sophisticated “machines”. For example, we can encode Markov algorithms, or Turing machines into natural numbers and thereby prove that the expressive power of recursive function theory is no less than that of the former machine-like formalizations of algorithms.Accessing members
Any such representation of sequences should contain all the information as in the original sequence—most importantly, each individual member must be retrievable. However, the length does not have to match directly; even if we want to handle sequences of different length, we can store length data as a surplus member, or as the other member of an ordered pair by using a pairing function.We expect that there is an effective way for this information retrieval process in form of an appropriate total recursive function. We want to find a totally recursive function f with the property that
for all n and for any n-length sequence of natural numbers, there exists an appropriate natural number a, called the Gödel number of the sequence, such that for all i where,.
There are effective functions which can retrieve each member of the original sequence from a Gödel number of the sequence. Moreover, we can define some of them in a constructive way, so we can go well beyond mere proofs of existence.
Gödel's β-function lemma
By an ingenious use of the Chinese remainder theorem, we can constructively define such a recursive function fulfilling the specifications given above. Gödel defined the function using the Chinese remainder theorem in his article written in 1931. This is a primitive recursive function.Thus, for all n and for any n-length sequence of natural numbers, there exists an appropriate natural number a, called the Gödel number of the sequence such that.
Using a pairing function
Our specific solution will depend on a pairing function—there are several ways to implement the pairing function, so one method must be selected. Now, we can abstract from the details of the implementation of the pairing function. We need only to know its “interface”: let, K, and L denote the pairing function and its two projection functions, respectively, satisying specificationWe shall not discuss and formalize the axiom for excluding alien objects here, as it is not required to understand the method.
Remainder for natural numbers
We shall use another auxiliary function that will compute the remainder for natural numbers. Examples:Using the Chinese remainder theorem
Implementation of the β function
Using the Chinese remainder theorem, we can prove that implementing aswill work, according to the specification we expect to satisfy. We can use a more concise form by an abuse of notation :
Let us achieve even more readability by more modularity and reuse : by defining the sequence, we can write
We shall use this notation in the proof.
[|Hand-tuned assumptions]
For proving the correctness of the above definition of the function, we shall use several lemmas. These have their own assumptions. Now we try to find out these assumptions, calibrating and tuning their strength carefully: they should not be said in an either superfluously sharp, or unsatisfactorily weak form.Let be a sequence of natural numbers.
Let m be chosen to satisfy
The first assumption is meant as
It is needed to meet an assumption of the Chinese remainder theorem. In the literature, sometimes this requirement is replaced with a stronger one, e.g. constructively built with the factorial function, but the stronger premise is not required for this proof.
The second assumption does not concern the Chinese remainder theorem in any way. It will have importance in proving that the specification for is met eventually. It ensures that an solution of the simultaneous congruence system
also satisfies
A stronger assumption for m requiring automatically satisfies the second assumption.
Proof that (coprimality) assumption for Chinese remainder theorem is met
In the section Hand-tuned assumptions, we required thatIn detail:
remembering that we defined.
The proof is by contradiction; assume the negation of the original statement:
First steps
We know what “coprime” relation means ; thus, let us substitute in the appropriate way:Using a “more” prenex normal form :
Because of a theorem on divisibility, allows us to also say
Substituting the definitions of -sequence notation, we get, thus we get
Since p is a prime element, we get
Resorting to the first hand-tuned assumption
Now we must resort to our assumptionThe assumption was chosen carefully to be as weak as possible, but strong enough to enable us to use it now.
The assumed negation of the original statement contains an appropriate existential statement using indices ; this entails, thus the mentioned assumption can be applied, so holds.
Using an (object) theorem of the propositional calculus as a lemma
We can prove by several means known in propositional calculus thatholds.
Since, by the transitivity property of the divisibility relation,. Thus
can be proven.
Reaching the contradiction
The negation of original statement containedand we have just proved
Thus,
should also hold.
But after substituting the definition of,
Thus, summarizing the above three statements, by transitivity of the equality,
should also hold.
However, in the negation of the original statement p is existentially quantified and restricted to primes. This establishes the contradiction we wanted to reach.
End of reductio ad absurdum
By reaching contradiction with its negation, we have just proven the original statement:The system of simultaneous congruences
We build a system of simultaneous congruencesWe can write it in a more concise way:
Many statements will be said below, all beginning with "". To achieve a more ergonomic treatment, from now on all statements should be read as being in the scope of an quantification. Thus, begins here.
Let us chose a solution for the system of simultaneous congruences. At least one solution must exist, because are pairwise comprime as proven in the previous sections, so we can refer to the solution ensured by the Chinese remainder theorem. Thus, from now on we can regard as satisfying
which means that
Resorting to the second hand-tuned assumption
Recall the second assumption, “”, and remember that we are now in the scope of an implicit quantification for i, so we don't repeat its quantification for each statement.The second assumption implies that
Now by transitivity of equality we get
QED
Our original goal was to prove that the definitionis good for achieving what we declared in the specification of : we want to hold.
This can be seen now by transitivity of equality, looking at the above three equations.
Existence and uniqueness
We have just proven the correctness of the definition of : its specification requiringis met. Although proving this was most important for establishing an encoding scheme for sequences, we have to fill in some gaps yet. These are related notions similar to existence and uniqueness.
Uniqueness of encoding, achieved by minimalization
Our ultimate question is: what number should stand for the encoding of sequence ? The specification declares only an existential quantification, not yet a functional connection. We want a constructive and algorithmic connection: a recursive function that performs the encoding.Totality, because minimalization is restricted to special functions
This gap can be filled in in a straightforward way: we shall use minimalization, and the totality of the resulting function is ensured by everything we have proven till now. In fact, the specificationplays a role here of a more general notion. The importance of this notion is that it enables us to split off the class of recursive functions from the class of partial recursive functions. In brief, the specification says that a function f
satisfying the specification
is a special function; that is, for each fixed combination of all-but-last arguments, the function f has root in its last argument:
The Gödel numbering function g can be chosen to be total recursive
Thus, let us choose the minimal possible number that fits well in the specification of the function:It can be proven that g is recursive.
Access of length
If we use the above scheme for encoding sequences only in contexts where the length of the sequences is fixed, then no problem arises. In other words, we can use them in an analogous way as arrays are used in programming.But sometimes we need dynamically stretching sequences, or we need to deal with sequences whose length cannot be typed in a static way. In other words, we may encode sequences in an analogous way to lists in programming.
To illustrate both cases: if we form the Gödel numbering of a Turing machine, then the each row in the matrix of the “program” can be represented with tuples, sequences of fixed length, because the number of the columns is fixed. But if we want to reason about configuration-like things, and specifically if we want to encode the significant part of the tape of a running Turing machine, then we have to represent sequences together with their length. We can mimic dynamically stretching sequences by representing sequence concatenation with a totally recursive function.
Length can be stored simply as a surplus member:
The corresponding modification of the proof is straightforward, by adding a surplus
to the system of simultaneous congruences. Also, the assumptions have to be modified accordingly.