My instructor gave an outline for how to proof the following
For $E \subset \mathbb{R}$ , There is a $G_{\delta}$ set $U \supseteq E$ such that $m^*(E) = m^*(U)$.
I have a solution, but I'm unsure about some of the details.
My solution:
Case 1. If $m^*(E) = \infty$ then we can choose our $G_{\delta}$ set $U = \displaystyle \bigcap_{n=1}^\infty (- \infty, \infty) = \mathbb{R}$.
Case 2. Suppose $m^*(E) < \infty$. Then there exists a cover $\bigcup_{n=1}^\infty I_n^j \supseteq E$ such that
$m^*(E) +\displaystyle \frac{1}{j} \geq \sum_{n=1}^\infty L(I_n^j)$. Define our $G_{\delta}$ set $U = \bigcap_{j=1}^\infty ( \bigcup_{n=1}^\infty I_n^j)$. Then because $E \subseteq \bigcup_{n=1}^\infty I_n^j$, we have $E \subset U$. Then by monotonicity we have $m^*(E) \leq m^*(U)$. By the definition of $U$, we have that $U \subseteq \bigcup_{n=1}^\infty I_n^j$. This means that
$m^*(E) + \displaystyle \frac{1}{j} \geq \sum_{n=1}^\infty L(I_n^j) \geq m^*(U)$. So if we let $j$ go to infinity we have $m^*(E) \geq m^*(U)$.
So we have shown that $m^*(E) \leq m^*(U)$ and $m^*(E) \geq m^*(U)$. Thus we must have $m^*(E) = m^*(U)$.
What I'm confused about is why we need two variables on our interval. I'm confused about how $j$ and $n$ are related and how it affects the proof.
Thanks.