For a continuous function, $f:[0,b] \to \Bbb{R}$ show that: $$ \lim_{\lambda\to\infty} \int^b_0 f(t) \frac{\sin(\lambda t)}{t}\,dt = \frac{\pi}{2}\,f(0) $$
I know it has something to do with the Riemann-Lebesgue lemma about Fourier series, but $\frac{f(t)}{t}$ is not an integrable function.
I tried to define $g(t) = \frac{2f(t)\sin(\frac{t}{2})}{t} $ which tends to $f(0)$ as $t\to0$ and $g(t)$ is integrable in $[0,b]$ so we get:
$$ \lim_{\lambda\to\infty} \int^b_0 f(t) \frac{\sin(\lambda t)}{t} \,dt= \lim_{\lambda\to\infty} \frac{1}{2}\int^b_0 g(t) \frac{\sin(\lambda t)}{\sin(\frac{t}{2})}\,dt $$ which kind of reminds $g(x)*\mathit{Dn}(0)$ ($\mathit{Dn}=$Dirichlet kernel), but it's not the same.
I guess it can be solved with the $\mathrm{Si}(x)$ function but I'm trying to solve it with Fourier series.