Derivative of the Fourier transform #
In this file we compute the FrΓ©chet derivative of π f, where f is a function such that both
f and v β¦ βvβ * βf vβ are integrable. Here π is understood as an operator (V β E) β (W β E),
where V and W are normed β-vector spaces and the Fourier transform is taken with respect to a
continuous β-bilinear pairing L : V Γ W β β.
We also give a separate lemma for the most common case when V = W = β and L is the obvious
multiplication map.
Send a function f : V β E to the function f : V β Hom (W, E) given by
v β¦ (w β¦ -2 * Ο * I * L(v, w) β’ f v).
Equations
- VectorFourier.mul_L L f v = -(2 * βReal.pi * Complex.I) β’ ContinuousLinearMap.smulRight (L v) (f v)
Instances For
The w-derivative of the Fourier transform integrand.
Norm of the w-derivative of the Fourier transform integrand.
Main theorem of this section: if both f and x β¦ βxβ * βf xβ are integrable, then the
Fourier transform of f has a FrΓ©chet derivative (everywhere in its domain) and its derivative is
the Fourier transform of mul_L L f.
Notation for the Fourier transform on a real inner product space
Equations
Instances For
The FrΓ©chet derivative of the Fourier transform of f is the Fourier transform of
fun v β¦ ((-2 * Ο * I) β’ f v) β (innerSL β v).