# Order Relations

## 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 $a$ and $b$, one can determine whether $a$ is less than, equal to, or greater than $b$.

The order relation on the integers is written using the symbols

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

If

$$
a<b,
$$

we say that $a$ is less than $b$. Equivalently, $b$ is greater than $a$.

The relation

$$
a\le b
$$

means either

$$
a<b
$$

or

$$
a=b.
$$

Similarly,

$$
a\ge b
$$

means either

$$
a>b
$$

or

$$
a=b.
$$

The integers therefore form a linearly ordered set:

$$
\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 $a$ and $b$, exactly one of the following statements holds:

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

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

$$
a<b
$$

and

$$
a>b
$$

to hold.

The trichotomy law ensures that the integers are completely ordered.

## Transitivity

The order relation is transitive. If

$$
a<b
$$

and

$$
b<c,
$$

then

$$
a<c.
$$

For example,

$$
2<5
$$

and

$$
5<9
$$

imply

$$
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,
$$

then adding the same integer $c$ to both sides preserves the inequality:

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

For example,

$$
3<7
$$

implies

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

that is,

$$
8<12.
$$

This property allows equations and inequalities to be manipulated algebraically.

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

$$
a-c<b-c.
$$

## Compatibility with Multiplication

Multiplication behaves differently depending on the sign of the multiplier.

If

$$
a<b
$$

and

$$
c>0,
$$

then

$$
ac<bc.
$$

For example,

$$
2<5
$$

implies

$$
2\cdot3<5\cdot3,
$$

so

$$
6<15.
$$

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

$$
a<b
$$

and

$$
c<0,
$$

then

$$
ac>bc.
$$

For example,

$$
2<5
$$

implies

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

since

$$
-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 $a$ is positive if

$$
a>0.
$$

It is negative if

$$
a<0.
$$

The integer $0$ 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 $S$ be a set of integers.

An integer $u$ is called an upper bound for $S$ if

$$
a\le u
$$

for every $a\in S$.

Similarly, an integer $l$ is called a lower bound if

$$
l\le a
$$

for every $a\in S$.

For example, the set

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

has upper bound $4$ and lower bound $1$.

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 $\mathbb{N}$ possesses a least element.

For example, the set

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

has least element $5$.

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

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

has least element $2$.

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 $p$ is a prime number and

$$
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.

