I have go through the book "Gödelian Puzzle Book" written by Raymond M.Smullyan.In my opinion,since all the questions related to construct or prove (the existence of at least) a sentence which is undecidable,not provable,not solvable and not representable etc. all can be solved by basic set and the miracle fixed point properties(and this is the core idea).So this lead me to think whether or not Gödel numbering is inevitable for some problems or it is just a great trick that to deal with some question related to the incompleteness of arithematic more easily?
Is Gödel numbering necessary for logic?
1 Answers
If all we're interested in is set theory, then we can perfectly well build a theory of symbol strings and/or abstract syntax trees for logical formulas and inference trees out of basic set theory, and develop the entirety of the incompleteness theorem in that setting.
The reason why it's usually not done that way is twofold:
First, when Gödel originally did his work, the adequacy and safety of using formal set theory as a basis for mathematics was still much more contentious than it is today -- so showing that set theory is undecidable would have been a much less striking result than showing a "flaw" in good old integer arithmetic which everyone believed in implicitly! Therefore Gödel worked with theories of arithmetic, and there's still a tendency to defer to the way things were done first.
Second, as mathematicians we want our results to be as strong and general as we can make them. Between
(a) Every reasonable theory that is strong enough to express set theory is necessarily incomplete.
(b) Every reasonable theory that is strong enough to express integer arithmetic and quantification over integers is necessarily incomplete.
claim (b) is quite a bit stronger -- there are more theories that can be made to model integer arithmetic than there are set theories, and everything that can speak interestingly about sets can also speak about integers.
So working with integers allows us to prove a strictly stronger result. This requires doing some kind of arithmetization, though not necessarily using Gödel's particular numbering scheme.
Of course we could also prove (the computer scientist's dream formulation):
(c) Every reasonable theory that is strong enough to express lisp-like data and primitive recursive programs that operate on them is necessarily incomplete.
which has the same strength as (b) -- we could then relegate the Gödel-style arithmetization to a proof that integer arithmetic is enough to express lisp-like data and primitive recursion, and then get incompeteness of, for example, PA as a corollary.
But, for better or worse, there are a lot more people who find integer-arithmetic natural and familiar than there are people who find lisp-like data natural and familiar, so doing (c) would still be a detour for most of the audience.
-
0Henning Makholm:So by the way,is it avoidable to use Gödel numbering to prove that every consistent theory cannot prove it's own consistency?As I don't know the basic idea for proving this lemma. – 2017-01-12
-
0@AndrewArmstrong: For that you'll need to define what "prove its own consistency" means -- in particular you need to design a way that statements in the theory's language can be interpreted as statements about formulas and provability. Gödel numbering is the most common way to do that, but it you have a theory that speaks easier about, say, lisp-like data, then you can choose to do it that way. – 2017-01-12
-
0Just be careful, because if you're too sloppy in your design what you want to prove may not be true! Say, if you decide that the nullary predicate $p$ will mean "this theory is consistent", then you can make it an axiom and thus prove it without necessarily becoming inconsistent. So you need some assumptions about what your theory can _do_ with your representation too. – 2017-01-12