Differentiation and Lebesgue integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
AxiomOfChoice
Messages
531
Reaction score
1

Homework Statement


Suppose [itex]g(x) = \int_0^x f(t) dt[/itex], where [itex]f[/itex] is Lebesgue integrable on [itex]\mathbb R[/itex]. Give an [itex]\epsilon - \delta[/itex] proof that [itex]g'(y) = f(y)[/itex] if [itex]y\in (0,\infty)[/itex] is a point of continuity of [itex]f[/itex].


Homework Equations





The Attempt at a Solution


I know I need to show that
[tex] f(y) = \lim_{h\to 0} \int_y^{y+h} \frac{1}{h} f(t) dt.[/tex]
My idea was to try to do this in terms of sequences; i.e., to let [itex]\{h_n\}[/itex] be any sequence of real numbers such that [itex]h_n \to 0[/itex], and then to phrase the limit above in terms of a limit as [itex]n\to \infty[/itex]. I had then planned to use something like the dominated convergence theorem. But I don't have any idea how to make use of the hypothesis that [itex]f[/itex] is continuous at [itex]y[/itex], so I'm not sure if this is the right approach.
 
Physics news on Phys.org
could you look at it as follows:
[tex]f(y) = \lim_{h\to 0} \frac{1}{h} \int_y^{y+h} f(t) dt[/tex]

then use the conitinuity of f to show that as h gets small
[tex]\int_y^{y+h} f(t) dt \approx f(t).h[/tex]
 
Ok. I think I know how to do this. Here is a complete solution: Let [itex]f \in L^1(\mathbb R)[/itex]. We want to show that, given any [itex]\epsilon > 0[/itex], we can find a [itex]\delta > 0[/itex] such that
[tex] \left| \frac{1}{h} \int_y^{y+h} f - f(y) \right| < \epsilon[/tex]
whenever [itex]|h| < \delta[/itex]. Since [itex]f[/itex] is continuous at [itex]y[/itex], we know we can find a [itex]\delta[/itex] such that [itex]|t - y| < \delta[/itex] implies [itex]|f(t) - f(y)| < \epsilon[/itex]. So, if we make [itex]|h| < \delta[/itex], we have
[tex] \begin{align*}<br /> \left| \frac{1}{h} \int_y^{y+h} f - f(y) \frac{1}{h} \int_y^{y+h} f \right|<br /> & \leq \frac{1}{h} \int_y^{y+h} \left| f(t) - f(y) \right| dt\\<br /> & \leq \frac{1}{h} \int_y^{y+h} \epsilon dt = \epsilon.<br /> \end{align*}[/tex]

That does it, I think.
 
There is a typo, you should write:
[tex] \left| \frac{1}{h} \int_y^{y+h} f - f(y) \right| =\Bigg|\frac{1}{h}\int_{y}^{y+h}f-f(y)\int_{y}^{y+h}\frac{1}{h}\Bigg|[/tex]