Let $\mu_1,\mu_2,\dots$ measures on the measurable space $(E,\mathcal{E})$. Then $\mu = \sum_n \mu_n$ is a measure on $(E,\mathcal{E})$.
I want to show, that $$\mu f = \sum_n \mu_n f$$ for every positiv measurable function $f \in \mathcal{E}_+$ where $\mu f = \int_E f \, \mathrm{d}\mu$.
My strategy is to show for the function $L \colon \mathcal{E}_+ \to [0,\infty]$, $L(f)=\sum_n \mu_n f$ that the following properties hold:
- $f=0 \Rightarrow L(f) = 0$
- $f,g \in \mathcal{E}_+$, $a,b \in \mathbb{R}_+$ $\Rightarrow$ $L(af+bg)=aL(f)+bL(f)$
- $(f_k) \subset \mathcal{E}_+$, $f_k \nearrow f$ $\Rightarrow$ $L(f_k) \nearrow L(f)$
Then there exists a unique measure $\nu$ on $(E,\mathcal{E})$ such that $L(f)=\nu f$ for every $f \in \mathcal{E}_+$ and because $ \nu(B) = L(1_B) = \mu(B), \ B \in \mathcal{E} $ the statement $\nu = \mu$ is valid.
My problem with this is the third point:
For every $N \in \mathbb{N}$
$$ \sup_k \sum_{n=1}^{N} \mu_n(f_k) = \sum_{n=1}^{N} \sup_k \mu_n(f_k) = \sum_{n=1}^{N} \mu_n(f) $$ from the monotone convergence theorem.
Now I wan't to interchange $\lim$ and $\sup$ like this:
$$ \sum_n \mu_n (f) = \lim_{N \to \infty}\sup_k \sum_{n=1}^{N} \mu_n(f_k)= \sup_k \lim_{N \to \infty} \sum_{n=1}^{N} \mu_n(f_k) = \sup_k \sum_{n} \mu_n(f_k) $$
Is this possible and why?