Integer

This may need some disambiguation information to deal with the computer programming data type.
Mathematics
Subject classification: this is a mathematics resource .
Educational level: this is a secondary education resource.
Educational level: this is a tertiary (university) resource.

The integers are a very fundamental mathematical set on which arithmetic is based. They are the familiar "whole numbers"; that is, they do not include fractional quantities. They include zero and negative whole numbersthe natural numbers are the set that includes only positive whole numbers. That is, the integers are the set \dots -3, -2, -1, 0, 1, 2, 3, \dots.

Mathematicians denote the set of integers with an ornate capital letter: \mathbb{Z}. They are the 2nd item in this hierarchy of types of numbers:

The formal "axiomatic" definition of the integers

Continuing the axiomatic definition of the natural numbers, which are just positive numbers and are defined with the Peano axioms, we can give a formal mathematical definition of the integers. This follows a common motif in formal mathematical definitionswe extend a set by defining a completely abstract set as "those things that have property XYZ", whatever property we need. We will see this motif again in the definition of the rationals ("those things that would be the quotient of 5 over 7", or whatever) and the reals ("those things that would have a square of 2", or whatever.) In the case of the integers, we define zero as sort of "that thing which when added to 7 yields 7". And we define -5 along the lines of "that thing which when added to 9 yields 4".

Here is how we do it.

We define the integers as the set \mathbb{N}^+ of strictly positive natural numbers (from the Peano axioms), along with a new element called "zero", and the set of "negative numbers". That is, for each positive natural number x, we define a new number called "-x". We then define all the arithmetical operations for them.

For the positive integers, the operations were already defined, and their properties proven, from the Peano axioms. So we just need to define the operations for cases in which zero or negative numbers are involved.

If x > y, x+(-y) = x-y
If x < y, x+(-y) = -(y-x)
Also, (-y)+x = x+(-y), and (-x)+(-y) = -(x+y)
Finally, x+0 = 0+x = x for all x, positive, negative, or zero.
x•(-y) = -(x•y)
(-x)•y = -(x•y)
0•x = x•0 = 0
-x < -y if and only if x > y
-x < 0, -x < y
0 > -y, x > -y
In all cases, x<y means x&ne;y and y > x

From these definitions, we can then prove all the various commutativity, associativity, and distributivity properties, and the trichotomy law. This is left as an exercise.

Group and ring properties

The integers, with their property of addition, constitute a group. Groups are extremely important objects in mathematics. A group requires a set (the integers), an operation (addition), an "inverse" operation (negationthe natural numbers don't have this, so they are not a group), and an "identity" operation (zero). To be a group, the operation must be associative, a property which the integers satisfy. Also, since addition is commutative, the integers are an abelian (commutative) group.

Furthermore, the integers have a multiplication operator, satisfying the distributive law, and having a multiplicative identity (1). This makes the integers a ring.

References

    See Also

    "Integers".

    For a discussion of the philosophical and historical aspects of the various types of numbers, see Our_Playground:_The_Real_Numbers_and_Their_Development.

    This article is issued from Wikiversity - version of the Saturday, July 28, 2012. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.