stands2reason wrote:
I'm not sure what's extreme about it.
Imagine that there are two people, X and Y.
When X says "2 + 2 = 4", what he means is "the string of symbols '2 + 2 = 4' is a consequence of the axioms laid out by stands2reason". If X is asked to prove that "2 + 2 = 4", he will do this:
Quote:
2 + 2
= 2 + 1 + 1
= 3 + 1
= 4 + 0
=4.
When Y says, "2 + 2 = 4", she means something different. She thinks that '2' and '4' are actually just code for 's(s(0))' and 's(s(s(s(0))))', and she has a set of axioms (called the axioms of Peano Arithmetic) which talk about a single object 0 and a single function s (the "successor function"). For Y, the symbol '+' is defined inductively. If Y is asked to prove that "2 + 2 = 4", she will do this:
Quote:
2 + 2
= s(2 + 1)
= s(s(2+0))
= s(s(2))
= s(s(s(s(0))))
= 4.
So they are talking about entirely different things. Or are they? They never seem to actually disagree about the facts about nonnegative integers. Both of the axiom sets get them to the same place. So I would prefer to say that both axiom sets are
models of the facts about nonnegative integers. In other words, the facts about nonnegative integers are something "out there" which axiom sets can either capture or fail to capture.