Math2111 02 Analysis 2up
Math2111 02 Analysis 2up
Analysis
Semester 1, 2014
Analysis
Concepts from real one-variable calculus
f :R→R
limits
continuity
differentiability
integrability
Theorems
Min/Max
A continuous function on a closed interval attains a max and min value.
Intermediate Value Theorem
A continuous function on [a, b] attains all values in [f (a), f (b)].
Mean Value Theorem
Connects the instantaneous rate of change of a differentiable function to its
change over a finite closed interval.
Examples
2
d (y , z
d(
x
A function d : Rn × Rn → R statisfying these properties is d (x, y
called a metric. ) y
n
! p1
X
dp (x, y) = |xi − yi |p for 1 ≤ p < ∞.
i=1
Eg,
d1 (1, 2, 3), (−1, 2, 4) = |1 − (−1)| + |2 − 2| + |3 − 4| =3
p √
d2 (1, 2, 3), (−1, 2, 4) = (1 − (−1))2 + (2 − 2)2 + (3 − 4)2 = 5
d∞ (1, 2, 3), (−1, 2, 4) = max(2, 0, 1) =2
Metrics
A related concept of a norm (length of an element in a vector space) will be used
in the Fourier series section of the course. It’s definition is not given here.
Definition
Two metrics d and δ are equivalent if there exists constants
such that
cδ(x, y) ≤ d (x, y) ≤ C δ(x.y) ∀x, y ∈ Rn .
Problem 8 on tutorial sheet 2 shows d2 and d∞ are equivalent. (dp and d∞ are
also equivalent.)
JM Kress (UNSW Maths & Stats) MATH2111 Analysis Semester 1, 2014 6 / 52
Limits of sequences
Definition
A ball around a ∈ Rn of radius > 0 is the set
Definition
For a sequence {xi } of points in Rn we say x is the limit of the sequence {xi } if
and only if
∀ > 0 ∃N such that n ≥ N ⇒ d (x, xn ) <
or equivalently
If x is the limit of the sequence {xi } then for each postive there is a point in the
sequence beyond which all points of the sequence are inside B(x, ).
JM Kress (UNSW Maths & Stats) MATH2111 Analysis Semester 1, 2014 7 / 52
Limits of sequences
Limit example
1 −k
Let xk = 2 − ,e , k = 1, 2, 3, . . .. Show that lim xk = (2, 0).
k k→∞
Let x = (2, 0). How big does k need to be to ensure that xk ∈ B(x, ),
xk+1 ∈ B(x, ), . . . etc?
s
2 r
1 2 1
d (x, xk ) = 2 − − 2 + (e −k − 0) = + e −2k
k k2
[We don’t need the smallest k that makes xk , xk+1 , xk+2 ∈ B(x, ).]
1
Since 2 > e −2k for k ≥ 1,
k
r √
1 1 2
d (x, xk ) < + = .
k2 k2 k
l√ m
So if we take K = 2 then
√ √
2 2
k > K ⇒ d (x, xk ) < < ≤ ⇒ xk ∈ B(x, ).
k K
JM Kress (UNSW Maths & Stats) MATH2111 Analysis Semester 1, 2014 10 / 52
Limit example
0 1 −k
Show that x = (0, 0) is not the limit of xk = 2 − , e .
k
x1
x2
x′ x3
∀ > 0 ∃K such that
1 k ≥ K ⇒ xk ∈ B(x, ).
Using d1 : B1 (x, 12 ) does not contain infinitely many members of the sequence.
Using d2 : B2 (x, 12 ) does not contain infinitely many members of the sequence.
Using d∞ : B∞ (x, 12 ) does not contain infinitely many members of the sequence.
The limit of the sequence is not x0 for any of these equivalent metrics.
Limits of sequences
Theorem
A sequence xk converges to a limit x
⇔ the components of xk converge to the components of x.
⇔ d (xk , x) → 0.
We can use any equivalent distance function (metric). Why? See tutorial sheet 2
problems 7 and 8.
xk → x for xk , x ∈ Rn
that is,
∀ > 0 ∃K such that k ≥ K ⇒ d (xk , x) < (∗)
We want to make a similar statement using δ.
∀0 > 0 choose so that 0 = C . Since > 0, (∗) says ∃K such that
k ≥ K ⇒ |xk,i − xi | <
and so
xk,i → xi .
Cauchy sequences
Definition
A sequence {xk } in Rn is a Cauchy sequence if
Theorem
A sequence {xk } converges in Rn ⇔ {xk } is a Cauchy sequence.
Proof.
“⇒” d (xk , xl ) ≤ d (xk , x) + d (x, xl ) <
+ =
2 2
“⇐” This depends on how R is constructed. One common definition of R is
that it is the set of limits of Cauchy sequences.
Definition
Consider Ω ⊂ Rn .
x0 ∈ Ω is an interior point of Ω if there is a
ball around x0 contained in Ω.
Ω is open if every point of Ω is an interior
point. Ω
Ω is closed if its complement is open.
x0 ∈ Rn is a boundary point of Ω if every
ball around x0 contains both points in Ω
and points not in Ω.
Theorem
Ω ⊂ Rn is closed ⇔ it contains all of its boundary points.
on R [a, b] closed
(a, b) open
R open and closed
∅ open and closed
[a, b) neither
Q neither
−1
k : k ∈ Z+ neither
on Rn B(x0 , ) open
Definition
x0 is a limit point (or accumulation point) of Ω if there is
a sequence {xi } in Ω with limit x0 and xi 6= x0 .
Ω
Every interior point of Ω is a limit point of Ω.
x0 is not necessarily in Ω.
A set is closed ⇔ it contains all of its limit points.
Definition
The interior of Ω is the set of all interior points of Ω.
The boundary of Ω is the set of boundary points of Ω (denoted ∂Ω).
The closure of Ω is Ω ∪ ∂Ω (denoted Ω̄).
Eg, Q̄ = R.
The interior of Ω is the largest open subset of Ω.
The closure of Ω is the smallest closed set containing Ω.
JM Kress (UNSW Maths & Stats) MATH2111 Analysis Semester 1, 2014 20 / 52
Open and closed sets
Tutorial sheet 2 Q4
i) The interesection and union of two open sets is open.
ii) The intersection and union of two closed sets is closed.
What about countable intersections and unions?
Assume x is a boundary point of S c . That is, all balls around x contain a point in
S c and a point in (S c )c = S. So x is also a boundary point of S.
f
Ω
x b
f(x)
x0
Limits example
Show that for f : R2 \ {(0.0)} → R with
x4 + x2 + y2 + y4
f (x, y ) =
x2 + y2
lim f (x, y ) = 1.
(x,y )→(0,0)
x4 + x2 + y2 + y4 x4 + y4
d (f (x, y ), 1) = −1 = 2
x2 + y2 x + y2
p
d ((x, y ), (0, 0)) = x2 + y2
x4 + y4 x 4 + 2x 2 y 2 + y 4 (x 2 + y 2 )2 2 2
p
2 2
2
≤ = =x +y = x +y
x2 + y2 x2 + y2 x2 + y2
√
If we choose δ = then
Note: if a limit exists for f , then f approaches that limit along any path.
Show that
lim f (x, y )
(x,y )→(0,0)
Limits
xy
f (x, y ) = , f : R2 \ 0 → R.
x2 + y2
xy 0
lim = lim = 0.
(x,y )→(0,0) x 2 + y 2 x→0+ x 2
x 2 mx mx 3
f (x, mx) = = 4
x 4 + m2 x 2 x + m2 x 2
mx
= → 0 as x → 0.
x + m2
2
2 x 2 ax 2 a
f (x, ax ) = = .
x 4 + a2 x 4 1 + a2
Hence a different limit is attained by approaching along different parabolas and so
lim f (x, y ) does not exist.
(x,y )→(0,0)
Limits
For f : Rn → Rm it is sufficient to consider the limits of the components of f.
Example
f : R2 \ {(0, 0)} → R2
x3 x 2 + y 2 + x 2y 2
f (x, y ) = ,
x2 + y2 x2 + y2
x3
lim = 0
(x,y )→(0,0) x 2 + y 2
x 2 + y 2 + x 2y 2
lim = 1
(x,y )→(0,0) x2 + y2
then
lim f (x, y ) = (0, 1).
(x,y )→(0,0)
Theorem
For
f : Rn → R and g : Rn → R
with
lim f (x) = a and lim g (x) = b.
x→x0 x→x0
Then
Algebra of limits
If we can prove
lim c = c and lim xi = ai
x→a x→a
then we can use the algebra of limits to find limits for rational functions.
Definition
f : Ω ⊂ Rn → Rm is continuous at x0 ∈ Ω means either
i) x0 is a limit point of Ω, lim f(x) exists and equals f(x0 ), or
x→x0
ii) x0 is not a limit point of Ω.
f is continuous on Ω if it is continuous at each point of Ω.
Continuity
Theorem
Suppose that f : Ω ⊂ Rn → Rm and x0 ∈ Ω. The following are equivalent.
i) f is continuous at x0 ∈ Ω.
ii) ∀ > 0 ∃δ > 0 such that for x ∈ Ω, d (x, x0 ) < δ ⇒ d (f(x), f(x0 )) < .
[Ie x ∈ B(x0 , δ) ⇒ f(x) ∈ B(f(x0 ), ).]
iii) ∀ sequences {xk } in Ω with limit x0 , {f(xk )} converges to f(x0 ).
iv) f(x0 ) is an interior point of f(Ω) ⇒ x0 is an interior point of Ω.
Theorem
Suppose that f : Ω ⊂ Rn → Rm . The following two statements are equivalent.
f is continuous on Ω.
U is open in Rm ⇒ f −1 (U) is open in Rn .
∃ > 0 such that ∀δ > 0 ∃x ∈ B(x0 , δ) such that f(x) 6∈ B(f(x0 , ) (∗)
Rn
f(x0 )
x0
y y
f (V )
U
f −1 (U) x V x
Theorem
A function f : Ω ⊂ Rn → Rm is continuous on Ω if and only if its component
functions are continuous.
f : Ω ⊂ Rn → R and g : Ω ⊂ Rn → R
f : Rm → R and g : Ω ⊂ Rn → Rm
Definition
A set Ω ⊂ R n is bounded if there is an M such that d (x, 0) ≤ M for all x ∈ Ω.
Example: Example:
Proof:
Ω
for x ∈ B(x0 , ) choose
M = + d (x0 , 0).
The set
Ω = {(x, y ) ∈ R2 : xy ≤ 1}
is not bounded.
Suppose Ω ⊂ B(0, M).
Now, (M + 1, 0) ∈ Ω since
Ω (M + 1).0 = 0 ≤ 1. But
d (M + 1, 0), (0, 0) = M + 1 > M
This relies on the existence of a least upper bound for bounded set in R. (Note
that Q does not have this property.)
Lemma
Every bounded sequence in R has a monotone subsequence.
Theorem
Every bounded sequence in R has a convergent subsequence with a limit in R.
Bolzano-Weierstrass theorem
Theorem
For Ω ⊂ Rn , the following are equivalent.
(i) Ω is closed and bounded.
(ii) Every sequence in Ω has a subsequence that converges to an element of Ω.
A third equivalent statement that is beyond the scope of this course is given by
the Heine-Borel theorem.
(iii) Whenever the union of a collection of open sets contains Ω there is always a
finite sub-collection thats union also contains Ω.
Definition
A set Ω is compact if it satisfies either property from the Bolzano-Weierstrass
theorem.
Examples:
∅ compact
R not compact
(0, 1) not compact
[0, 1] compact
[0, 1] ∪ [3, 4] compact
[0, 1] × [0, 1] compact
S 2 (the 2-sphere) compact
Cantor set compact
Definition
A continuous path between x, y ∈ Rn is a function φ : [0, 1] → Rn such that φ is
continuous and φ(0) = x, φ(1) = y.
Definition
A set Ω ⊂ Rn is said to be path connected if, given any x, y ∈ Ω, there is a
continuous path between them that lies entirely in Ω (ie ∀t ∈ [0, 1] φ(t) ∈ Ω).
Big theorems
Theorem
Let f : Ω ⊂ Rn → Rm be continuous. Then
(i) K ⊂ Ω and K is compact ⇒ f(K ) is compact.
(ii) B ⊂ Ω and B is path connected ⇒ f(B) is path connected.
Proof (i):
Let f be continuous, K compact and {yk } be a sequence in f(K ).
So there is {xk } such that xk ∈ K and yk = f(xk ).
K compact ⇒ there is a convergent subsequence {xkl } with limit x ∈ K .
f continuous ⇒ {f(xkl )}, that is, {ykl } is a convergent subsequence of {yk } with
limit f(x) = y ∈ f(K ).
That is, we have shown that for any sequence in f(K ), there exists a convergent
subsequence with limit in f(K ) and hence f(K ) is compact.
Big theorems
Consider
Example
Prove that if the temperature is above 0 somewhere on the Earth’s surface and
below 0 somewhere else, then there must be a third point where it is exactly 0.
The surface of the Earth S 2 is compact and path connected and (assume) that
the tempature T : S 2 → R is continuous.
There is a point x where T (x) < 0 and y where T (y) > 0. That is, [a, b] contains
both positive and negative values and hence 0 ∈ [a, b].