Visceral
- 59
- 0
Homework Statement
Wondering if you guys could check my proof. This is my first problem with sequences of functions
Let a > 0 and f_{n}(x) = \frac{nx}{1+nx}.
a) Show that the sequence of functions (f_{n}) converges pointwise on [0,∞)
b) Show that (f_{n}) converges uniformly on [a,∞)
c) Show that (f_{n}) does not converges uniformly on [0,a)
Homework Equations
ummm, theorems for pointwise convergence and uniform convergence.
edit: definitions given here
http://www.math.psu.edu/wade/M401-notes1.pdf
The Attempt at a Solution
OK so for part a) it seems that the function will converge uniformly on [0,∞) if we let f(x) = 0 for x=0 and f(x) = 1 for x>0...I believe this is correct
For b), since a>0 this implies f(a) = 1. So by the definition of uniform convergence, |\frac{na}{1+na}-1|< ε. This can be simplified down to |\frac{1}{na}|< ε.
So now we can let ε>0 so that \frac{1}{aε}>0. Then by Archimedes principle there exists an N(ε) in the Reals such that N(ε)>\frac{1}{aε}. Now if n>N(ε) this implies that |f_{n}(x)-f(x)| = |\frac{1}{na}| = \frac{1}{na} < \frac{1}{N(ε)a}<ε. And hence f_{n}<br /> converges uniformly on [a,∞).
I wasn't sure about leaving the "a" in there, but I think that might work?
For c)
I let ε=\frac{1}{2}, and I let x = \frac{1}{n}. If you go through with this, you end up getting |f_{n}(x)-f(x)| = \frac{1}{2} = ε, which can't happen. Therefore it is not uniformly convergent on [0,a).
Did I go wrong anywhere? This is from a final exam practice for real analysis, which I have mine on monday next week and there are no answers given.