Prove Intersection of $\sigma$-algebras is a $\sigma$-algebra and the powerset is a $\sigma$-algebra

Fix a set $\Omega$. A $\sigma$-algebra on $\Omega$ is a non-empty collection of subsets of $\Omega$ closed under taking complements and countable unions.

I'd like to prove that (1) for finite $\Omega$, $2^\Omega$ is a $\sigma$-algebra and that (2) the intersection of a family of $\sigma$-algebras is a $\sigma$-algebra. Are these proofs correct?


The def. says "non-empty collection" so the collection contains something and the complement of that something hence the whole things $\Omega$. Since it contains the whole things, it contains its complement, hence the empty set $\emptyset$. This guarantees that $2^\Omega$ and $\bigcap \mathcal{A_i}$ of $\sigma$-algebras $\mathcal{A_i}$ are non-empty.

(Stmt 1) Pf. $2^\Omega$ contains all subsets of $\Omega$. So it's closed under taking complements and countable unions.

(Stmt 2) Pf. Let $\{\mathcal{A_i}\}$ be a family of $\sigma$-algebras.

  1. $A\in \bigcap \mathcal{A_i}\implies A\in \mathcal{A_i} \forall i\implies A^c \in\mathcal{A_i}\forall i\implies A^c\in \bigcap \mathcal{A_i}$
  2. Let $A_j\in \bigcap \mathcal{A_i}$ for $j\in J$. Then $A_j\in \mathcal{A_i} \forall i \forall j$. Therefore $\bigcup A_j\in \mathcal{A_i} \forall i$. Hence $\bigcup A_j\in\bigcap\mathcal{A_i}$

Your proofs are OK. Well, maybe in (1) you should also state that $2^\Omega$ is nonempty. Similarly in (2) show that $\bigcap \mathcal A_i$ is nonempty.


Your proof of statement 1 is nearly correct, you should also proof, as GEdgar mentioned, that the powerset is never empty. This is quite clear from the definition if Omega is nonempty. If Omega is the empty set, then you need to proof a bit more (look e.g. here: https://proofwiki.org/wiki/Power_Set_of_Empty_Set)

Point 1 of your proof of statement 2 is fine.

In point 2 of statement 2 you need to state that J is a countable index set and not an arbitrary, since sigma-algebras are closed only under countable unions.