The integers qualifies as a group under addition and also as a commutative ring
under both addition and multiplication.
Integer Addition is Well Defined
A function is well defined when expressions which are considered the same object
are treated identically. For the integers under addition, we would want to know
that [0,0] is treated as the same object as [1,1].
Let a,a′,b,b′,x,y∈N.
[a,b]=[a′,b′]⟶?[a,b]+[x,y]=[a′,b′]+[x,y]
[a+x,b+y]=[a′+x,b′+y
a+b′+x+y=a′+b+x+y
a+b′=a′+b
But the truth of our original assumption [a,b]=[a′,b′] rests on whether
a+b′=a′+b, and thus addition is well defined. This proof can be repeated
for the commutative case.
Integer Multiplication is Well Defined
[a,b]=[a′,b′]⟶?[a,b]×[x,y]=[a′,b′]×[x,y]
[ax+by,ay+bx]=[a′x+b′y,a′y+b′x]
By the equality of the integers.
ax+by+a′y+b′x=ay+bx+a′x+b′y
x(a+b′)+y(a′+b)=x(a′+b)+y(a+b′)
But we have already assumed that [a,b]=[a′,b′]. This proof can be repeated
for the commutative case.
Subset of Integers isomorphic to Naturals
Integers of the form [n,0] are isomorphic to naturals of the form n.
Consider that integers in this form are closed under addition and multiplication:
[n,0]+[m,0]=[n+m,0]
[n,0]×[m,0]=[n×m,0]
And that two integers in this form are only equal when:
[n,0]=[m,0]⟶n=m
Trichotomy of the Integers
If x is an integer, then only one of the three possibilities may be true:
x=0.
x is equivalent to a positive natural.
x is equivalent to a negative natural.
First we will describe what we consider to be a “negative” natural. We have
accepted that integers of the form [n,0] are isomorphic to the naturals under
addition. Then by the definition of integer negation, a negative natural will
take the form of:
−[n,0]=[0,n]
Secondly, since we already accept that x is an integer, then x may take on
the form of a natural pair [a,b]. Then by the trichotomy of the naturals we
know that only one of three possibilities may occur at any time:
a=b
a<b
a>b
In the event of a=b we can show that such integers are always equivalent to
the natural 0.
a=b⟶?[a,b]=[0,0]
a+0=b+0
In the event of a>b, then by the definition of strict natural order:
a>b⟶a=b+(n++)
[a,b]=[n++,0]
In the event of a<b we have by definition of strict natural order:
a<b⟶a+(n++)=b
[a,b]=[0,n++]
Integers cannot reciprocate 0
We want to see if the integers have any zero divisors.