PDA

View Full Version : Confusion regarding the dominated convergence theorem


AxiomOfChoice
Oct12-11, 01:46 PM
So a well-known theorem from Lebesgue integration is the dominated convergence theorem. It talks about a sequence f_1,f_2,\ldots of functions converging pointwise to a function f. And if |f_n(x)| \leq g(x) for an integrable function g, then we have \int f_n \to \int f.

But what if we have a given function f_\epsilon which depends on some parameter \epsilon, which we are taking to zero? Suppose you've shown that f_\epsilon \to 0 pointwise as \epsilon \to 0; however, you know f_\epsilon is NOT bounded in \epsilon - if you take \epsilon large enough, you can make \sup_{x\in \mathbb R} f_\epsilon(x) arbitrarily large. But, of course, we don't WANT to do that - we want to take \epsilon small. And suppose you know that \epsilon < \epsilon_0 means \sup f_{\epsilon} < \sup f_{\epsilon_0}. My question is this: Can we still apply the DCT to show that \lim_{\epsilon \to 0} \int_{\mathbb R} f_\epsilon = 0? If so, why?

Lan_marn
Feb27-12, 05:34 PM
The answer is yes, but it needs non-trivial justifications
Firstly because the DCT is stated for only a countable SEQUENCE of converging functions. Your epsilon seems to me to be a real parameter. But we can still apply DCT because EVERY countable subsequence you can get from the original epsilon sequence will converge to zero.
Two, even though for large epsilon your function might be wild, remember that limits of sequences are not affected by the initial terms of the sequence. You only need demonstrate good behavior of your sequence in some little ball around 0, which you claim to have done, so you're fine.
I hope this helps, even though its a couple of months late.

jostpuur
Mar4-12, 05:12 PM
This is what you want to prove:


\forall \mathcal{E}>0\quad \exists \epsilon_0>0\quad\textrm{s.t.}\quad 0<\epsilon <\epsilon_0 \quad\implies\quad |\int f_{\epsilon}| < \mathcal{E}


This is what you know:

For all sequences \epsilon_1,\epsilon_2,\epsilon_3,\ldots

\lim_{n\to\infty}\epsilon_n = 0\quad\implies\quad \lim_{n\to\infty}\int f_{\epsilon_n} = 0


In order to achieve what you want, you can make an anti-thesis, and use what you know. Assume that there exists \mathcal{E}>0, but does not exists \epsilon_0 > 0 such that the first implication would be satisfied. Then we obtain a sequence \epsilon_1,\epsilon_2,\epsilon_3,\ldots such that


\lim_{n\to\infty}\epsilon_n=0


and


0<\epsilon < \epsilon_n \quad\nRightarrow\quad |\int f_{\epsilon}|<\mathcal{E}\quad\forall n=1,2,3,\ldots


Now we are close to a contradiction.