MATH 409 Lecture 1

From Notes
Jump to navigation Jump to search

« previous | Tuesday, August 27, 2013 | next »

Begin Exam 1 content
Lecture Slides

Office appointments: Generally available for TWR afternoons

Topics:

  • Axioms
  • Point Set Theory
  • Compactness, completeness, and connectedness
  • Continuity and Uniform Continuity
  • Sequencies, series
  • Differentiatiability
  • Theory of Riemann integration


Challenge 1

50 pts. No deadline

Let f: be an infinitely differentiable function. Suppose that for any point x there iexists a derivative of f that vanishes at x:

f(n)(x)=0 for some n1

Prove that f is polynomial.

Note: A polynomial can be uniquely characterized as an infinitely differentiable function f: such that f(n)(x)0 (identically zero) for some n1.

Smaller Challenge

What is the name of the river on the cover of the book.


Axioms of an Ordered Field

Real Line

Study of calculus of functions begins with study of domain: real numbers (real line)

The real line is a mathematical object rich with structure:

  • algebraic structure (4 operations: add, subtract, multiplication, and division)
  • ordering (when choosing any 3 points, one is located between the other two
  • metric structure (measurable distance between points)
  • continuity (we can get from one point to another in a continuous way)

Axiomatic Model

Provides solid foundation for all subsequent developments

Three postulates, each consisting of one or several axioms

To verify adequacy, prove that axioms are consistent (i.e. there exists an object satisfying them), and categorical (i.e. object is, in a sense, unique)

Axioms chosen among basic properties of real numbers:

  1. Formalizes algebraic structure
  2. Formalizes ordering
  3. Formalizes continuous structure
Note: Metric structure can be formaziled in terms of other structures


Field

Motivated by the real numbers and complex numbers

Informally, a field is a set with 4 arithmetic operations (+, −, ×, ÷) that have roughly the same properties as those of real (or complex) numbers.

Notion of field is important for linear algebra. Members of a field can serve as a set of scalars for a vector space.

Formally, A field is a set F equipped with two closed binary operations:

  • addition: (a,b)F×Fa+bF
  • multiplication: (a,b)F×FabF

Which adhere to the following axioms:


F1. a+b=b+a for all a,bF commutativity of addition
F2. (a+b)+c=a+(b+c) for all a,b,cF associativity of addition
F3. There exists an element of F, denoted 0, such that a+0=0+a=a for all aF additive identity
F4. For any aF, there exists an element of F, denoted a, such that a+(a)=(a)+a=0 additive inverse
F1'. ab=ba for all a,bF commutativity of multiplication
F2'. (ab)c=a(bc) for all a,b,cF associativity of multiplication
F3'. There exists an element of F different from 0, denoted 1, such that a1=1a=a for all aF multiplicative identity
F4'. For any aF, a0, there exists an element of F, denoted a1, such that aa1=a1a=1 multiplicative inverse
F5. a(b+c)=(ab)+(ac) for all a,b,cF distributive property


Subtraction and division are then defined as compound operations:

ab=a+(b)a/b=ab1


Postulate 1: The set of real numbers is a field.


Other examples of fields include:

  • complex numbers
  • rational numbers
  • Rational functions (x) in variable x with real coefficients (e.g. f(x)=anxn+an1xn1++a1x+a0bmxm+bm1xm1++b1x+b0 for ai,bj and bm0)
  • Field of two elements 𝔽={0¯,1¯}


Properties

Theorem. The zero 0 is unique.

Proof. Suppose z1 and z2 are both zeroes, so a+z1=z1+a=a and a+z2=z2+a=a for all aF.

Then z1+z2=z2 and z1+z2=z1. Hence z1=z2.

quod erat demonstrandum

Theorem. For any aF, the negative a is unique.

Proof. Suppose b1 and b2 are both negatives of a. Let's compute the sum of b1+a+b2 in two ways:

  1. (b1+a)+b2=0+b2=b2
  2. b1+(a+b2)=b1+0=b1

By associativity of addition, b1=b2.

quod erat demonstrandum

Theorem. [Cancellation Law]. a+c=b+c implies a=b for any a,b,cF

Proof. If a+c=b+c then (a+c)+(c)=(b+c)+(c). By associativity, (a+c)+(c)=a+(c+(c))=a+0=a and (b+c)+(c)=b+(c+(c))=b+0=b.

Hence a=b.

quod erat demonstrandum

Theorem. 0a=0 for any aF

Proof. Start with 0a+a=0=0a+1a. Apply the distributive law to get (0+1)a=1a=a

Let's write this as 0+a. By the cancellation law, 0a=0

quod erat demonstrandum

Theorem. (1)a=a for any aF

Proof. There are two ways to add: a+(1)a=(1)a+a. This is equal to (1)a+1a=(1+1)a=0a=0 by the previous property.

quod erat demonstrandum

Other properties:

  • (a)=a for all aF
  • (1)(1)=1
  • (ab)=ba for all a,bF
  • The unity 1 is unique. (same proof as uniqueness of 0)
  • For any a0, the inverse a1 is unique.
  • (Cancellation law) ac=bc implies a=b whenever c0.
  • For any a,bF, the equality ab=0 implies that either a=0 or b=0.

Relations

Recall that the Cartesian product X×Y of two sets X and Y is the set of all ordered pairs (x,y) such that xX and yY.

The Cartesian square X×X is denoted X2

A relation R on a set X is (identified with) a subset of its Cartesian square RX2.

If (x,y)R then we say x is related to y (in the sense of R or by R) and write xRy.

Examples:

  • Equality: xRyx=y
  • Not equal to: xRyxy (complement of equality)
  • Less than: xRyx<y
  • Less than or equal to: xRyxy
  • Is contained in: xRyxy
  • Divides: xRyy/x for x


Properties

Let R be a relation on a set x

  • Reflexive: xRx for all xX
  • Symmetric: xRy implies yRx
  • Antisymmetric: xRy and yRx cannot hold simultaneously
  • Weakly antisymmetric: xRy and yRx imply that x=y
  • Transitive: for all x,y,zX, xRy, yRz imply xRz

Partial Ordering

Relation R on a set X is a partial ordering (or partial order, or simply order) if R is reflexive, weakly antisymmetric, and transitive:

  • xRx
  • xRy and yRx imply x=y
  • xRy and yRz imply xRz

(e.g. less than or equal to)

Strict Partial Ordering

A relation R on a set X is a strict partial order (or strict order) if R is antisymmetric and transitive

  • xRy implies ¬(yRx)
  • xRy and yRz imply xRz

(e.g. less than)

Linear / Total Ordering

An order R on a set X is called linear (or total) if for any elements x,yX at least one of the following statements hold:

  • xRy
  • yRx, or
  • x=y
Postulate 2: There is a relation on the set of real numbers , denoted <, that is a strict linear order. Moreover, this order and arithmetic operations on satisfy the following axioms:
OA. a<b implies a+c<b+c for all a,b,c
OM1. a<b and c>0 imply ac<bc for all a,b,c
OM2. a<b and c<0 imply bc<ac for all a,b,c
the axioms OM1 and OM2 can be replaced by a third
OM. 0<a and 0<b imply 0<ab for all a,b

Auxiliary notation

  • a>b means that b<a
  • by ab, we mean that a<b or a=b.
  • By a<b<c, we mean that a<b and b<c

Properties of Linearly Ordered Fields

  • a>0a<0
  • a<bab<0
  • (a>0)(b<0)ab<0
  • (a<0)(b<0)ab>0
  • a0a2>0 (where a2=aa)
  • 0<1
  • (0<a<b)(0<c<d)ac<bd
  • 0<a<ba1>b1>0