The Order Axioms of ℝ Notes

Site: davidnyakweba.gnomio.com
Course: CALCULUS 1
Book: The Order Axioms of ℝ Notes
Printed by: Guest user
Date: Friday, 15 August 2025, 9:07 PM

1. Order axioms in R

The real numbers are more than a field—they are an ordered field.

Definition: A set is ordered if there exists a binary relation "<" satisfying:

Axioms of Order:

  1. Trichotomy: For all

    a,bRa, b \in ℝ

    , exactly one of the following is true:

    • a<ba < b

    • a=ba = b

    • a>ba > b

  2. Transitivity: If

    a<ba < b

    and

    b<cb < c

    , then

    a<ca < c

  3. Addition Property: If

    a<ba < b

    , then

    a+c<b+ca + c < b + c

  4. Multiplication Property: If

    0<a0 < a

    and

    0<b0 < b

    , then

    0<ab0 < ab

From these, we define:

  • aba ≤ b

    means

    a<ba < b

    or

    a=ba = b

  • aba ≥ b

    means

    bab ≤ a

2. Intervals in R

Real analysis often works with intervals, which are sets of real numbers defined by inequalities.

Types of Intervals:

  • Open interval:

    (a,b)={xRa<x<b}(a, b) = \{ x \in ℝ \mid a < x < b \}

  • Closed interval:

    [a,b]={xRaxb}[a, b] = \{ x \in ℝ \mid a \leq x \leq b \}

  • Half-open:

    (a,b],[a,b)(a, b], [a, b)

    (a,b],[a,b)

  • Infinite:

    (,b),(a,),(,)(-\infty, b), (a, \infty), (-\infty, \infty)

    (,b),(a,),(,)

These play an essential role in defining limits, continuity, and compactness.

2.1. Density of Q in R

Statement:

Between any two real numbers

a<ba < b

, there exists a rational number

qq

q such that

a<q<ba < q < b

Proof Sketch:

Let

a<ba < b

. Since

ba>0b - a > 0

, choose

nNn \in ℕ

such that

1n<ba\frac{1}{n} < b - a

. Then choose

mZm \in ℤ

such that

mn>a\frac{m}{n} > a

. Adjust

mm

m to find a rational number

q=mn(a,b)q = \frac{m}{n} \in (a, b)

Implication:

  • The rationals are “everywhere” in the reals

  • Rational approximations are always possible

  • Fundamental in defining limits and continuity

2.2. Archimedean property in R

Statement:

For every

xRx \in ℝ

, there exists a natural number

nNn \in ℕ

such that

n>xn > x

.
Equivalently,

R

R has no infinitely large or infinitesimal elements.

Consequences:

  • nN\exists n \in ℕ

    such that

    1n<ϵ\frac{1}{n} < \epsilon

    for any

    ϵ>0\epsilon > 0

  • Ensures that ℕ is unbounded in ℝ

  • Essential in constructing sequences that converge to zero

The Archimedean Property bridges the discrete world of natural numbers and the continuum of the real line.