2

From Wikipedia

Use the convention for the Fourier transform that $$ (\mathcal{F}f)(\xi):=\int_{\mathbb{R}^n} e^{-2\pi iy\cdot\xi} \, f(y)\,dy. $$ Furthermore, we assume that the Fourier transform is also integrable.

The most common statement of the Fourier inversion theorem is to state the inverse transform as an integral. For any integrable function $g$ and all $x∈ℝ^n$ set $$ \mathcal{F}^{-1}g(x):=\int_{\mathbb{R}^n} e^{2\pi ix\cdot\xi} \, g(\xi)\,d\xi. $$ Then for all $x∈ℝ^n$ we have $$ \mathcal{F}^{-1}(\mathcal{F}f)(x)=f(x). $$

  1. For $g \in L^p, p \in [1,2]$, its inverse FT exists, if and only if $g$ is in $L^2$?
  2. For $g \in L^p, p \in [1,2]$, its inverse FT can be represented as $$ \mathcal{F}^{-1}g(x):=\int_{\mathbb{R}^n} e^{2\pi ix\cdot\xi} \, g(\xi)\,d\xi, $$ if and only if $g$ is in $L^2\cap L^1$?
  3. For $f \in L^2$, when can its FT be represented in terms of integral as above?

    For that purpose, when is its FT in $L^2\cap L^1$? For $f \in L^2\cap L^1$, its FT isn't necessarily in $L^2\cap L^1$, is it?

Thanks and regards!

Tim
  • 47,382

2 Answers2

7

Your last question/surmise hits the real point: it is possible to contrive functions in $L^1\cap L^2$ whose Fourier transforms are not in $L^1\cap L^2$. And so on... Nevertheless, indeed, it is elementary-traditional to discuss Fourier transforms for such functions. A moderately clever person can find many such functions, so that one would feel vaguely confident that this is ok... But, no, this is making it more complicated than it need be, for non-elementary reasons.

Although questions such as your first two may indeed be critical in some situations, they are misleading in subtle and insidious ways, as the $L^2\cap L^1$ issue highlights. Thus, despite many decades of progress on Fourier transforms, Laurent Schwartz' late-1940s creation of the theory of distributions, and of tempered distributions, included many ideas which (in my opinion) lent sanity and simplicity to these questions. (Without slandering/libeling any deceased very-good mathematicians by naming them, I must note that at the time some people thought it was outrageous that Schwartz won a Fields Medal for "distributions", because, in effect, "the experts" could already do all those things. My observation is that these mechanisms were potentially simple enough that "any idiot could do it", and Schwartz found/manifested that simplicity.)

Specifically, Schwartz observed that the (Frechet) space of infinitely-differentiable functions all of whose derivatives decay faster than any power of $1/(1+x^2)$ _maps_to_itself_ under Fourier transform.

The major "objection" was/is that the Schwartz space is not Hilbert, nor Banach. Well, ok, but it is an excellent answer to an important question, so to the extent that these "simpler" notions about function spaces are insufficient, this story is evidence that we should enlarge our repertoire of function-spaces right away!

The non-triviality of finding this sort of balance is meaningfully illustrated in many other "eigenfunction expansion" scenarios, wherein we want to express "general" functions as "superpositions" (sums and integrals...) of special functions, maybe eigenfunctions ($L^2$?) for some naturally-occurring operator.

Returning to the original question: Fourier inversion is literally an integral only when both $f$ and $\hat{f}$ are in $L^2\cap L^1$, as you say... but, even then, there is a pitfall: in what sense do we mean the equality of functions, the original, and the integral of exponentials??? This is a very serious question. The convergence need not be pointwise at all, certainly not uniformly pointwise. Convergence in an $L^2$ sense is assured (Plancherel), but couldn't make sense unless both $f$ and $\hat{f}$ were in $L^2$. :)

So, if we are trying to be clever, we can define $\hat{f}$ by the Plancherel-isometric extension of the integral giving the "forward" Fourier transform, and only worry about the integral for inversion, soooo with $f\in L^2$ and $\hat{f}\in L^2\cap L^1$, the integral form of Fourier inversion is literally correct. :)

But, seriously, this kind of analysis is a bit frivolous, all the more so since (I think) understanding what's going on is only possible after taking up a more sophisticated viewpoint (Schwartz...). But I hope the discussion does respond helpfully.

paul garrett
  • 52,465
  • Do you know of a good reference from which one could learn the details of the Schwartz viewpoint? – Antonio Vargas Jul 19 '13 at 20:29
  • 1
    @AntonioVargas, many "Functional Analysis" books treat this, but often it gets lost among the other can't-miss topics. You don't have to read everything prior just to do Fourier transforms. Perhaps Folland's "Fourier Analysis and its Applications" gets to the point better than more-general functional analysis books. In fact, the chapter 0 of Folland's "Intro to PDE" gives about as nice a treatment of this material as one might want for a first reading. Also Strichartz' "A guide to distribution theory and Fourier transforms". – paul garrett Jul 19 '13 at 21:03
1

In the best case, when both $f$ and $\hat{f}$ are in $L^1$, the inversion formula holds almost everywhere. (In particular, $f$ can then taken to be equal to a uniformly continuous function a.e.)

On $L^2$, Fourier transform is defined by extending by continuity from the dense set $L^1 \cap L^2$. So the formula only holds in the sense of $L^2$. Also, the Fourier transform does not preserve $L^1 \cap L^2$, e.g. take the characteristic function of $[0,1]$.

A very special $L^2$-case arise in the Sampling Theorem: when $\hat{f}$ has compact support (so $\hat{f} \in L^1 \cap L^2$), then a type of inversion allows you to reconstruct $f$ via uniform convergence.

Michael
  • 3,068