View Single Post
  #2  
Old November 25th, 2008, 03:17 AM
David24 David24 is offline
Banned
 
Join Date: Nov 2008
Posts: 82
Country:
Thanks: 0
Thanked 25 Times in 25 Posts
David24 is on a distinguished road
Default

Quote:
Originally Posted by alexthepenguin View Post
i have exams on this course coming up in two days (i should probably write this post earlier). i was hoping to read more and try to find a solution myself but unfortunately failed.
let f be a positive function, integrable over R. prove that


\sum_{n \in Z} \int_0^1 f(x+n) d \mu = \int_{-\infty}^{\infty} f(x) d \mu
and deduce that \sum_{n \in Z} f(x+n) converges

prove that



this is based on the assumption that for all x in 0..pi/2 ( i have done this part)

also one mroe if p >-1 and q belongs to the natural number. prove that

(i have done this part)

deduce that



any thoughts would be appreciated! thank you!

Okay,

Ive done the first one,

LHS = sum ( int(f(x+n) x = 0 to 1), n = -inf, ..., inf)

consider the integral component,

inf(f(x+n) , x = 0 to 1)
here let t = x + n --> dt/dx = 1 or dt = dx
Change Limits: at x = 0 t = n, at x = 1 t = n +1

Thus,

inf(f(x+n), x = 0 to 1) becomes int( f(t) t = n to n+1) or int(f(x), x = n to n+1)

Plug back into the sum,

sum ( int(f(x), x = n to n + 1) , n = -inf,...,inf)

which as Im sure you can easily see is
sum(int(f(x), x = -inf...inf))

Hope this helps,

I'll keep plugging away on the rest,

Regards,

David
Reply With Quote