I am studying probability theory by reading Sidney Resnick's "A Probability Path". On page 12 and 13, algebra and $\sigma$-algebra are defined. The only difference between the two is the third requirement.
- For algebra, it is required that $A, B\in \mathcal A \Rightarrow A\cup B\in \mathcal A.$ That is, algebra is closed under finite union;
- For $\sigma$-algebra, it is required that $B_i\in \mathcal B, i\geq 1 \Rightarrow \bigcup_{i=1}^\infty B_i\in\mathcal B$. That is, $\sigma$-algebra is closed under countable union.
I find the definition for algebra confusing. If the union of $A$ and $B$ is in $\mathcal A$, then for any $C\in\mathcal A$ one has $(A\cup B)\cup C\in \mathcal A$ and so on. Then by induction, this extends to countable union. Why does induction NOT work in this case, please? Thank you!