I'm helping a friend who is learning measure theory for the first time. We are looking at Real Analysis by Yeh. We just started reading it and got to this part:
We are at the part about showing $\frak{A}$ is an algebra. This is the very beginning of the book so we pretty much only have the definition of algebra to work off of. We need to show
- $\mathbb{R}^2 \in \frak{A}$
- $A \in \frak{A}$ implies $A^c \in \frak{A}$
- $A,B \in \frak{A}$ implies $A \cup B \in \frak{A}$
We figured out items 1 and 3 easily, so the question is if there's a nice way to do item 2?
Here was my proposal. $A=\cup_{i=1}^n R_i$ where each $R_i \in \frak{R}$ is a (possibly unbounded) rectangle. Then $A^c = \cap_{i=1}^n R_i^c$. 1st show $R_i^c$ is a finite union of other rectangles (this would involve up to 4 other rectangles), so $R_i^c \in \frak{A}$. But then we'd have to show $\frak{A}$ is closed to intersections, something like $(\cup_{i=1}^{n_1} R_i^{(1)}) \cap (\cup_{j=1}^{n_2} R_j^{(2)}) \in \frak{A}$, which seems rather tedious. And this is just $\mathbb{R}^2$...trying to do something like this in $\mathbb{R}^n$ seems even more daunting.