Fourier inversion formula for $L^2$ functions

fourier analysisfourier transform

I have got a question about the Fourier-inversion Formula. Given a function $f \in L^2(\Bbb R)$ such that the following limit exists for almost every $x\in \Bbb R$
\begin{equation}
\lim_{N \rightarrow \infty} \int_{-N}^N \hat{f}(y) e^{ixy} dy,
\end{equation}

where $\hat{f}$ is the Fourier transform. Define
\begin{equation}
g(x):= \lim_{N \rightarrow \infty} \int_{-N}^N \hat{f}(y) e^{ixy} dy
\end{equation}

How do $f$ and $g$ relate? I have read that Plancherel implies that $f=g$ almost everywhere, but i don't really know how to see that.

Thanks in advance!

Best Answer

Let $g_N(x) := \int_{-N}^N \hat{f}(y) e^{ixy} dy$. Then according to your assumption $g(x)= \lim_{N \to \infty} g_N(x)$ pointwise a.e.

Note that $g_N(x) := \int_{-N}^N \hat{f}(y) e^{ixy} dy= \int_{\Bbb R} (\hat{f}.\Bbb 1_{[-N,N]})(y)e^{ixy}dy $ . Now it is given that $f \in L^2(\Bbb R)$. Hence by Plancherel's theorem $\hat{f} \in L^2(\Bbb R)$. Which then implies that $\hat{f}.\Bbb 1_{[-N,N]} \in L^2[-N,N]$. Since, $[-N,N] \subset \Bbb R$ is compact , we get that $L^2[-N,N] \subset L^1[-N,N]$ thus $\hat{f}.\Bbb 1_{[-N,N]} \in L^1[-N,N]$. And from definition it follows readily that $\hat{f}.\Bbb 1_{[-N,N]} \in L^1(\Bbb R)$ , thus Fourier inversion is valid on $\hat{f}.\Bbb 1_{[-N,N]}, \forall N \in \Bbb N$.

Then it is clear that $g_N \to f$ in $L^2$ as $$\lim_{N \to \infty} ||f-g_N||_{L^2}^2 = \lim_{N \to \infty} \int_{|x| > N} |\hat{f}(y)|^2 dy =0$$ as we noted that $\hat{f} \in L^2(\Bbb R)$.

$g_N \to f$ in $L^2 \implies \exists$ a subsequence $\{g_{N_k}\}_{k \ge 1}$ such that $\lim_{k \to \infty}g_{N_k}(x)=f(x)$ a.e. Combining this with the our observation at the very beginning ( that $g(x)= \lim_{N \to \infty} g_N(x)$ pointwise a.e ) we obtain that $f=g$ a.e.

Related Question