MIT18 100BF10 Pset9sol
MIT18 100BF10 Pset9sol
MIT18 100BF10 Pset9sol
5) Define �
0 if x ∈/Q
f (x) = x, g (x) =
q if, in lowest terms, x = p/q
so that � �
1 1
fn (x) = f (x) 1 + , and gn (x) = g (x) + .
n n
On any interval [a, b], with M = max (|a|, |b|) we have
|x| M 1
|fn (x) − f (x)| = ≤ , |gn (x) − g (x)| =
n n n
so that fn → f and gn → g uniformly.
On the other hand, with m = min (|a|, |b|) we have
|fn (x) gn (x) − f (x) g (x)| = |(fn (x) − f (x)) gn (x) + f (x) (gn (x) − g (x))|
� �
f (x) n+1 m
= g (x) + ≥ g (x) .
n n n
k
Now notice that if L ∈ N is larger than b − a then there is an integer k such that L ∈ [a, b],
n
choosing L ∈ N larger than m and larger than b − a we get
� �
m k m
�fn gn − f g� ≥ g = L>1
n L n
and hence fn gn does not converge to f g uniformly.
6) We want to show g ◦ fn −→ g ◦ f uniformly, for g continuous on [−M, M ]. Since g is continuous
on a compact set, it is uniformly continuous. So given ε > 0, ∃δ > 0 such that if |x − y| < δ,
|g(x) − g(y)| < ε. Now since fn −→ f uniformly, ∃N ∈ N such that for any n > N , x ∈ E,
|fn (x) − f (x)| < δ. Thus |g(fn (x)) − g(f (x))| < ε, so |g ◦ fn (x) − g ◦ f (x)| < ε. Thus we have
shown (g ◦ fn ) −→ g ◦ f uniformly on E.
18.100B Analysis I
Fall 2010
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.