1

Question:

Let $f$ be a bounded measurable function on $[0,1]$. Prove that if $\int_{[0,1]} f g=0$ for all continuous function $g$, then $f=0$ almost everywhere.

My proof:

Take $f\ge 0$. $\int fg\le m\int f=0$(since $g$ is continuous on a compact set so it's bounded) so $\int f=0$ and hence $f=0$ a.e.
To generalize it, write $f=f^+ - f^-$.

Is this correct?

Cave Johnson
  • 4,360
  • 1
    I don't think so. First, the fact that $\int f=0$ is trivially obtained by setting $g=1$. Therefore, if $f\ge 0$, the claim is immediate. The nontrivial part is exactly the extension to sign-changing $f$. – Giuseppe Negro Nov 11 '16 at 09:28
  • 1
    The inequality should be $0=\int fg\le m\int f$, so $\int f\ge 0$, which is senseless. To prove the statement, more insight is needed. – Cave Johnson Nov 11 '16 at 09:28
  • 1
    @celtschk How does $\int(f^+-f^-)g=0$ imply that $\int f^+g=\int f^-g=0$? It's nontrivial. – Cave Johnson Nov 11 '16 at 09:33
  • @CaveJohnson: You're right, I got the direction wrong. – celtschk Nov 11 '16 at 09:42

1 Answers1

1

First of all we will show that $\int_A f \, d\lambda = 0$ for all closed sets $A \subset [0, 1]$.

Consider the function $h: x \mapsto d(x, A) = \inf \limits_{y \in A} d(x, y)$. It is easy to proof that $h$ is (Lipschitz-)continuous and $h(x) = 0 \iff x \in A$ (for the latter equality you actually need that $A$ is closed). Now we define a sequence of (uniformly) bounded functions via $g_n(x) = \min\{1, n h(x)\}$. It is easy to verify that $g_n$ converges pointwise to the indicator function of $A^c$. Since $g_n$ is uniformly bounded and $f$ integrable, the dominated convergence theorem implies

$$\int_A f \, d\lambda = \int_{[0, 1]} f \, d\lambda - \int_{[0, 1]} f I_{A^c} \, d\lambda = -\lim \limits_{n \to \infty} \int_{[0, 1]} f g_n \, d\lambda = 0$$

Now consider the set $S = \{A \subset [0, 1] \mid A \text{ is measurable and }\int_A f \, d\lambda = 0\}$. By the dominated convergence theorem, $S$ is in fact a $\sigma$-algebra and it contains all closed sets, so $S = \mathcal{B}([0, 1])$. But now we can simply choose $A = \{f > 0\}$ and we get $\int_A f \, d\lambda = 0$, which implies that $f = 0$ almost surely on $A$. Choosing $B = \{f < 0\}$ implies $f = 0$ almost surely on $B$ and both together imply $f = 0$ almost surely.

Dominik
  • 20,241