Uniform convergence, Lp convergence

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
6 replies · 9K views
onthetopo
Messages
35
Reaction score
0

Homework Statement


A stereotypical problem in measure theory.
fn(x)=1 when 0<=x<=1/n
=0 when 1/n<x<=1
f(x)=0 0<=x<=1

Under the lebesgue measure
Does fn converge to f?
a. for all x
b. almost everywhere
c. uniformly on [0,1]
d. uniformly almost everywhere on [0,1]
e. almost uniformly
f. in measure
g. in Lp

Homework Equations


The Attempt at a Solution


My guess of the answer would be:
a. for all x: No, doesn't converge at x=0
b. almost everywhere: Yes, x=0 has lesbesgue measure 0
c. uniformly on [0,1]: No
d. uniformly almost everywhere on [0,1]: No
e. almost uniformly: Yes
f. in measure: Yes
g. in Lp: shouln't it depend on p? no idea.
 
Physics news on Phys.org
My answers:
a) No
b) Yes
c) No
d) What do you mean by uniformly almost everywhere? How does this differ from almost uniformly? I've never seen this concept before.
e) Yes
f) Yes
g) Yes

To see this last one, note that for any p > 0, [tex]|f_n|^p \to 0[/tex] a.e., and [tex]|f_n|^p \leq 1[/tex], so the DCT implies that [tex]\int |f_n|^p dm \to 0[/tex].
 
Sorry how does dominated convergence theorem implies that [tex]\int |f_n|^p dm \to 0[/tex].?

All DCT says is that it is less than the integral of 1 right?
 
onthetopo said:
Sorry how does dominated convergence theorem implies that [tex]\int |f_n|^p dm \to 0[/tex].?

All DCT says is that it is less than the integral of 1 right?

I think so, but you don't need it anyway. ||f_n||_p=(1/n)^(1/p). Doesn't that go to zero for all p<infinity?
 
The http://en.wikipedia.org/wiki/Dominated_convergence_theorem" allows you to pull the limit inside the integral, so, since [tex]|f_n|^p[/tex] is dominated by an integrable function ([tex]f\equiv1[/tex]),
[tex]\begin{align*}<br /> \lim \int |f_n|^p dm = \int ( \lim |f_n|^p ) dm = \int 0 dm = 0.<br /> \end{align*}[/tex]

Dick is of course correct in his evaluation of [tex]||f_n||_p[/tex] both methods work.
 
Last edited by a moderator:
rochfor1 said:
The http://en.wikipedia.org/wiki/Dominated_convergence_theorem" allows you to pull the limit inside the integral, so, since [tex]|f_n|^p[/tex] is dominated by an integrable function ([tex]f\equiv1[/tex]),
[tex]\begin{align*}<br /> \lim \int |f_n|^p dm = \int ( \lim |f_n|^p ) dm = \int 0 dm = 0.<br /> \end{align*}[/tex]

Dick is of course correct in his evaluation of [tex]||f_n||_p[/tex] both methods work.

Right. Sorry, I didn't bother to look it up the DCT because you don't need it. But rochfor1 is correct.
 
Last edited by a moderator:
No worries! Your way is actually easier than mine...I'm just so used to doing these types of problems without being able to explicitly compute the norms, so DCT and MCT are the first things I go to.
 
Last edited: