Lecture 18: Sequence of functions
“How to measure the distance between two functions?”
Sequence of functions
Just as you can have a sequence
-
-
of points in a general metric space
X.
You can have a sequence of functions. fn(x)
The space of functions
Let V={f:f:[0,1]→R} be the space of bounded functions from [0,1] to R, we will consider various ways to measure size of a function
sup norm:
∥f∥∞=sup{f(x):x∈[0,1]}
L1 norm
∥f∥1=∫∣f(x)∣dx
L2 norm
∥f∥2=(∫∣f(x)∣2dx)1/2
in general, for
1≤p<∞, we have
Lp norm.
The different norms equip the vector space V with different topologies. This is different from the finite dimensional vector space case.
In sport, sometimes you measure the score using the best score (like freestyle skiing in the winter Olympics); sometimes you use the average score of several try (like Tour de France, you add up the points in each leg); this is like sup or L1 norm.
In this class, we will consider sup norm, and we define distance as
d∞(f,g)=∥f−g∥∞
We say a sequence of functions fn converge to f uniformly, if limnd∞(f∞,f)=0.
Q: can you find a metric on the space of functions V so that metric convergence means pointwise convergence? (No, you but you can still define a topology on V so that convergence in that topology means pointwise convergence)
In general, if M={f∣f:X→Y,f(X)bounded} is the space of maps with bounded images, then for any f,g∈M, we can define d∞(f,g)=supxd∞(f(x),g(x)).
The running bump
fn=1[n,n+1](x), which is 1 on
[n,n+1] and
0 elsewhere. They converge to
0 pointwise, but not uniformly.
The shrinking and rising bump
fn=n1(0,1/n) converge to
0 pointwise, but not uniformly.
Thm: If fn:R→R are continuous and bounded, and fn→f uniformly, then f is continuous.
Proof: we need to show that, for any x∈R, for any ϵ>0, there is δ>0, such that for any x′ with ∣x′−x∣<δ, we have ∣f(x′)−f(x)∣<ϵ.
First, we choose n large enough, such that d∞(fn,f)<ϵ/3. Then, for fn and x and ϵ/3, we find δ, such that any ∣x′−x∣<δ implies ∣fn(x)−fn(x′)∣<ϵ/3. Finally, if any ∣x′−x∣<δ, then
∣f(x)−f(x′)∣≤∣f(x)−fn(x)∣+∣fn(x)−fn(x′)∣+∣fn(x′)−fn(x)∣<ϵ/3+ϵ/3+ϵ/3=ϵ.
Done
Examples
Devil's staircase
power series
Weierstrass M-test