Decoding Gödel Numbers for Sequences: A Constructive Approach

  • Thread starter Thread starter nomadreid
  • Start date Start date
  • Tags Tags
    Godel Sequences
AI Thread Summary
The discussion focuses on the effective decoding function β for Gödel numbers associated with sequences, as outlined in a Wikipedia article. The original poster seeks clarification on the argument's structure, particularly regarding the construction of coprime numbers and the application of the Chinese Remainder Theorem (CRT). They express confusion about the existence of an effective decoding procedure that satisfies the congruences derived from the Gödel number. Additionally, concerns are raised about the practicality of the large numbers required for the construction of the mi values. The poster requests corrections or clearer resources to better understand the argument.
nomadreid
Gold Member
Messages
1,748
Reaction score
243
First, this is not the same question as
https://www.physicsforums.com/threads/goedel-numbering-decoding.484898/
It concerns a different encoding procedure, hence a different decoding one.

My question concerns the argument in http://en.wikipedia.org/wiki/Gödel_numbering_for_sequences
for the existence of an effective decoding function β corresponding to the effective coding π for the Gödel number for sequences as given in that article : that is, given this procedure for generating the Gödel number from a sequence, and given the Godel number G of an unknown sequence (k1,...kn), to prove the existence of β such that for all for all 0<i<n, β(G,i) =ki.

Wikipedia leaves the " for all 0<i<n " implicit, so I will follow that abuse of notation as well:

If I understand that argument correctly:
First, we assume that we can choose misuch that
[*] mi>ai
[**] all mi are coprime to one another.
(This can even be done constructively.)

Then since we know that (k1,...kn) exists, we know that a least solution x to the congruences
x ≡ ai mod mi
exists. Call it X.
We can construct a recursive function rem(a,b) so that rem(a,b)=(a mod b), so since we know X exists, we know that a procedure rem(X,mi) = ai exists.

OK, something rankles. Apparently I am not laying down the outline correctly , because it sounds slightly circular to me. Can anyone tell me what is wrong in my summary?

(It would be nice if there were a constructive proof...)

(Also: the construction of the miso as to fulfill [*] and [**] would seem to require rather huge numbers: if [*] is fulfilled, then one just takes m = lcm(1,..., n-1) and mi= (i+1)*m + 1. But the only way I can see to make sure that [*] is fulfilled is to set m = lcm(1,...n-1, G), where G is the given Gödel number of the sequence; this ends up with rather large mi, so would it still be effective?)
 
I moved this thread from the Computer Science/Programming section to here. I think this forum section is a better fit.
 
  • Like
Likes nomadreid
Thanks for the actions, Greg Bernhardt and Mark 44. Let me state the question a bit better, including correcting a couple of mistakes in my original post.
In showing the existence of an effective Gödel numbering for sequences, Wikipedia:
in one direction: it takes a known sequence (a1,...an) and establishes a coding procedure which ends up with the Gödel number a ( no problem so far).

Then, to show that a decoding procedure β exists so that β(a,i) = ai : here's where it gets a bit confusing.
[1] First it finds m such that m is divisible by all the non-zero indices, and then:
[2] constructs a sequence of pairwise coprime numbers mi
[3] using the CRT (Chinese Remainder Theorem] it shows that, using a pairing function π, that π(x0,m) = a, whereby x0 satisfies the system of equations x0 ≡ aimod mi, so that rem(x0,mi) = ai.
By now I am totally lost. Therefore I presume that I have laid out the general argument incorrectly. Could someone either correct this or direct me to a website which lays out the argument a bit more clearly than Wikipedia does? (Yes, I know I can "just" google it, but I didn't come up with anything.)
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top