TL; DR: Under which conditions can an improper integral be broken into an infinite sum of definite integrals (if any such condition exists)?
Background for the question: I need to estimate the following improper integral:
$$\int_0^\infty e^{-\alpha t}f(t)dt$$
where the function $f:\mathbb{R} \rightarrow \mathbb{R}$ is positive and $T$-periodic with $\int_0^T |f(t)|^2 dt < \infty$ (integrals taken in the Lebesgue sense).
My idea was to try to break the integral as:
$$\int_0^\infty e^{-\alpha t}f(t)dt = \sum_{n=0}^\infty \int_{nT}^{(n+1)T}e^{-\alpha t}f(t)dt$$
and then use some other conditions at hand to prove that this infinite sum converges. However, I couldn't find conditions which tell me whether I can break this integral as such.
I myself have come up with a proof, after all. Please point out any errors if you find them.
If the integral converges (either to a finite or infinite value), we can break the integral as:
$$\int_0^\infty e^{-\alpha t}f(t)dt = \big(\sum_{n=0}^N \int_{nT}^{(n+1)T}e^{-\alpha t}f(t)dt\big) + \int_{(N+1)T}^\infty e^{-\alpha t}f(t)dt$$
So the problem at hand reduces to whether $\int_{NT}^\infty e^{-\alpha t}f(t)dt \rightarrow 0$ as $N \rightarrow \infty$. This can be further reduced, changing the variable to $s=t-NT$:
$$\int_{NT}^\infty e^{-\alpha t}f(t)dt = \int_{0}^\infty e^{-\alpha (s+NT)}f(s)ds = \int_{0}^\infty g_N(s)dt$$
With $g_N(s)=e^{-\alpha (s+NT)}f(s)$. Now we have:
Therefore by Lebesgue's Monotone Convergence Theorem,
$$\lim_{N \rightarrow \infty}\int_{NT}^\infty e^{-\alpha t}f(t)dt = \lim_{N \rightarrow \infty}\int_{0}^\infty g_N(s)dt =0$$
Interestingly enough, due to the periodicity of $f$, the converse seems to be true: If the infinite sum converges, the integral converges as well.