I'm working out of Stein's Fourier Analysis (working with Riemann integrable functions), and I'm having trouble with problem 1:
Suppose $f$ is continuous and supported on $[-M,M] \subset \mathbb{R}$ such that the Fourier transform satisfies $|\hat{f}(\xi)| \leq \frac{B}{1+\xi^2}$ (of moderate decrease).
<p>Show that:</p> <p>a) Let $L$ be such that $\frac{L}{2}$ and $\delta = \frac{1}{L} > M$ </p> <p>Show $f= \delta \sum \hat{f}(\delta n)e^{-2\pi i n \delta x}$ where $\hat{f}(\delta n)$ are the Fourier coefficients</p>
I don't have a problem with this, I used the fact that $\hat{f}$ is of moderate decrease to show that the series converges absolutely thus it converges uniformly to $f$
Now, my problem is with the part
b) Prove that if $F$ is continuous and of moderate decrease then
<p>$\int^{\infty}_{-\infty} F({\xi}) d\xi = \operatorname{lim}_{\delta \to 0, \delta > 0} \delta \sum F(n\delta) $</p>
where all sums are taken from $-\infty$ to $\infty$
The book suggests approximating the integral by $\int^{N}_{-N} F$ and the series by $\delta \sum_{|n| \leq N/\delta} F(n\delta) $ then approximating the second integral by Riemann sums.
It isn't hard to see that for $ \epsilon > 0$ $\int_{|n| > N} F < \epsilon$ as $F$ is of moderate decrease
However, I'm stuck with what I should be doing now. Any help is appreciated.
The motivation here is that we want the Fourier inversion formula as a conclusion from the above two parts.
As for the series, I'm confused about the $|n|\leq N/\delta$ bounds. How can we work with it?
– Lost Mar 25 '14 at 23:25