1

I would like a simple example of a series of measurable functions $(f_n)$ where the sum of the integrals of $(f_n)$ does not equal the integral of the sum of $(f_n)$.

1 Answers1

3

If $n\in\mathbb N$, define$$\begin{array}{rccc}g_n\colon&[0,1]&\longrightarrow&\mathbb R\\&x&\mapsto&\begin{cases}2n^2x&\text{ if }x<\frac1{2n}\\2n-2n^2x&\text{ if }x\in\left[\frac1{2n},\frac1n\right]\\0&\text{ otherwise.}\end{cases}\end{array}$$Then $(g_n)_{n\in\mathbb N}$ converges pointwise to the null function, but $\int_0^1g_n(x)\,\mathrm dx=\frac12$, for each $n\in\mathbb N$.

Now, you can convert this example into a series: just take $f_1=g_1$ and, if $n>1$, $f_n=g_n-g_{n-1}$.