epr1990
- 26
- 0
Homework Statement
Let \left[a,b\right] be a closed bounded interval, f : [a,b] \rightarrow \textbf{R} be bounded, and let g : [a,b] \rightarrow \textbf{R} be continuous with g\left(a\right)=g\left(b\right)=0. Let f_{n} be a uniformly bounded sequence of functions on \left[a,b\right]. Prove that if f_{n}\rightarrow f uniformly on all closed intervals \left[c,d\right]\subset\left(a,b\right), then f_{n}g\rightarrow fg uniformly on \left[a,b\right]
Homework Equations
f is bounded on [a,b]:
(\exists M_{f}\in\textbf{R}) \ni : (\left|f(x)\right| \leq M_{f}) (\forall x\in\left[a,b\right])
g is continuous on [a,b]:
(\forall x\in\left[a,b\right]) (\forall\epsilon>0) (\exists\delta>0) (\forall y\in\left[a,b\right]) \ni : (\left|x-y\right|<\delta \Rightarrow \left|f\left(x\right) - f\left(y\right)\right|<\epsilon)
with g\left(a\right)=g\left(b\right)=0
f_n is a bounded sequence of functions on [a,b]:
(\exists M_{f_{n}}\in\textbf{R}) \ni : (\left|f(x)\right| \leq M_{f_{n}}) (\forall x\in\left[a,b\right]) (\forall n\in \textbf{N})
f_n converges uniformly to f on all closed subsets [c,d] of (a,b):
(\forall \epsilon >0)(\exists N \in\textbf{N}) \ni : (n\geq N \Rightarrow |f_{n}(x) - f(x)| < \epsilon) (\forall x\in[c,d])(\forall [c,d] \subset (a,b))
The Attempt at a Solution
Proving that f_{n}g\rightarrow fg uniformly on \left[c,d\right] on all closed intervals \left[c,d\right]\subset\left(a,b\right), is fairly trivial. Given that \left[a,b\right] is a closed bounded interval, with g continuous on \left[a,b\right], the extreme value theorem holds. So, g is bounded on \left[a,b\right] by M_{g}=sup_{x\in[a,b]}g(x), and since \left[c,d\right]\subset\left(a,b\right) is a closed subset, then |g(x)|\leq M_{g}, \forall x \in [c,d]. Now, if f_{n}\rightarrow f uniformly on all closed intervals \left[c,d\right]\subset\left(a,b\right), then fixing \epsilon > 0, we can choose an N\in\textbf{N}, so that, \forall n\geq N, |f_{n}(x) - f(x)| < \epsilon / M_{g}. Thus, |f_{n}(x)g(x) - f(x)g(x)| < \epsilon.
However, I don't see anyway to extend this to [a,b]. In the previous exercise in the book, it asked to prove that if f_n(x) is bounded on a set E for each n and f_n converges uniformly to f on E, then f_n is uniformly bounded on E, and f is bounded on E. I did that, and that proof was easy, but I don't see where it could apply here. I don't think the converse is true in general, so the only thing that I could gain from that is that f is bounded on [c,d], but I already have that since it is bounded on [a,b]. Clearly, I need to use the fact that f_n is uniformly bounded on [a,b] and f is bounded on [a,b] and probably use the continuity of g on [a,b] instead of the restriction to [c,d] that I used here. On top of this, I don't see a single way in which g(a)=g(b)=0 would apply. Any suggestions?
Last edited: