MATH 409 Lecture 4

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 5, 2013 | next »

Lecture Slides

Solutions to Challenges

Challenge 2

Construct a strict linear order on the set such that ab implies a+cb+c for all a,b,c

Given complex numbers z1=x1+iy1 and z2=x2+iy2, where x1,y1,x2,y2 and i=1. Define z1z2 if:

  • x1<x2 and
  • x1=x2 and y1<y2

Challenge 3

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

Given rational functions f,g(x), we let fg if there exists M such that f(x)<g(x) for all x>M.

Showing strict order is easy, and verifying axioms of addition and multiplication is also easy. Hard part is proving linearity:

Assume fg and let h=gf. Then h(x)=p(x)q(x), where p and q are nonzero polynomials. Since any nonzero polynomial has only finitely many roots, there exists M such that p and q have no roots in the interval (M,). h is continuous and nowhere zero on (M,). Therefore it maintains its sign on this interval, i.e. either h(x)>0 for all x>M or h(x)<0 for all x>M. In the first case, fg. In the second case, gf.

Note: This field does not follow the Archimedean principle


General Intervals

Suppose X is a stet endowed with a strict linear order .

A subset EX is called an interval if with any two elements it contains all elements of X that lie between them. To be precise, a,bE and acb imply that cE for all a,b,cX.

Examples:

  • The empty set and all one-element subsets of X are trivially intervals.
  • Open finite interval (a,b)={cXacb}, where a,bX and ab.
  • Closed and semi-open intervals
    • [a,b]=(a,b){a,b}
    • [a,b)=(a,b){a}
    • (a,b]=(a,b){b}
  • Open semi-infinite intervals
    • (a,)={cXac}
    • (,a)={cXca}, where aX.
  • Closed semi-infinite intervals
    • [a,)=(a,){a}
    • (,a]=(,a){a}
  • Complete infinite interval (,)


Intervals of the Real Line

Theorem 1. Suppose E is a bounded interval of that consists of more than one point. Then there exist a,b with a<b such that E=(a,b) or [a,b) or (a,b], or [a,b].

Theorem 2. Suppose E is an interval of bounded above but unbounded below. Then a such that E=(,a) or (,a].

Theorem 3. Suppose E is an interval of bounded below but unbounded above. Then a such that E=(a,) or [a,).

Theorem 4. Suppose E is an interval of that is neither bounded above nor bounded below. Then E=.

Note: Next challenge: Prove theorems 1 and 4


Natural Numbers, Integers, and Rationals

A set E is called inductive if 1E and, for any real number x, xE implies x+1E. The set of natural numbers is the smallest inductive subset of .

Note: The set is well defined. Namely, it is the intersection of all inductive subsets of .

Integers are defined as

={0}

Rationals are defined as

={pqp and q}


Properties of Natural Numbers

  • 1 is the least natural number: the interval [1,) is an inductive set. Hence [1,).
  • If n, then n1{0}: Let E be set of all n such that n1{0}. Then 1E as 11=0. Besides, for any nE we have (n+1)1=n so that n+1E. Therefore E is an inductive set. Then E, which implies that E=.
more appropriately, that should be a ⊆
  • If n, then the open interval (n1,n) contains no natural numbers: Let E be the set of all n such that (n1,n)=. Then 1E as [1,). Now assume nE and take any x(n,n+1). We have x10 since x>n1, and x1∉ since x1(n1,n). By the above, x∉. Thus E is an inductive set, which implies E=.


Principle of Well-Ordering

Suppose X is a set endowed with a strict linear order . We say that a subset YX is well-ordered with respect to if any nonempty subset of Y has a least element.

Theorem. The set is well-ordered with respect to the natural ordering of the real line .

Proof. Let E be an arbitrary nonempty subset of . The set E is bounded below since 1 is a lower bound of . Therefore m=infE exists. Since m is a lower bound of E while m+1 is not, we can find nE such that mn<m+1. As shown before, the interval (n1,n) is disjoint from . Then (,n)=(,m)(n1,n) is disjoint from E, which implies that n is a lower bound of E. Hence ninfE=m, so n=m=infE by weak antisymmetry. Thus n is the least element of E.


Principle of Mathematical Induction

Theorem. Let P(n) be an assertion depending on a natural variable n. Suppose that

  • P(1) holds,
  • whenever P(k) holds, so does P(k+1).

Then P(n) holds for all n.

Proof. Let E be the set of all natural numbers n such that P(n) holds. Clearly E is an inductive set. Therefore E which implies that E=.

quod erat demonstrandum
Note: The assertion P(1) is called the basis of induction. The implication P(k)P(k+1) is called the induction step.

Examples of assertions P(n):

  • 1+2++n=n(n+1)2
  • n(n+1)(n+2) is divisible by 6
  • n=2p+3q for some p,q

We can use mathematical induction for n by starting with a different (shifted) base.


Strong Induction

Theorem. Let P(n) be an assertion depending on a natural variable n. Suppose that P(n) holds whenever P(k) holds for all natural k<n. Then P(n) holds for all n.

In other words, for n=1, the assuption of the theorem means that P(1) holds unconditionally. For n=2, it means that P(1) implies P(2). For n=3, it means that P(1) and P(2) imply P(3). And so on...

Proof. For any n we define a new assertion Q(n) "P(k) holds for any natural kn". Then Q(1) is equivalent to P(1), in particular, it holds. By assumption Q(n) implies P(n+1) for any n. Moreover, Q(n+1) holds if and only if both Q(n) and P(n+1) hold. Therefore Q(n) implies Q(n+1) for all n. By the principle of mathematical induction, Q(n) holds for all n and thus P(n) holds as well.

quod erat demonstrandum


Functions

A function (or map) f:XY is an assignment: to each xX we assign an element f(x)Y.

The graph of the function f:XY is defined as the subset of X×Y consisting of all pairs of the form (x,f(x)) for xX. Two functions are considered the same if their graphs coincide

Properties

A function f:XY is surjective (or onto) if for each yY, there exists at least one xX such that f(x)=y.

The function f is injective (or one-to-one) if f(x)=f(x) implies x=x. This can be tested with a horizontal line on graph: for all horizontal lines, the graph of f should intersect only once.

A function is bijective if and only if it is both injective and surjective.

Inverse Function

Suppose we have two functions f:XY and g:YX. We say that g is the inverse function of f (denoted f1) if y=f(x) if and only if g(y)=x for all xX and yY.

Theorem 1. The inverse function f1 exists if and only if f is bijective

Theorem 2. A function g:YX is an inverse function of a function f:XY if and only if (gf)(x)=x for all xX and (fg)(x)=y for all yY.