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