spenghali
- 11
- 0
Homework Statement
1.) Prove that if { f_{n} } is a sequence of functions defined on a set D, and if there is a sequence of numbers b_{n}, such that b_{n} \rightarrow 0, and | f_{n}(x) | \leq b_{n} for all x \in D, then { f_{n} } converges uniformly to 0 on D.
2.) Prove that if { f_{n} } is a sequence of functions defined on a set D, and if { f_{n} } converges uniformly to zero on D, then { f_{n}(x_{n}) } converges to zero for every sequence { x_{n} } of points of D.
Homework Equations
Definition of Uniform Convergences:
{ f_{n} } is said to converge uniformly on D to a function f if, for each \epsilon > 0, there is N such that,
| f(x) - f_{n}(x) | < \epsilon whenever x \in D and n>N.
The Attempt at a Solution
1.) SO for this one, it seems that i can just pick N = b_{n} = \epsilon and then this theorem follows immediately from the definition of uniform convergence.
2.) Similarly, for this one, because x_{n} is just a sequence of points in D, then we just replace x with x_{n} and the proof will also follow immediately from the definition of uniform convergence.
Am I on the right track with these? They both seem some what trivial.