- #106
- 15,464
- 690
philiprdutton said:I am saying why waste so much effort? Just do this:
x 1
x 2
x 3
x 4
x 5
etc.
With this system you need an axiom for each number. This is way too much effort. Moreover, how do you define addition? Why does 2+3=5? I don't see that relation anywhere in your system. The definition of addition falls out naturally from the Peano axioms. Multiplication and division fall out naturally from the definition of addition.
In comparison, defining the "numbers"1 recursively (or inductively) requires but three axioms: an axiom stating that "one"2 is a "number", another that no number has "one" as a successor, and a third stating that if x is a "number" then the successor of x is a "number". Recursion/induction is central to mathematics. It is extremely powerful.
Notes:
1The Peano axioms define the "natural numbers". Using any other naming scheme in conjunction with the Peano axioms generates a set that is isomorphic (identical characteristics and identical behavior) to the natural numbers.
2Modern treatments start with zero rather than one so that addition and multiplication can be easily defined based on the Peano axioms.