[Math] Show that the area under the curve of a measurabe function is Lebesgue measurable

lebesgue-integralmeasure-theoryreal-analysis

Problem: Let $E \subset R^n$ be a Lebesgue measurable set and $f : E \to [0,\infty)$ be a Lebesgue measurable function. Suppose
$$A = \{(x,y) \in R^{n+1} : 0 \le y \le f(x), x\in E\}.$$
Let $\lambda_1$ denote Lebsgue measure in $R^1$, $\lambda_n$ denote the Lebesgue measure in $R^n$, and $\lambda_{n+1}$ denote the Lebesgue measure in $R^{n+1}$.

(a) Show that the set $A$ is Lebesgue measurable on $R^{n+1}$.

(b) Show that
$$\lambda_{n+1}(A) = \int_E f(x) d\lambda_n (x) = \int_0^\infty \lambda_n (\{x \in E : f(x) \ge y\}) d\lambda_1(y).$$

My attempt at a solution: I know that this is just a basic application of the Fubini-Tonelli theorem, but I can't seem to wrap my head around it for some reason. For (a), I know that the set $A$ is the "area under the curve." But I'm not sure how to show that this is measurable from Fubini Tonelli. For part (b), the first equality seems obvious, and I don't know how much proof is necessary. For the second equality, I have
$$\int_E f(x)d\lambda_n(x) = \int_0^\infty \int_{R^n} [f(x) \cdot \chi_E(x)] d\lambda_n(x) d\lambda_1(y),$$
by the Tonelli theorem, since $f$ is non-negative. But I don't quite see how to pull off that inner integration to get the integrand we want.

I would really appreciate some hints/intuitive explanations to point me in the right direction. Thanks!

Best Answer

For $(a)$, notice that the result is obvious if $f$ is a simple function. Indeed the region under the graph of a non-negative simple function looks like the disjoint union of sets of the form $A_i \times [0,a_i]$, which are of course measurable. Now let $f$ be any non-negative measurable function and let $\{s_n\}$ be an increasing sequence of non-negative simple functions that converges to $f$ for almost every $x \in E$. To conclude it is enough to notice that, up to a set of measure $0$, the area under the graph of $f$ is the union of the areas under the graphs of the simple functions $s_n$. You should be able to write down all the details.

For $(b)$, as you mentioned in the question, all you need to do is to apply Tonelli's theorem to $$\int_{\mathbb{R}^{n + 1}}\chi_A\, d\lambda^{n+1}.$$ The two expressions that you are after are the two iterated integrals. I think it helps noticing that $$\chi_A(x,y) = \chi_E(x)\chi_{[0,f(x)]}(y).$$

Related Question