6

I am working out a book on Lebesgue measure by Bartle, and would like to see the steps that go into the construction of a proof for the following:

Show that any $\sigma$-algebra of subsets of $\mathbb{R}$ which contains all open intervals also contains all closed intervals.

That is, $[a,b]=\cap_{n=1}^{\infty}(a-\frac{1}{n},b+\frac{1}{n})$

Sycorax
  • 76,417
  • 20
  • 189
  • 313
hearse
  • 2,355
  • 1
  • 17
  • 30

1 Answers1

2
  • We have for each positive integer $n$ that $a-1/n \lt a\lt b\lt b+1/n$, hence $[a,b]\subset (a-1/n,b+1/n)$; in particular $[a,b]$ is contained in the intersection. If $x\in (a-1/n,b+1/n)$ for each positive $n$, then $a-1/n\lt x\lt b+1/n$. Taking the limit $n\to \infty$, we get $x\in [a,b]$.

  • Let $\mathcal A$ be a $\sigma$-algebra on $\mathbb R$ which contains all the open intervals. Then $\mathcal A$ being stable under countable intersections, this $\sigma$-algebra contains the countable intersections of open intervals. As a closed interval can be expressed like that, we are done.

Davide Giraudo
  • 2,100
  • 2
  • 14
  • 23