I am a High School student and I am doing a school work on the Fundamentals of Math and in the moment I am reading Gödel’s 1931 article On Formally Undecidable Propositions.
I am having a great difficulty to understand how the variable replacement works, near the end of part 2, he defines a relation sign q with two free variables 17, 19. If I am not wrong q means:
q(x,y) = ~{x Bc Sb[y 19|Z(y)]}
Where x is the free variable 17, and y the free variable 19. So its equivalent to write:
q(17,19) = {17 Bc Sb[19 19|Z(19)]}
When we substitute 19 for the Class Sign p we get:
Sb[q 19|Z(p)] = {17 Bc Sb[p p|Z(p)]}
or
Sb[q 19|Z(p)] = {17 Bc Sb[p 19|Z(p)]}
The second seams to be right one, but I can’t see why some 19s becomes p and others don’t.
Or neither of the above, because the argument been replaced is Z(p) not p, so it’s actually:
Sb[q 19|p] = {17 Bc Sb[Z(p) 19|Z(Z(p))]}
If this is the case, what does Z(Z(p)) means? The Gödel number assigned to the Gödel number assigned to the Class Sign p?