I'm working through chapter 2 of Royden (4th ed.).
The problem is
Show that continuity together with finite additivity of measure implies countable additivity of measure.
My proof:
Let $\{F_k\}_{k=1}^\infty$ be a countable collection of disjoint measurable sets and define $E_n$ by $$E_1=F_1$$ $$E_k=E_{k-1}\cup F_k$$ for $k\geq 2$. So then $E_k\subset E_{k+1}$, where each $E_i$ is measurable. By construction we have, $$\bigcup_{k=1}^\infty F_k=\bigcup_{k=1}^\infty E_k.$$ Also, since the sets $F_i$ are disjoint, $$m(E_k)=m(F_1)+\dots+m(F_k).$$ Thus we have, \begin{align} m\left(\bigcup_{k=1}^\infty F_k\right)&=m\left(\bigcup_{k=1}^\infty E_k\right) \nonumber \\ &=\lim_{k\to\infty} m(E_k) \nonumber \\ &=\lim_{k\to\infty} m(F_1)+\cdots+m(F_k)\nonumber\\ &=\sum\limits_{k=1}^\infty m(F_k) \nonumber \end{align}
I've been working through this book and noticed that construction is used quite a bit and I'm wondering if anyone could give me any insight on determining how to construct the right set. I figured out the one above by trial and error with some reasoning, but I don't really have a clear approach.