2

Let $f\in L^1([0,1],\lambda)$ I'd like to show that $F(x)=\int_{[0,x]}|f|\, d\lambda$ is continuous.

I'm thinking of showing it is Lipschitz, but I can't really find any upper bound for $f$. Or maybe I can say something like $|f(x)|\leq \|f\|_1$ almost everywhere?

Any help is welcome...

Siminore
  • 35,136
Tanya
  • 23
  • 2
  • See http://math.stackexchange.com/questions/40384/showing-uniform-continuity?lq=1, http://math.stackexchange.com/questions/145222/f-is-integrable-prove-fx-int-inftyx-ft-dt-is-uniformly-continuo?lq=1, http://math.stackexchange.com/q/82862/. $F$ is Lipschitz if and only if $f$ is essentially bounded. It is not typically true that $|f(x)|\leq |f|_1$ a.e. – Jonas Meyer Oct 24 '12 at 15:27
  • I think the answer is right now @Tanya – Tomás Oct 24 '12 at 17:57

1 Answers1

2

Let me try again. Suppose $x_n\rightarrow x$. Let $\Phi_{Y}$ be the characteristic function on $Y$. Note $$|f(y)|\Phi_{[0,x_n]}\rightarrow |f(y)|\Phi_{[0,x]},\ a.e.\ y\in[0,1]$$ and $$|f(y)|\Phi_{[0,x_n]}\leq|f(y)|,\ y\in[0,1]$$

Hence, by Lebesgue theorem we have $$\int_0^1|f(y)|\Phi_{[0,x_n]}\rightarrow \int_0^1|f(y)|\Phi_{[0,x]}$$

or equivalently $$\int_0^{x_n}|f(y)|\rightarrow \int_0^x|f(y)|$$

Tomás
  • 22,559