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:

a≺b→a+c≺b+c∀a,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 f≺g 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. a≺b⟹a+c≺b+c
OM1. (a≺b)∧(c≻0)⟹ac≺bc
OM2. (a≺b)∧(c≺0)⟹bc≺ac
OM1 + OM2 = OM. (0≺a)∧(0≺b)⟹0≺ab

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

Proof. We wish to prove that

OA∧OM1∧OM2⟺OA∧OM

So we prove each conditional separately:

OA∧OM1∧OM2⟹OA∧OMOA∧OM⟹OA∧OM1∧OM2

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


OA∧OM1∧OM2⟹OM

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


OA∧OM⟹OM1

Assume that a≺b and c≻0. By axiom OA, a≺b implies a+(−a)≺b+(−a), that is 0≺b−a. By axiom OM, 0≺(b−a)c=bc−ac. Adding ac to both sides of the latter relation, we get ac≺bc.


OA∧OM⟹OM2

Assume that a≺b and c≺0. By axiom OA, a≺b implies 0≺b−a while c≺0 implies 0≺−c. By axiom OM, we get 0≺(b−a)(−c)=ac−bc. Adding bc to both sides of the latter relation, we get ac≺bc.

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:

  • a≺b⟹¬(b≺a)
  • a≺b∧b≺c⟹a≺c

Strict order ≺ is called linear (or total) if for any a,b∈X we have either a≺b or b≺a or a=b

Auxiliary Notation: a≻b means that b≺a.


Properties of Ordered Fields

Theorem. a≻0⟹−a≺0

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

quod erat demonstrandum

Theorem. a≺b⟹a−b≺0

Proof. subtract b from both sides of the relation a≺b, we get a−b≺b−b=0.

quod erat demonstrandum

Theorem. a≺b∧c≺d⟹a+c≺b+d

Proof. Adding c to both sides of a≺b, we get a+c≺b+c. Adding b to both sides of c≺d, we get b+d≺b+d. By transitivity, a+c≺b+c≺b+d implies a+c≺b+d.

quod erat demonstrandum

Theorem. 0≺a≺b∧0≺c≺d⟹ac≺bd

Proof. similar proof as above.

quod erat demonstrandum

Theorem. a≻0∧b≺0⟹ab≺0

Proof. b≺0 implies −b≻0. Then a(−b)≻0. Note that a(−b)=a(−1⋅b)=(−1)(ab)=−ab. Hence −a,b≻0 so that ab≺0

quod erat demonstrandum

Theorem. a≺0∧b≺0⟹ab≻0

Proof. It follows that −a≻0 and −b≻0. Then (−a)(−b)≻0. But (−a)(−b)=(−1⋅a)(−1⋅b)=(−1)(−1)ab=1ab=ab.

quod erat demonstrandum

Theorem. a≠0⟹a2≻0 where a2=a⋅a

Proof. (need linearity) Since a≠0, we have either a≻0 or a≺0:

  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. −1≺0≺1

Proof. We know that 1≠0 by field axioms and a2≻0 for any a≠0. We obtain 0≺12=1. Then −1≺0.

quod erat demonstrandum

Theorem. 0≺a⟹0≺a−1

Proof. We know either 0≺a−1 or a−1≺0 or a−1=0. However, a−1≺0 would imply that 1=aa−1≺0, a contradiction.

Further, a−1=0 would imply that 1=aa−1=a⋅0=0, another contradiction. Hence 0≺a−1.

quod erat demonstrandum

Theorem. 0≺a≺b⟹a−1≻b−1

Proof. Since 0≺a and 0≺b, it follows that 0≺a−1 and 0≺b−1. Multiplying both sides of a≺b by a−1b−1, we get b−1≺a−1.

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, −1≺0≺1, in particular −1≺1. However, in the field of two elements, −1=1.
  • ℂ cannot be ordered: In any ordered field, −1≺0 and a2≻0 for all a≠0. However, i2=−1, where i=−1≠0
  • 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|={aa≥0−aa<0

This definition makes sense for any ordered field.

Properties

  • |a|≥0: if a≥0, 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|<M⟺−M<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 a≤M for all a∈E. Similarly, M is a lower bound of the set E if a≥M for all a∈E.

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 sup⁡E if

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

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

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


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