jdcasey9
- 25
- 0
Homework Statement
Let fn:R->R be continuous for each n, and suppose that fn->f uniformly on each closed,bounded interval [a,b]. Show that f is continuous on R.
Homework Equations
The definition of continuity that I will be using:
f:M->N
For any xcM, if xn->x in M, then f(xn)->f(x) in N.
Definition of uniform continuity:
f:M->N
fn->f uniformly if for all E>0 there exists an N(E) and for all xcM, all n>N, such that p(fn(x),f(x)) < E.
The Attempt at a Solution
Let E>0 and take xcR. Since fn is continuous and fn->f is uniformly continuous on a closed, bounded interval, we can find xn such that xn->x, where xc[a,b] for large enough n. By the definition of uniform continuity we have p(fn(x),f(x)) = lfn(x)-f(x)l < E. So as E -> 0, fn(x)-> f(x).
Therefore, f is continuous on a R.