Let $\Sigma$ be a countable $\sigma$-algebra.
Show that there is a sequence $A_1,A_2,...$ of disjoint elements of $\Sigma$ such that every $B$ in $\Sigma$ is a countable union of elements in $\{A_n\}$.
My attempt:
Since $\Sigma$ is countable, we have $\Sigma = \{B_1,B_2,B_3,...\}$
Then I took:
$A_1 = B_1$
$A_2 = B_2 - B_1$
$A_3 = B_3 - (B_2 \cup B_1) $
$A_n = B_n - \bigcup_{i=1}^{n-1}{B_i} $
The sequence $\{A_n\}$ is disjoint and $\{A_n\}\subset \Sigma$.
I'm having trouble showing that every $B$ in $\Sigma$ is a countable union of $\{A_n\}$.
How do I show that every $B$ in $\Sigma$ is a countable union of $\{A_n\}$?
Thanks in advance!