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 n≥1

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 n≥1.

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×F↦a+b∈F
  • multiplication: (a,b)∈F×F↦a⋅b∈F

Which adhere to the following axioms:


F1. a+b=b+a for all a,b∈F commutativity of addition
F2. (a+b)+c=a+(b+c) for all a,b,c∈F associativity of addition
F3. There exists an element of F, denoted 0, such that a+0=0+a=a for all a∈F additive identity
F4. For any a∈F, there exists an element of F, denoted −a, such that a+(−a)=(−a)+a=0 additive inverse
F1'. a⋅b=b⋅a for all a,b∈F commutativity of multiplication
F2'. (a⋅b)⋅c=a⋅(b⋅c) for all a,b,c∈F associativity of multiplication
F3'. There exists an element of F different from 0, denoted 1, such that a⋅1=1⋅a=a for all a∈F multiplicative identity
F4'. For any a∈F, a≠0, there exists an element of F, denoted a−1, such that a⋅a−1=a−1⋅a=1 multiplicative inverse
F5. a⋅(b+c)=(a⋅b)+(a⋅c) for all a,b,c∈F distributive property


Subtraction and division are then defined as compound operations:

a−b=a+(−b)a/b=a⋅b−1


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+an−1xn−1+…+a1x+a0bmxm+bm−1xm−1+…+b1x+b0 for ai,bj∈ℝ and bm≠0)
  • 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 a∈F.

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

quod erat demonstrandum

Theorem. For any a∈F, 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,c∈F

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. 0⋅a=0 for any a∈F

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

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

quod erat demonstrandum

Theorem. (−1)⋅a=−a for any a∈F

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

quod erat demonstrandum

Other properties:

  • −(−a)=a for all a∈F
  • (−1)⋅(−1)=1
  • −(a−b)=b−a for all a,b∈F
  • The unity 1 is unique. (same proof as uniqueness of 0)
  • For any a≠0, the inverse a−1 is unique.
  • (Cancellation law) ac=bc implies a=b whenever c≠0.
  • For any a,b∈F, 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 x∈X and y∈Y.

The Cartesian square X×X is denoted X2

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

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: xRy⟺x=y
  • Not equal to: xRy⟺x≠y (complement of equality)
  • Less than: xRy⟺x<y
  • Less than or equal to: xRy⟺x≤y
  • Is contained in: xRy⟺x∈y
  • Divides: xRy⟺y/x∈ℤ for x∈ℤ


Properties

Let R be a relation on a set x

  • Reflexive: xRx for all x∈X
  • 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,z∈X, 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,y∈X 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 a≤b, 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>0⟹−a<0
  • a<b⟹a−b<0
  • (a>0)∧(b<0)⟹ab<0
  • (a<0)∧(b<0)⟹ab>0
  • a≠0⟹a2>0 (where a2=a⋅a)
  • 0<1
  • (0<a<b)∧(0<c<d)⟹ac<bd
  • 0<a<b⟹a−1>b−1>0