3

Is set theory used in proofs of theorems in logic ? For example, is set theory used in Gödel's incompleteness theorem ? If yes, than does it mean that if we use other from ZFC set theory or even other theory (I mean not set-theory) as foundation than this theorem will not hold ?

  • Goedels incompleteness theorem is not only about ZFC. It states that every sufficient strong system (PA is enough) is either inconsistent or incomplete. – Peter Jul 28 '18 at 11:31
  • There are statements provable in ZFC, but not in PA , the most famous example is the statement that every Goodstein-sequence eventually terminates. – Peter Jul 28 '18 at 11:33
  • 3
    @Peter I think the question is asking about the theory in which, not about which, these results are proved. – Noah Schweber Jul 28 '18 at 12:47

3 Answers3

13

Yes, set theory is used in some theorems (e.g. the completeness theorem), but not in the incompleteness theorem.

When Gödel proved his incompleteness theorem he worked very hard on proving it using only Peano axioms of the natural numbers, since those were "indisputable" compared to the set theoretic axioms which were still being scrutinized by some people. This was later improved by various mathematician and we know now that you only need a much weaker theory for incompleteness to kick in.

On the other hand, the completeness theorem speaks about models, which are inherently sets. So of course that set theory comes into play there. In fact, the general statement of the completeness theorem for first-order logic is equivalent to the Boolean Prime Ideal theorem, and is therefore not provable without the axiom of choice. It should be remarked that if the language is countable, then choice is not needed.

We can talk about completeness in theories like Peano arithmetic, which provides us with weaker results, though. There the notion of a model becomes slightly less natural than the one in set theory.

Asaf Karagila
  • 393,674
8

Yes, changing the "background theory" can lead to alternate proof/model theories. However, in order to get really meaningful differences (that is, differences at the "basic level" like the incompleteness theorem) you need to do significant damage to the background, to the point that it doesn't seem to hold much interest. I believe Hajek and Pudlak's book goes into proving basic proof theoretic results in weak theories of arithmetic, and I recommend it highly.

That said, violence is certainly entertaining! Visser's lovely paper Oracle bites theory shows how bad things can get once we kill arithmetic thoroughly enough (in particular, he shows that over a truly feeble base theory the set of consequences of a consistent theory need not be a consistent theory!), and Visser's other papers are probably also of interest to you.

Basically, in order to be skeptical of the incompleteness theorem we need to already be skeptical as such basic arithmetical principles as the totality of exponentiation. This is why from a foundational point of view the possibility has not received serious attention, though it may be of technical interest (I wouldn't know, I'm not an expert in the relevant area). This is similar to the situation with Cantor's diagonal argument, where the amount of set theory you have to break to make it non-applicable is so great that it's hardly worth doing, and certainly not foundationally compelling (so far as I know).

Noah Schweber
  • 245,398
3

The main point about Gödel's Theorem is the method of proof. This shows that if the model or theory being used is rich enough, then it contains within it the resources to encode its own limitations in that it will either be inconsistent or incomplete (in the sense that there will be true statements which are unprovable within the system or model).

There are systems which escape Gödel's method, but they do so by being deliberately limited, rather than being too strong to fail.

Mark Bennet
  • 100,194
  • 2
    I don't think this really answers the question - I think the OP is asking about the theory in which, not about which, Godel's theorem is proved. – Noah Schweber Jul 28 '18 at 12:47
  • @NoahSchweber I put this in as an answer because there seemed to me to be an implicit question "can I find a theory which avoids Gödel's Theorem?" and it seemed to be worth more than a comment. – Mark Bennet Jul 28 '18 at 15:32
  • 1
    "can I find a theory which avoids Gödel's Theorem?" can mean two things: "is there a theory to which GT doesn't apply" or "is there a (reasonable) theory which thinks that GT isn't true?" (e.g. which is consistent and thinks that PA is complete). I think it's clear from the question that the latter is meant. – Noah Schweber Jul 28 '18 at 15:56