kidmode01
- 53
- 0
Homework Statement
Let \phi_n(x) be positive valued and continuous for all x in [-1,1] with:
\lim_{n\rightarrow\infty} \int_{-1}^{1} \phi_n(x) = 1
Suppose further that \{\phi_n(x)\} converges to 0 uniformly on the intervals [-1,-c] and [-c,1] for any c > 0
Let g be any function which is continuous on [-1,1].
Show that:
\lim_{n\rightarrow\infty} \int_{-1}^{1} \phi_n(x) g(x)dx = g(0)
Homework Equations
Theorem:
If the functions \{f_n\} and F are integrable on a bounded closed set E, and \{f_n\} converges to F pointwise on E, and if \Vert {f_n} \Vert < M for some M and all n = 1,2,3,..., then:
\lim_{n\rightarrow\infty} \int_{E} {f_n} = \lim_{n\rightarrow\infty} \int_{E} F
The Attempt at a Solution
Alrighty, so the first thing I did was apply the theorem on:
f_n = \phi_n on the intervals [-1,-c] and [-c,1]
and came up with the following integrals(since uniform convergence implies pointwise convergence):
\lim_{n\rightarrow\infty} \int_{-1}^{-c} \phi_n(x) = 0
and
\lim_{n\rightarrow\infty} \int_{-c}^{-1} \phi_n(x) = 0
If we add these integrals together we know what happens at c=0.
Looking at our new sequence:
f_n = \phi_n g(x)
This sequence is uniformly bounded on [-1,-c] and [-c,1] and converges pointwise to 0.
Thus I think because of the continuity of \phi_n and g, and the uniform convergence of \phi_n:
\lim_{n\rightarrow\infty} \int_{-1}^{-c} \phi_n(x) g(x) = 0
\lim_{n\rightarrow\infty} \int_{-c}^{-1} \phi_n(x) g(x) = 0
Again if we add these integrals together we know what happens when c = 0. But I'm not entirely sure where to go from here or if I'm going in the right direction. Any help is appreciated.