🎉 从330转为WashU帮助手册啦!

Math4111
模块
Math4111 L2

Lecture 2

Ordered sets, least upper bounds and fields.

Warm up

(a) The statements says: aA,sa\forall a\in A, \exists s\in a such that s7s\geq 7.

The negation is aA,sa\exist a\in A,\forall s\in a, such that s<7s<7.

Ordered sets

Let SS be a set. An order on SS is a relation satisfying:

  1. "trichotomy". If x,ySx,y\in S, then exactly on eof the these statements are hold: x<y,x=y,x>yx<y,x=y,x>y.
  2. "transitivity". If x,y,zSx,y,z\in S, then x<y,y    x<zx<y,y\implies x<z.

An ordered set is a set with order.

Definition 1.7

Let SS be an ordered set and let ESE\subset S (EE is the "universe", all the element you can ever think of...)

  1. βS\beta\in S is an upper bound of EE if xE,xβ\forall x\in E,x\leq \beta
  2. EE is bounded above if βS\exist \beta \in S such that β\beta is the upper bound of EE.

Example

  1. S=Q,E={1,2,3}S=\mathbb{Q}, E=\{1,2,3\} (EE is bounded above)
    • 3,4,3.5 are all upper bounds of EE.
    • 2,2.5 is not upper bounds of EE.
    • π\pi is not upper bound of SS since πS\pi\notin S
  2. S=Q,E={xQ:0<x<1}S=\mathbb{Q}, E=\{x\in \mathbb{Q}:0<x<1\} (EE is bounded above)
    • The upper bound is 11.
  3. S=Q,E={xQ:0<x}S=\mathbb{Q}, E=\{x\in \mathbb{Q}:0<x\} (EE is not bounded above)
    • Sad
  4. S=Q,E=ϕS=\mathbb{Q}, E=\phi.
    • βS\beta\in S is an upper bound of EE if xE,xββS\forall x\in E,x\leq \beta\equiv\beta\in S is not an upper bound of EE if xE,x>β\exists x\in E,x> \beta
    • So this statement is true for any rational numbers since aE\cancel{\exist} a\in E such that x>βx>\beta.

Definition 1.8

Least upper bound, LUB, supremum, SUP

Let SS be an ordered set and ESE\subset S. We say αS\alpha\in S is the LUB of EE if

  1. α\alpha is the UB of EE. (xE,xα\forall x\in E,x\leq \alpha)
  2. if γ<α\gamma<\alpha, then γ\gamma is not UB of EE. (γ<α,xE\forall \gamma <\alpha, \exist x\in E such that x>γx>\gamma )

Lemma

Uniqueness of upper bounds.

If α\alpha and β\beta are LUBs of EE, then α=β\alpha=\beta.

Proof:

Suppose for contradiction α\alpha and β\beta are both LUB of EE, then αβ\alpha\neq\beta

WLOG α>β\alpha>\beta and β>α\beta>\alpha.

EOP

We write SupESupE to denote the LUB of EE.

This also applies to GLBGLB (greatest lower bound) and infinum of EE

Example

  1. S=Q,E={1,2,3}S=\mathbb{Q}, E=\{1,2,3\} (EE is bounded above)
    • SupE=3SupE=3, InfE=1Inf E=1
  2. S=Q,E={xQ:0<x<1}S=\mathbb{Q}, E=\{x\in \mathbb{Q}:0<x<1\} (EE is bounded above)
    • SupE=3SupE=3, InfE=1Inf E=1

SupESupE and InfE=1Inf E=1 don't have to E\in E

  1. S=Q,E={xQ:0<x}S=\mathbb{Q}, E=\{x\in \mathbb{Q}:0<x\} (EE is not bounded above)
    • SupE=SupE=\infty or not defined, InfE=0Inf E=0
  2. S=Q,E=ϕS=\mathbb{Q}, E=\phi.
    • SupE=SupE=-\infty or not defined, InfE=Inf E=\infty or not defined, we don't put \infty in Q\mathbb{Q}

Important example

  1. S=Q,A={pQ:p>0,p2<2}S=\mathbb{Q}, A=\{p\leq \mathbb{Q}:p>0, p^2<2\}.
    • AA is not empty and bounded above. However, SupASup A des not exists.

If S=R,A={pQ:p>0,p2<2}S=\mathbb{R}, A=\{p\leq \mathbb{Q}:p>0, p^2<2\}. * AA is not empty and bounded above. However, SupA=2Sup A=\sqrt{2}.

Least upper bound property (LUBP)

if ES\forall E\subset S that tis non-empty and bounded above, SupES\exist Sup E\in S.

Greatest upper bound property (GLBP)

S has greatest lower bound property (GLBP) if ES\exist E\subset S that is non-empty and bounded below, InfES\exists Inf E\in S

Q\mathbb{Q} does not have LUBP and GLBP.

Theorem 1.11

Let SS be an ordered set. Then SS has the LUBP     \iff SS has the GLBP

Proof:

Let SS be a set with LUBP. (we want to show SS has GLBP)