I’m reading up on $\sigma$-algebra generated by an arbitrary collection $\mathcal{C}$ of subsets of $\Omega$, which is defined as the smallest $\sigma$-algebra on $\Omega$ containing $\mathcal{C}$ and denoted $\sigma(\mathcal{C})$. The example I’m working with is $\Omega = \mathbb{R}$, and $\mathcal{C}$ is the collection of open intervals. I’m having trouble seeing what kinds of subset of $\mathbb{R}$ would be in $\sigma(\mathcal{C})$. Please let me know if the following makes sense:
- We have $\mathbb{R}, \emptyset \in \sigma(\mathcal{C})$ by definition of $\sigma$-algebra.
- Let $I_i = (a_i,b_i)$. Then $I_i \in \sigma(\mathcal{C})$, and also $I_i^c = (-\infty,a_i] \cup [b_i, +\infty) \in \sigma(\mathcal{C})$.
- $\bigcup_{i = 1}^{\infty}I_i = (a_1,b_1) \cup (a_2,b_2) \cup \dots \in \sigma(\mathcal{C})$.
- Taking the complement of the above also gives $(\bigcup_{i = 1}^{\infty}I_i)^c = (-\infty,a_1] \cup [b_1,a_1] \cup [b_2,a_3] \cup \dots \cup [b_\infty,\infty) \in \sigma(\mathcal{C})$ (I have doubts about the last semi-infinite interval, but I don’t know what else could happen here).
At this point it gets pretty complicated, and I suspect this might not be the way to go. Am I missing something here?
Also I need to show that $\sigma(\mathcal{C}) = \sigma(\mathcal{D})$, where $\mathcal{D}$ is the collection of semi-infinite intervals $\{(\infty,x]: x \in \mathbb{R}\}$, but I’m not sure I should analyze $\sigma(\mathcal{D})$ in the same manner as above.