MATH 409 Lecture 2

From Notes
Jump to navigation Jump to search

« previous | Thursday, August 29, 2013 | next »

Lecture Slides

Challenge 2

Due Sept. 5

Construct a strict linear order on the set of complex numbers that satisfies the axiom OA:

aba+cb+ca,b,c


Challenge 3

Due Sept. 5

Construct a strict linear order on the set (x) of rational functions in variable x with real coefficients that makes (x) into an ordered field.

Towards an Answer

Modification of big-Oh:

Let f,g(x) be rational functions in x with real coefficients.

Define fg if and only if for some constant c

Asymptotics do not provide an answer, but are a step in the right direction.


Ordered Fields

Absolute value Supremum and infimum

Recall: Real Line structure formalized by field and ordering formalized by strict linear ordering

Definition

A field F with a strict linear order is called an ordered field if this order and arithmetic operation son F satisfy the following axioms:


OA. aba+cb+c
OM1. (ab)(c0)acbc
OM2. (ab)(c0)bcac
OM1 + OM2 = OM. (0a)(0b)0ab

Theorem. Three axioms OA, OM1, and OM2 are equivalent to two axioms OA and OM

Proof. We wish to prove that

OAOM1OM2OAOM

So we prove each conditional separately:

OAOM1OM2OAOMOAOMOAOM1OM2

OA is on both sides of the implications, so we can disregard it from the RHS and prove the remaining RHS elements incrementally.


OAOM1OM2OM

Assume that 0a and 0b. Axiom OM1 implies that 0bab. We already know 0b=0, thus 0ab.


OAOMOM1

Assume that ab and c0. By axiom OA, ab implies a+(a)b+(a), that is 0ba. By axiom OM, 0(ba)c=bcac. Adding ac to both sides of the latter relation, we get acbc.


OAOMOM2

Assume that ab and c0. By axiom OA, ab implies 0ba while c0 implies 0c. By axiom OM, we get 0(ba)(c)=acbc. Adding bc to both sides of the latter relation, we get acbc.

quod erat demonstrandum

Strict linear order

a strict order on a set X is a relation on X (usually denoted or preceeds), that is antisymmetric and transitive, namely:

  • ab¬(ba)
  • abbcac

Strict order is called linear (or total) if for any a,bX we have either ab or ba or a=b

Auxiliary Notation: ab means that ba.


Properties of Ordered Fields

Theorem. a0a0

Proof. subtract a from both sides of the relation a0, we get 0a.

quod erat demonstrandum

Theorem. abab0

Proof. subtract b from both sides of the relation ab, we get abbb=0.

quod erat demonstrandum

Theorem. abcda+cb+d

Proof. Adding c to both sides of ab, we get a+cb+c. Adding b to both sides of cd, we get b+db+d. By transitivity, a+cb+cb+d implies a+cb+d.

quod erat demonstrandum

Theorem. 0ab0cdacbd

Proof. similar proof as above.

quod erat demonstrandum

Theorem. a0b0ab0

Proof. b0 implies b0. Then a(b)0. Note that a(b)=a(1b)=(1)(ab)=ab. Hence a,b0 so that ab0

quod erat demonstrandum

Theorem. a0b0ab0

Proof. It follows that a0 and b0. Then (a)(b)0. But (a)(b)=(1a)(1b)=(1)(1)ab=1ab=ab.

quod erat demonstrandum

Theorem. a0a20 where a2=aa

Proof. (need linearity) Since a0, we have either a0 or a0:

  1. In the first case, positive times positive is positive by OM.
  2. In the second case, negative times negative is negative by the previous property.
quod erat demonstrandum

Theorem. 101

Proof. We know that 10 by field axioms and a20 for any a0. We obtain 012=1. Then 10.

quod erat demonstrandum

Theorem. 0a0a1

Proof. We know either 0a1 or a10 or a1=0. However, a10 would imply that 1=aa10, a contradiction.

Further, a1=0 would imply that 1=aa1=a0=0, another contradiction. Hence 0a1.

quod erat demonstrandum

Theorem. 0aba1b1

Proof. Since 0a and 0b, it follows that 0a1 and 0b1. Multiplying both sides of ab by a1b1, we get b1a1.

quod erat demonstrandum

Which fields can be ordered?

  • is ordered with respect to <.
  • is also ordered with respect to < (since it is a subset of ).
  • 𝔽2 (field of two elements) cannot be ordered: in any ordered field, 101, in particular 11. However, in the field of two elements, 1=1.
  • cannot be ordered: In any ordered field, 10 and a20 for all a0. However, i2=1, where i=10
  • The field (x) of rational functions is an ordered field with respect to some relation


Absolute Value

(in preparation for next time)

The absolute value (or modulus) of a real number a, denoted |a| is denoted as follows:

|a|={aa0aa<0

This definition makes sense for any ordered field.

Properties

  • |a|0: if a0, we're done by the definition. If a<0, we know that a>0
  • |a|=0 iff a=0
  • |a|=|a|
  • if M>0, then |a|<MM<a<M
  • |ab|=|a||b|
  • |a+b||a|+|b|


Supremum and Infimum

Let E be a nonempty set and M be a real number. We say that M is an upper bound of the set E if aM for all aE. Similarly, M is a lower bound of the set E if aM for all aE.

We say the set E is bounded above if it admits an upper bound and bounded below if it admits a lower bound. The set E is called bounded if it is bounded above and below

In particular, a real number M is called the supremum (or the least upper bound) of hte set E and denoted supE if

  1. M is an upper bound of E, and
  2. MM+ for any upper bound M+ of E.

Similarly, M is called the infimum (or greatest lower bound) of the set E and denoted infE if

  1. M is a lower bound of E, and
  2. MM for any lower bound M of E.


Completeness Axiom. A nonempty subset E has a supremum if E is bounded above.