Werg22 said:
HallsofIvy, I lack the proper knowledge to understand your paper. Is the proof of these axioms absolutly require basis in Number Theory?
Well, you asked about basic properties of numbers, didn't you? There are other ways of approaching the natural numbers but they essentially boil down to the same proofs.
The essential property of the natural numbers, also called the "counting numbers" is- counting! Which, in technical terms is just "induction": the fact that given any natural number there
is a "next" number and that if we start at 1 and to each "next" number in turn, we get all natural numbers.
All proofs of basic properties of natural numbers reduce to proofs by induction. You must remember that anytime you ask for proofs of the fundamentals of anything, you are getting into deep water!
Here is, briefly, the proof of the associative law for addition:
The set of natural numbers,
N, is first defined as a set of objects together with a function f (the "successor function) such that:
a) There exist a member of
N, called "1" such that f is a one-to-one, onto, function from
N to
N\{1}. That is, for every natural number, n, f(n), the "successor" of n, is a natural number and every natural number except 1 is the successor of some other unique natural number.
b) If U is a set of natural numbers such that
(i) 1 is in U
(ii) Whenever n is in U, f(n) is also in U
then U is the set of all natural numbers: U=
N.
(The principal of induction- the natural numbers are precisely those numbers we get by starting at 1 and going to the "next" number (the successor).)
Addition is defined by: For any natural number, n, n+ 1= f(n). If m is not 1, then m is the successor of sum natural number, i: m= f(i). We define n+ m= n+ f(i)= f(n+i).
One would use induction to show that this is "well defined" (that the sum of two natural numbers is a unique natural number)- that was "theorem 1".
Theorem 2 (associative law for addition):
For all a,b,c ε
N, (a+b)+c = a+ (b+c)
For a,b ε
N let U
ab= {c | (a+b)+ c= a+ (b+c)}
1) (a+b)+ 1= f(a+b)= a+f(b)= a+ (b+1)
Therefore 1 ε U
ab.
2) Assume c ε U
ab.
Then (a+b)+ f(c)= f((a+b)+ c)= f(a+ (b+c)) since cε U
ab
f(a+ (b+c))= a+ f(b+c)= a+ (b+ f(c))
Therefore f(c) ε U
ab.
Therefore Uab =
N.