Smoothness of Fourier Transforms for Rapidly Decaying Functions

AI Thread Summary
Rapidly decaying functions, where f(x) approaches zero as x approaches infinity, lead to smooth Fourier transforms, as discussed in the thread. The smoothness of the Fourier transform F is supported by the fact that if f and its derivatives decay faster than any polynomial, F will also be smooth. The discussion references the Schwartz space, which consists of functions that are infinitely differentiable and decay rapidly, ensuring that their Fourier transforms remain within this space. The proof involves leveraging properties of the Fourier transform and its relationship with derivatives, highlighting that the decay of f ensures the smoothness of F. Overall, the thread emphasizes the connection between rapid decay and the smoothness of Fourier transforms in mathematical analysis.
mnb96
Messages
711
Reaction score
5
Hello,
I read somewhere that if a function f decays rapidly (e.g. \lim_{x \to \infty}f(x)=0 ), then its Fourier transform F is smooth.
How can I prove this? (Reference to some sources are welcome too).
Thanks.
 
Mathematics news on Phys.org
I think f(x) has to tend to zero for the Fourier transform to even exist.
Just did some musing. If f and all its derivatives decay faster than any polynomial (eg, exponentially fast), F should be smooth. I'm sure there are less strict conditions though.

Sometimes the FT is studied as an isomorphism from the Schwartz space to itself (functions from ___ to ___ whose derivatives of all orders and types decay exponentially fast. Sometimes it's expressed as having a certain finite norm)
 
Jerbearrrrrr said:
...If f and all its derivatives decay faster than any polynomial (eg, exponentially fast), F should be smooth...

do you have a reference to a proof for this statement?
It doesn´t look like a trivial result, at least to me.
 
My lecture notes lol. You need to use the fact that FT(f ') = k*FT(f), and the inverse/dual (not sure precisely what to call it) of this fact.From my PDEs course last term. It's actually like the first thing that was proven after defining the FT:

Defn (Fourier Transform)
for f \in L^1(R^n;C) \ \ \ \ \ \ \ \ \hat{f} (\mu) := \int _{R^n} f(x) e^{-ix.\mu} dx
(\mu \in R^n, \hat{f} : R^n \to C)

Lemma
Let f \in S(R^n). Then \hat{f} \in S(R^n).
Proof
For any multi-indices k_1, k_2
sup_\mu | \mu^{k_1} \nabla ^{k_2} \hat{f} (\mu)| \leq sup |F(\nabla _x ^{k_1} (x^{k_2} f))(\mu)|\leq | | \nabla _x ^{k_1}(x^{k_2} f) | | _{L^1}

I've sloppily used F(f) to be the Fourier transform of f that changes x to mu. The ||.|| thing is the L1 norm which is just "integrate me over all space".
It's presented as a one liner but I guess there are quite a few ideas involved.

Oh, and S is
S:= \{f \in C^{\infty} (R) : lim_{x \to \infty} \frac{|\nabla ^k f(x) |}{|x| ^m} \to 0 \ \ \forall k,m\}
So thingies in S are definitely smooth and decaying.
 
Last edited:
Last edited by a moderator:
Oh. Yes, it is clear.
Compact support means (well it doesn't, but it does) the function is non-zero only locally (in some closed set).

ie it looks like a bump.
 
I tried to prove it this way (by induction on the power of |x|^m).
The cases when m\geq 0, are trivial so we assume m<0, and f is smooth with \lim_{x \to \infty}f(x)=0.
Let k=-m

Base (k=1):

\lim_{x\to +\infty} xf^{(n)}}(x) = \lim_{x\to +\infty} \frac{x}{[f^{(n)}(x)]^{-1}} = \lim_{x \to \infty}\frac{f^{(n+1)}}{-[f^{(n)}(x)]^{-2}} = 0Induction:

\lim_{x\to +\infty} x^{i+1}f^{(n)}}(x) = \lim_{x\to +\infty} \frac{x}{[x^{i}f^{(n)}(x)]^{-1}}= \lim_{x\to +\infty} \frac{1}{D[(x^{i}f^{(n)}(x))^{-1}]} = 0

The last step is due to the fact that the denominator is the product of two smooth functions (which by induction hypothesis tends to 0, and so all its derivatives).

If this is correct, it looks more clear to me. Perhaps I don't clearly understand the definition of function with compact support (at least I don't know how to use that definition).
 
Last edited:
[PLAIN]http://img707.imageshack.us/img707/2655/compsupp.png
This is a smooth function with compact support. (Assume it's smooth anyway)

It's only non-zero locally.
So towards infinity...of course it decays fast, because it IS zero.
 
Last edited by a moderator:
Back
Top