1 - Ordered Sets and Fields

Field

A set F, where (F,+) is an abelian group with identity 0 and (F0,) is an abelian group with identity 1, with a distributive law x(y+z)=xy+xz for each x,y,zF is called a field.

We can write nx for x+xn times+x, xn for xxn timesx, 1x for x1.
And, it follows that 1x=x. (where 1 is in additive inverse of the multiplicative identity). And we also get all the usual associative, commutative and distributive properties we are familiar with.

Ordered Set

A set S with a relation < is an ordered set if:

  • (Trichotomy) x,yS exactly one of x=y, x<y, y<x is true.
  • (transitivity) x,y,zS if x<y and y<z, then x<z.
Supremum, infimum

  • if S is an ordered set and ES, E is said to be bounded above if there exists αS such that for all eE, αe.
  • if γ is an upper bound of E such that for all upper bounds α of E, γα, then γ is the supremum of E (least upper bound) and we write γ=supE.
  • Similarly FS is bounded below if there exists βS such that for all fF, βf.
  • If δ is a lower bound of F such that for all lower bounds β of F, βδ then δ is the infimum of F (greatest lower bound) and we write δ=infF.

Least upper bound property

An ordered set S has the least upper bound property (or supremum property) if for every ES that is bounded above, supES.
Similarly, S has the greatest lower bound property if every subset that is bonded below has an infimum in S.

The next theorem will show that Least upper bound property implies greatest lower bound property (and vice versa if you wish).

Supremum property implies infimum property

Let S be an ordered set with the Supremum property, and HS be bounded below. Define L(H)={l:l is a lower bound of H}. Then,infH exists in S and is equal to supL(H).

proof: Firstly any hH is an upper bound for L(H) as for any lL(H), lh (definition of lower bound). Hence supL(H)=lS.

Suppose l is not a lower bound of H, then there exists some vH for which v<l. But, this means that v is an upper bound for L(H), smaller than the least upper bound l, resulting in a contradiction.

Therefore, l is a lower bound of H. moreover, since l=supL(H) for any other lower bound l of H, ll, hence l=infH.


An ordered field is a field, whose set is ordered, and the order behaves "nice" with addition and multiplication.

Ordered Field

let F,+, be a field an < an order on F, then F is an ordered field if:

  • y<z implies x+y<x+z for any x,y,zF - (OF1)
  • x>0, y>0 implies xy>0. - (OF2)
Properties of ordered fields

let F be an ordered field. Then:

  1. x>0x<0
  2. x>0 and y<z implies xy<xz
  3. x<0 and y<z implies xy>xz
  4. x0 implies x2>0
  5. 0<x<y implies 0<1/y<1/x

proof:

  1. Use (OF1) on x>0 to get xx>x and hence 0>x.
  2. Use (OF2) on x>0 and zy>0 to get (distributive) xzxy>0 and hence xz>xy.
  3. Similar to 2
  4. if x>0, use (OF2) to conclude x2>0. if x<0, it follows that x>0 and using (OF2) with field axioms we have (1)2x2>0 hence x2>0.
  5. Since x,y>0 both x1,y1>0 use (OF2) twice.