Skip to content

Order Relations

The integers are not merely a collection of numbers equipped with arithmetic operations. They also possess an order structure. Given two integers $a$ and $b$, one can...

Ordered Structure of the Integers

The integers are not merely a collection of numbers equipped with arithmetic operations. They also possess an order structure. Given two integers aa and bb, one can determine whether aa is less than, equal to, or greater than bb.

The order relation on the integers is written using the symbols

<,>,,. <,\quad >,\quad \le,\quad \ge.

If

a<b, a<b,

we say that aa is less than bb. Equivalently, bb is greater than aa.

The relation

ab a\le b

means either

a<b a<b

or

a=b. a=b.

Similarly,

ab a\ge b

means either

a>b a>b

or

a=b. a=b.

The integers therefore form a linearly ordered set:

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

Every pair of integers can be compared uniquely.

Trichotomy Law

The most basic property of order is the trichotomy law.

For any integers aa and bb, exactly one of the following statements holds:

a<b,a=b,a>b. a<b, \qquad a=b, \qquad a>b.

Two distinct possibilities cannot occur simultaneously. For example, it is impossible for both

a<b a<b

and

a>b a>b

to hold.

The trichotomy law ensures that the integers are completely ordered.

Transitivity

The order relation is transitive. If

a<b a<b

and

b<c, b<c,

then

a<c. a<c.

For example,

2<5 2<5

and

5<9 5<9

imply

2<9. 2<9.

Transitivity allows chains of inequalities to be combined into larger comparisons.

Compatibility with Addition

Order interacts naturally with arithmetic operations. If

a<b, a<b,

then adding the same integer cc to both sides preserves the inequality:

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

For example,

3<7 3<7

implies

3+5<7+5, 3+5<7+5,

that is,

8<12. 8<12.

This property allows equations and inequalities to be manipulated algebraically.

Conversely, subtracting the same quantity from both sides also preserves order:

ac<bc. a-c<b-c.

Compatibility with Multiplication

Multiplication behaves differently depending on the sign of the multiplier.

If

a<b a<b

and

c>0, c>0,

then

ac<bc. ac<bc.

For example,

2<5 2<5

implies

23<53, 2\cdot3<5\cdot3,

so

6<15. 6<15.

However, multiplication by a negative integer reverses the inequality. If

a<b a<b

and

c<0, c<0,

then

ac>bc. ac>bc.

For example,

2<5 2<5

implies

2(1)>5(1), 2(-1)>5(-1),

since

2>5. -2>-5.

This reversal is one of the characteristic features of inequalities.

Positive and Negative Integers

The order relation divides the integers into three classes.

An integer aa is positive if

a>0. a>0.

It is negative if

a<0. a<0.

The integer 00 is neither positive nor negative.

Every nonzero integer is therefore either positive or negative, but not both.

The sign of a product follows from the order structure:

  • the product of two positive integers is positive,
  • the product of two negative integers is positive,
  • the product of integers with opposite signs is negative.

These facts are fundamental throughout arithmetic and algebra.

Bounds

Let SS be a set of integers.

An integer uu is called an upper bound for SS if

au a\le u

for every aSa\in S.

Similarly, an integer ll is called a lower bound if

la l\le a

for every aSa\in S.

For example, the set

{1,2,3,4} \{1,2,3,4\}

has upper bound 44 and lower bound 11.

Finite sets of integers always possess both upper and lower bounds.

Well-Ordering Principle

One of the most important properties of the natural numbers is the well-ordering principle.

Every nonempty subset of N\mathbb{N} possesses a least element.

For example, the set

{5,8,12,19} \{5,8,12,19\}

has least element 55.

Even infinite subsets satisfy this property. The set of even positive integers

{2,4,6,8,} \{2,4,6,8,\ldots\}

has least element 22.

The well-ordering principle is equivalent to mathematical induction and plays a central role in proofs throughout number theory.

Order and Number Theory

Order relations appear constantly in arithmetic arguments. Statements about divisibility, primes, factorization, and congruences frequently depend on inequalities.

For example, if pp is a prime number and

pab, p\mid ab,

one often studies the relative sizes of the quantities involved. Estimates for arithmetic functions, prime counting functions, and Diophantine equations all rely heavily on ordered structure.

Thus the integers combine two fundamental features:

  1. arithmetic operations,
  2. linear order.

The interaction between these structures is one of the foundations of number theory.