Convergence of lebesgue integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 3K views
onthetopo
Messages
35
Reaction score
0

Homework Statement


[tex]fn(x)=n\chi_{(0,n^{-1})}(x)-n\chi_{(-n^{-1},0)}(x)[/tex] -1<x<1
Prove that [tex]\int fn(x)dx\rightarrow\int f(x)[/tex]
a. Using direct computation
b. Use dominated convergence

The Attempt at a Solution


a. How to do direct computation?

b. Using dominated convergence
If x is in (0,1/n), then fn(x)=<1-0=1
If x is in (-1/n,0), then fn(x)=<0-1=-1
If x is in neither , then fn(x)=0
Thus |fn(x)| is dominated by |g| where g(x)=1 , a constant function on (-1,1)
g(x) is in L1, since g(x) is Riemann integreable on (-1,1) it must also be Lebesgue integreable.
Thus, by dominated convergence theorem:
"limit of integration of fn" is equal to "integration of limit of fn"= integration of f(x)=0 as n goes to +infinity.
Thus,

[tex]\int fn(x)dx\rightarrow\int f(x)\rightarrow0[/tex] QED
 
Physics news on Phys.org
Can we say that
[tex]\int fn(x)=\int n\chi_{(0,n^{-1})}(x) +\int -n\chi_{(-n^{-1},0)}(x)[/tex] -1<x<1 (**)
I think the above is the crucial step. What exactly do we need for the above to hold? I guess as long as each term on the right is integreable?

Assume (**) holds, then let u be the lebesgue measure
[tex]\int n\chi_{(0,n^{-1})}(x) +\int -n\chi_{(-n^{-1},0)}(x)=n*u(0,n^{-1})-n*u(-n^{-1},0)=n*1/n-n*(1/n)=0[/tex]

Is my answer to part (a) posted here , together with my answer to part (b) posted in the first post,both completely correct? =)
 
Last edited:
Can someone please tell me if what i did is right?
 
If x is in (0,1/n), then fn(x)<n*1/n-0=1
If x is in (-1/n,0), then fn(x)>0-n*1/n=-1
If x is in neither , then fn(x)=0
Thus |fn(x)| is dominated by |g| where g(x)=1, I really can't see what's wrong?
 
ah!
so it's dominated by |n|, which is not in L1, so we can;t use DCT at all
 
if x is in (0,1/n), then f_n(x)=n; and if x is in (-1/n,0), then f_n(x)=-n., and if x is in neither, f_n(x)=0
thus, |f_n(x)|<|n| for all x on (-1,1) , but|n| is unbounded as n goes to infinity
we cannot find a g(x) in L1 such that |fn|<|g| for all n and all x in (-1,1).
 
That doesn't mean you can't fit a g in between f_n and n. I don't immediately see a good candidate though; and I'm willing to guess that you're right, dct probably won't work. You can use a generalized version of the dct (say, the one mentioned in your other thread), but that's kind of stupid though, because it amounts to basically doing what you did for part (a).