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!
Take a look at this family of sets: $$\mathcal A=\left\{\left(\frac1n, 1-\frac1n\right), n\in\mathbb N\right\}$$
If you take any two elements $A,B$ from $\mathcal A$, then $A\cup B$ is in $\mathcal A$. However, the union of all elements of $\mathcal A$ is not an element of $\mathcal A$.
Let $A_n = \left(\frac1n, 1-\frac1n\right)$. In a way, you can understand the problem this way: induction is used to prove statements about natural numbers. So, for example, the statement $$\bigcup_{i=1}^4 A_i\in\mathcal A$$ is a statement about the natural number $4$. With induction, you can prove that the statement $$\bigcup_{i=1}^n A_i\in\mathcal A$$ holds for all values of $n\in\mathbb N$. It is a statement in which, when you replace $n$ with some number, say $5$, you get a true statement about that particular number.
The statement you want to prove, however, is $$\bigcup_{i=1}^\infty A_i\in\mathcal A.$$ Unlike the previous statement, this is not a statement about the property of natural numbers. There are no natural numbers that appear in it which you can replace with actual numbers and get a correct statement.