I wonder if someone can check if this proof is correct?
Let $(X,\mathcal{F})$ be a measure space and $\{\mu_n\}_n\in \mathbb{N}, \mu_n: \mathcal{F} \to \mathbb{R}^+$ be an increasing sequence of measures $(\forall A \in \mathcal{F}, \forall n, \mu_n(A)\leq \mu_{n+1}(A))$. Show that $\mu:=\lim_{n\to \infty}\mu_n $ is a measure on $(X,\mathcal{F})$.
1) $\mu(\emptyset)= \lim_{n\to \infty}\mu_n(\emptyset)=\lim_{n\to \infty}0=0$
2) Let $A, B \in \mathcal{F}$ be disjointsets. Then $\mu(A \cup B)= \lim_{n\to \infty}\mu_n(A \cup B)= \lim_{n\to \infty}(\mu_n(A) + \mu_n(B))= \lim_{n\to \infty}\mu_n(A) + \lim_{n\to \infty} \mu_n(B)= \mu(A) +\mu(B)$. So $\mu$ is finitely additive.
3) I want to show that $\mu$ is $\sigma-$additive. Let $( A_i )_{i\geq1}$ be a sequence of disjoint sets in $\mathcal{F}$. $|\sum_{i=1}^N \mu(A_i) - \mu(\cup_{i=1}^{\infty}A_i)|\leq |\sum_{i=1}^N \mu(A_i) -\sum_{i=1}^N \mu_n(A_i)+ \mu_n(\cup_{i=1}^{\infty}A_i) -\mu(\cup_{i=1}^{\infty}A_i)| \leq \sum_{i=1}^N |\mu(A_i) -\mu_n(A_i)|+ |\mu_n(\cup_{i=1}^{\infty}A_i) -\mu(\cup_{i=1}^{\infty}A_i)|$
Choose $n$ so large that $\forall i \ \ |\mu(A_i) -\mu_n(A_i)|< \epsilon2^{-i}$ and $|\mu_n(\cup_{i=1}^{\infty}A_i) -\mu(\cup_{i=1}^{\infty}A_i)|<\epsilon$. Then $|\sum_{i=1}^N \mu(A_i) - \mu(\cup_{i=1}^{\infty}A_i)|<2\epsilon$, so $\lim_{N\to\infty}\sum_{i=1}^N \mu(A_i) = \mu(\cup_{i=1}^{\infty}A_i)$.
I wonder if the last part(3) is correct? I know that this can be shown in a different way using the fact that "$\sigma$-additive" $\iff$ "continuous from below", or using the monotone convergence theorem but I'd prefer avoiding that.