I am currently trying to piece together a proof of the Fourier inversion theorem which is appropriate for a probability theory context. The approach I am taking is smushing with a gaussian kernel $$ g_\epsilon(x) = \frac{1}{\sqrt{2\pi\epsilon^2}} \exp\left(-\frac{x^2}{2\epsilon^2}\right) $$
and then using the fact $$ h * g_\epsilon \to h \quad \text{in } L^1 $$
from this answer. Unfortunately this requires that $h$ is in $L^1$ so to have a complete proof, I need that
$$ \hat{\varphi}_f: x\mapsto \int e^{-itx} \underbrace{\int e^{ity} f(y)dy}_{=\varphi_f(t)}dt \quad \in L^1 $$
for all $f\in L^1$. Because then I have $f*g_\epsilon \to f$ and $\hat{\varphi}_f * g_\epsilon \to \hat{\varphi}_f$. So I get $2\pi f=\hat{\varphi}_f$ by uniqueness of limits.
I can not think of a proof though. Obviously I can not use Fourier inversion already.
EDIT: Simpler Equivalent Question
If I have for all $x\in\mathbb{R}$
$$ \lim_{\epsilon\to 0}\int e^{-\tfrac12 t^2 \epsilon^2} e^{itx}\hat{f}(t)dt = f(x) $$
does that imply that
$$ \int e^{itx} \hat{f}(t)dt =f(x) $$
In other words can I swap limits and integration, if I know that the limits of integrals converges (in this case)?
$f \ast g_\epsilon (t) = \int_{-\infty}^\infty \hat{f}(t) G_\epsilon(y) e^{iyt}dy$ which is a regularized version of the inverse Fourier transform of $\hat{f}$. With a right choice of $g_\epsilon$ this regularized version converges to $f$ as $\epsilon \to 0$ (in $L^1$), so we have a regularized version of the Fourier inversion theorem.
– reuns Apr 28 '22 at 13:38