9
$\begingroup$

Theorem (Bounded Convergence Theorem) Let $\{f_n\}$ be a sequence of measurable functions on a set of finite measure $E$. Suppose $\{f_n\}$ is uniformly pointwise bounded on $E$, that is , there is a number $M\geq 0$ for which $|f_n| \leq M$ for all $n$. If $\{f_n\} \to f$ pointwise on $E$, then $\lim\limits_{n \to \infty} \int_E f_n = \int_E f.$

Why is it important in this theorem for it to be uniformly pointwise bounded as opposed to just pointwise bounded? Is this because if it is not uniformly bounded than it is certainly not uniformly convergent.

  • 0
    Can we say also $\lim_{n\to \infty}\int_Ef^p_n=\int_Ef^p$ for p>1 as well?2018-09-14

2 Answers 2

2

If you avoid requirement of uniform boundedness then there is a counterexample $ f_n=n^2 1_{[0,n^{-1}]} $

But there examples when theorem holds even if sequence of fucntions is not uniformly pointwise bounded. For example $ f_n=n^{1/2}1_{[1,n^{-1}]} $

The most general requirement on boundedness of $f_n$ when theorem still holds is $ \forall n\in\mathbb{N}\quad\forall x\in E\quad |f_n(x)|\leq F(x) $ for some integrable $F:E\to\mathbb{R}_+$. You can also weaken condition of pointwise convergence just to convergence in measure $ \forall\varepsilon>0\quad\lim\limits_{n\to\infty}\mu(\{x\in E:|f_n(x)-f(x)|>\varepsilon\})=0 $

0

Consider the example $f_n(x)=\cases{ nx & if $0\leq x \leq {1\over n}$\cr -n\Bigl(x-{2\over n}\Bigr) & if ${1\over n}\leq x \leq {2\over n}$\cr 0& if ${2\over n}\leq x\leq 1$}$ Each $f_n$ is piecewise linear and continuous on the interval $[0,1]$, and $f_n(x)\to 0$ as $n\to\infty$ for each $x\in[0,1]$. However, $\int_0^1 f_n(x){\rm d}x=1$ for each $n$, so the conclusion of the Bounded Convergence Theorem does not hold here.

I think this example shows quite clearly what the problem is. You do not want to assume that the convergence is uniform, so there might be a substantial difference between $f(x)$ and each $f_n(x)$ on some set, and you need to make sure that the integral of $|f_n-f|$ over this set will be small as $n\to\infty$.

(Usually this theorem is stated in a slightly stronger form, called the Dominated Convergence Theorem, where the uniform bound $|f_n|\leq M$ is replaced by $|f_n(x)|\leq g(x)$ for each $x$ and $n$, where $g$ is an integrable function.)

  • 0
    Menne: Yes I understood where I have mistaken. Thanks!2016-11-04