Class Info

Textbook

S. Abbott’s Understanding Analysis

1.2: Some Preliminaries

Sets

Ac={xR:xA}

De Morgan’s Laws

(AB)c=AcBc
(AB)c=AcBc

Absolute Value

|x|={x if x0x if x<0

Satisfies following
i.
|ab|=|a||b|

Triangle Inequality

ii. The Triangle Inequality
|a+b||a|+|b|

Theorem 1.2.6

aR and bR are equal (|ab|<ϵ) for all real ϵ>0

1.3: Axiom of Completeness

Properties of  R

  • Every element of R has an additive inverse, and every nonzero element has a multiplicative inverse
  • R is a field
    • addition and multiplication of real numbers is commutative, distributive, and associative
    • Ordering properties on Q extend to R
      • <,>,,
  • QR

Axiom of Completeness

Every nonempty set of real numbers that is bounded above has a least upper bound

  • Note that this does not apply to Q

Least Upper Bounds and Greatest Lower Bounds

  • A set AR is bounded above if bR aA  ab

    • b is an upper bound
  • A set AR is bounded below if lR bA  lb

    • l is a lower bound
  • A real number s is a Least Upper Bound (or supremum) of AR if the following is true

    1. s is an upper bound of A
    2. if b is any upper bound for A, then sb
  • A real number t is a Greatest Lower Bound (or infimum) of AR if the following is true

    1. s is a lower bound of A
    2. if l is any lower bound for A, then lt
  • There can only be one supremum (and one infimum)

  • The supremum and infimum don’t have to be an element of S

  • A real number a0 is a maximum of A if a0A and aA  a0a

  • A real number a1 is a minimum of A if a1A and aA  a1a

  • There supremum can exist without a maximum, but a maximum always implies the existence of a supremum

Lemma 1.3.8

Suppose sR is an upper bound for a set AR.

s=sup A if and only if for every ϵ>0, aA satisfying sϵ<a

Proof

Another rephrasing of the lemma: If s is an upper bound, s is the least upper bound if and only if any number smaller than s is not an upper bound.

Use this to prove the forward and reverse implications.

2.2: The Limit of a Sequence

Definition 2.2.3 (Convergence of a Sequence)

A sequence (an) converges to aR if
ϵ>0 NN(nN|ana|<ϵ)

3.2: Open and Closed Sets

3.3: Compact Sets

3.4: Perfect Sets and Connected Sets

4.2: Functional Limits

Definition 4.2.1 (Functional Limit)

Let f:AR and let cA. Let xA
We say limxcf(x)=L if

ϵ>0,δ>0(0<|xc|<δ|f(x)L|<ϵ)

  • Note that 0<|xc| is just a compact way of saying xc

Theorem 4.2.3 (Sequential Criterion for Functional Limits)

Given f:AR and a limit point cA, the following are equivalent
i. limxcf(x)=L
ii. (xn)A satisfying xnc, it follows that f(xn)L

Corollary 4.2.4 (Algebraic Limit Theorem for Functional Limits)

Corollary 4.2.5 (Divergence Criterion for Functional Limits)

Let f:AR and let c be a limit point of A

If (xn),(yn)Axncync and
limxn=limyn=c but limf(xn)limf(yn)
then limxcf(x)=DNE

4.3: Continuous Functions

Definition 4.3.1 (Continuity)

A function f:AR is continous at a point cA if

ϵ>0,δ>0(xA|xc|<δ|f(x)f(c)|<ϵ)

Theorem 4.3.2 ( Characterization of Continuity)

Let f:AR and cA. Let xA.

f is continuous is equivalent to saying any of the three following equivalent statements
i.
ϵ>0,δ>0|xc|<δ|f(x)f(c)|<ϵ
ii.
Vϵ(f(c)),Vδ(c)(xVδ(c)f(x)Vϵ(f(c)))
iii.
(xn)Acf(xn)f(c)

iv. If c is a limit point of A
limxcf(x)=f(c)

Corollary 4.3.3 (Criterion for Discontinuity)

Let f:AR and let cA be a limit point of A

If (xn)A where (xn)c but f(xn) does not converge to f(c), then f is not continous at c

Theorem 4.3.4 (Algebraic Continuity Theorem)

Assume f:AR and g:AR are continous at cA. Then the following are all continous at cA

i. kf(x)kR
ii. f(x)+g(x)
iii. f(x)g(x)
iv. f(x)/g(x) if g(c)0

4.4: Continous Functions on Compact Sets

Theorem 4.4.1 (Preservation of Compact Sets)

Let f:AR be continous on A.

If KA is compact, then f(K) is compact as well

Theorem 4.4.2: Extreme Value Theorem

If f:KR is continous on a compact set KR, then f attains a maximum and minimum value.

x0,x1Kf(x0)f(x)f(x1) xK

Definition 4.4.4: Uniform Continuity

f:AR is uniformly continous on A if

ϵ>0 δ>0,x,yA (|xy|<δ|f(x)f(y)|<ϵ)

  • Note that a function is continous if cA ϵ>0,δ>0|xc|<δ|f(x)f(c)|<ϵ
  • For Regular continuity δ could depend on the value of c, but for uniform continuity, δ does not depend on the cA

Sequential Criterion for Absence of Uniform Continuity

A function f:AR fails to be uniformly continous on A if and only if
ϵ0>0 and (xn),(yn)A such that
|xnyn|0 but |f(xn)f(yn)|ϵ0

Theorem 4.4.7 (Uniform Continuity on Compact Sets)

A function is that is continous on a compact set K is uniformly continous on K

4.5: The Intermediate Value Theorem

Theorem 4.5.1 (Intermediate Value Theorem)

Let f:[a,b]R be continuous. If LR and f(a)<L<f(b) or f(b)>L>f(a), then c(a,b) where f(c)=L

Theorem 4.5.2 (Preservation of Connected Sets)

Let f:GR be continuous. If EG is connected, then f(E) is connected.

5.2: Derivatives

Definition 5.2.1 (Differentiability)

Let g:AR be defined on interval A. Given cA, the derivative of g at c is given by
g(c)=limxcg(x)g(c)xc
if the limit exists

Theorem 5.2.3

If g:AR is differentiable at cA, then g is continuous at c

Theorem 5.2.4 (Algebraic Differentiability Theorem)

Let f and g be defined on interval A

Theorem 5.2.5 (Chain Rule)

Theorem 5.2.6 (Interior Extermum Theorem)

Let f be differentiable on (a,b). If f attains a maximum value at c(a,b), then f(c)=0. The same applies if f attains a minimum.

Theorem 5.2.7 (Darboux’s Theorem)

If f is differentiable on [a,b] and if f(α)<α<f(b), then c(a,b)f(c)=α

5.3: The Mean Value Theorem

Theorem 5.3.1 (Rolle’s Theorem)

Let f:[a,b]R be continuous on [a,b] and differentiable on (a,b). If f(a)=f(b), c(a,b) where f(c)=0

Theorem 5.3.2 (Mean Value Theorem)

Let f:[a,b]R be continuous on [a,b] and differentiable on (a,b), then there exists c(a,b) where f(c)=f(b)f(a)ba

Theorem 5.3.6: L’Hospital’s Rule

limxaf(x)g(x)=Llimxaf(x)g(x)=L

6.2: Uniform Convergence of a Sequence of Functions

Definition 6.2.1: Pointwise Convergence

Let fn be a function defined for each nR on set AR

The sequence (fn) converges pointwise on A to f if
xA,fn(x)f(x)

Definition 6.2.3 (Uniform Convergence)

Let (fn) be a sequence of functions defined on AR. Then (fn) converges uniformly on A to f on A if
ϵ>0,NN
nNxA|fn(x)f(x)|<ϵ

Note the definiton of pointwise convergence:
xA ϵ>0,NN
nN|fn(x)f(x)|<ϵ

  • Similar to uniform continuity, the value for N does not depend on x just like how δ did not depend on the value of x

Cauchy Criterion for Uniform Convergence

(fn) defined on A converges uniformly on A if and only if
ϵ>0,NN
m,nNxA|fn(x)fm(x)|<ϵ

Theorem 6.2.6 (Continuous Limit Theorem)

Let (fn) be a sequence of functions on A that converge uniformly on A to f. If each fn is continuous at cA, then f is continous at c

6.4: Series of Functions

Definition 6.4.1

For each nN, let fn and f be functions on A.

Then the infinite series
n=1fn(x)=f1(x)+f2(x)+f3(x)+fn(x)+
converges pointwise on A to f(x) if the sequence of partial sums sk(x) converge pointwise to f(x). If sk converges uniformly on A, then the infinite series converges uniformly on A

sk(x)=f1(x)+f2(x)++fk(x)

Definition 6.4.2 (Term-by-term Continuity Theorem)

Let fn be continuous functions defined on a set AR and assume n=1fn converges uniformly on A to f. Then f is continuous on A

Theorem 6.4.4 (Cauchy Criterion for Uniform Convergence of Series)

A series n=1fn converges uniformly on AR if and only if
ϵ>0NN
|fm+1(x)+fm+2(x)+fm+3(x)++fn(x)<ϵ
whenever n>mN and xA

Corollary 6.4.5 (Weierstrauss M-Test)

For each nN, let fn be defined on A and let Mn>0 be a real number satisfying

|fn(x)|Mn xA

If n=1Mn converges, then n=1fn converges uniformly on A

6.5: Power Series