To show that an integral is 0 a.e. if it is 0 over every subset of measure 2/3.

191 Views Asked by At

I'm trying to solve the following past qual problem:

Let $f\in L^1[0,1]$ such that for every $E\subset[0,1]$ with $m(E)=2/3$, $\int_E f=0$. Show that $f=0$ a.e. ($m$ is the Lebesgue measure)

I found a similar problem but the same argument doesn't work: If integral is 0 on any set of measure 1/pi, then the function is 0 a.e.

Any hints are appreciated. Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

If the Lebesgue differentiation theorem is applicable, here is a quick solution.

Let $a, b \in [0, 1]$ be Lebesgue points of $f$, and let $I_1, I_2 \subseteq [0, 1]$ be intervals satisfying $a \in I_1$, $b \in I_2$, and $m(I_1) = m(I_2) < \frac{1}{6}$. Since $m(I_1\cup I_2) < \frac{1}{3}$, we can find $E \subseteq [0,1]\setminus(I_1\cup I_2)$ satisfying $m(E\cup I_1) = m(E\cup I_2) = 2/3$, and so,

$$ \int_{E\cup I_1} f = 0 = \int_{E \cup I_2} f. $$

From this,

$$ \frac{1}{m(I_1)}\int_{I_1} f = \frac{1}{m(I_2)} \int_{I_2} f. $$

So by letting $m(I_1) = m(I_2) \to 0$, it follows that $f(a) = f(b)$.

Since the set of all Lebesgue points of $f$ has full measure in $[0, 1]$, this implies that there exists a constant $c$ such that $f(x) = c$ for a.e. $x \in [0, 1]$. The value of $c$ is easily determined to be zero, and therefore $f$ is zero a.e.