Skip to content

The Integers

The natural numbers are sufficient for counting and addition, but they are not sufficient for subtraction. For example,

Limitations of the Natural Numbers

The natural numbers are sufficient for counting and addition, but they are not sufficient for subtraction. For example,

73=4 7-3=4

is a natural number, while

37 3-7

is not contained in N\mathbb{N}.

To make subtraction universally possible, mathematics enlarges the number system by introducing the integers.

The set of integers is denoted by

Z={,3,2,1,0,1,2,3,}. \mathbb{Z}=\{\ldots,-3,-2,-1,0,1,2,3,\ldots\}.

The symbol Z\mathbb{Z} comes from the German word Zahlen, meaning numbers.

The integers contain the positive numbers, the negative numbers, and zero.

Positive and Negative Numbers

Every positive integer aa has a corresponding negative integer a-a. These numbers satisfy

a+(a)=0. a+(-a)=0.

The number a-a is called the additive inverse of aa.

The integer 00 plays a distinguished role. It satisfies

a+0=a a+0=a

for every integer aa. Thus 00 is called the additive identity.

The integers may therefore be viewed as an extension of the natural numbers in which subtraction becomes an internal operation.

Arithmetic Operations on Integers

Addition, subtraction, and multiplication extend naturally from the arithmetic of natural numbers.

For addition, integers with the same sign are added by adding their absolute values and preserving the sign:

(3)+(5)=8. (-3)+(-5)=-8.

If the signs differ, subtraction of absolute values occurs:

7+(4)=3. 7+(-4)=3.

Subtraction is defined through additive inverses:

ab=a+(b). a-b=a+(-b).

Multiplication obeys the familiar sign rules:

(+)(+)=+,(+)()=,()(+)=,()()=+. (+)(+)=+, \qquad (+)(-)=-, \qquad (-)(+)=-, \qquad (-)(-)=+.

Thus,

(3)(5)=15 (-3)(5)=-15

while

(3)(5)=15. (-3)(-5)=15.

These rules preserve the distributive law:

a(b+c)=ab+ac. a(b+c)=ab+ac.

Algebraic Structure

The integers satisfy important algebraic properties.

Closure

If a,bZa,b\in\mathbb{Z}, then

a+bZ a+b\in\mathbb{Z}

and

abZ. ab\in\mathbb{Z}.

Commutative Laws

a+b=b+a a+b=b+a

and

ab=ba. ab=ba.

Associative Laws

(a+b)+c=a+(b+c) (a+b)+c=a+(b+c)

and

(ab)c=a(bc). (ab)c=a(bc).

Identity Elements

a+0=a,a1=a. a+0=a, \qquad a\cdot1=a.

Additive Inverses

For every integer aa, there exists an integer a-a such that

a+(a)=0. a+(-a)=0.

These properties make the integers one of the fundamental algebraic systems in mathematics.

Order on the Integers

The integers inherit a natural order extending the order of the natural numbers:

<3<2<1<0<1<2<3< \cdots<-3<-2<-1<0<1<2<3<\cdots

Negative integers lie to the left of zero, while positive integers lie to the right.

The order relation is compatible with arithmetic. If

a<b, a<b,

then

a+c<b+c. a+c<b+c.

If c>0c>0, then

ac<bc. ac<bc.

Multiplication by a negative integer reverses inequalities:

a<bac>bc a<b \quad\Longrightarrow\quad ac>bc

whenever c<0c<0.

Absolute Value

The absolute value of an integer measures its distance from zero on the number line. It is defined by

a={a,a0,a,a<0. |a|= \begin{cases} a, & a\ge0,\\ -a, & a<0. \end{cases}

For example,

5=5,5=5. |5|=5, \qquad |-5|=5.

Absolute value satisfies several important properties:

ab=ab |ab|=|a||b|

and

a+ba+b. |a+b|\le |a|+|b|.

The latter inequality is called the triangle inequality.

Integers in Number Theory

The integers form the central domain of classical number theory. Questions concerning divisibility, primes, congruences, and Diophantine equations are fundamentally questions about integers.

For example, the equation

x2+y2=z2 x^2+y^2=z^2

asks for integer solutions, while divisibility questions such as

ab a\mid b

depend entirely on integer arithmetic.

The passage from the natural numbers to the integers therefore marks the beginning of arithmetic as a complete algebraic theory.