Every Lebesgue measurable set contains a closed subset such that the set difference has small measure

3.5k Views Asked by At

I have this exercise:

$M$ is the lebesgue measurable sets on $\mathbb{R}$. Suppose that $E \in M$. Show that for each $\epsilon > 0$, there is a closed set $F$, with $F \subset E$ and $\lambda(E \backslash F) <\epsilon$.

Here $\lambda$ is the Lebesgue measure.

I am stuck on this exercise. Using the definition of the Lebesgue measure, I know that there is a sequence of open intervals $\{I_n\}$, $E \subset \bigcup I_n$, so that for instance $\lambda(E) > \sum \lambda(I_n)-\epsilon/2$. I thought that maybe I could shrink the intervals to get closed intervals, however that didn't work because I don't know how much they have to be shrinked in order to get containment in E, and also there is a problem that an infinite union of closed sets might not be closed itself.

Another option is to use the Caratheodory criterion somehow, but I don't see how that helps?

1

There are 1 best solutions below

2
On

It seems you have an idea of how to prove outer regularity (the analogous statement for open sets), so let us assume that for any $\epsilon > 0$ there is an open $U$ containing $E \in M$ such that $\mu(U\setminus E) < \epsilon$ ($\mu$ is Lebesgue measure).

Step 1: Suppose $E$ is not closed (otherwise the statement is trivial), is bounded (will generalise later) and let $\epsilon > 0$. Choose $U$ open containing $\bar{E}\setminus E$ such that $\mu(U\setminus (\bar{E}\setminus E)) < \epsilon$. Set $K = \bar{E} \setminus U$. Note that $K \subset E$, $K$ is compact (hence closed), and show that $\mu(K) > \mu(E) -\epsilon$, i.e. $\epsilon > \mu(E \setminus K)$.

Step 2: Extend to the case where $E$ is neither bounded nor closed by performing Step 1 on $E_n := E \cap (n,n+1]$ with accuracy $\epsilon 2^{-n}$ for any given $\epsilon$, and note that $\{E_n\}$ is a disjoint family.

Source: Folland's real analysis, Thm. 1.18, p. 36.