theorem
FourierAnalysis.fourier_schwartz_equiv :
∃ (Φ : SchwartzSpace ≃L[ℂ] SchwartzSpace), ∀ (f : SchwartzSpace), ⇑(Φ f) = FourierTransform.fourier ⇑f
theorem
FourierAnalysis.fderiv_fourier_eq_fourier_neg_smul
(f : SchwartzSpace)
:
(SchwartzMap.fderivCLM ℂ ℝ ℂ) (FourierTransform.fourier f) = FourierTransform.fourier (-(2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulRightCLM ℂ ℂ (innerSL ℝ)) f)
theorem
FourierAnalysis.fourier_fderiv_eq_smul_fourier
(f : SchwartzSpace)
:
FourierTransform.fourier ((SchwartzMap.fderivCLM ℂ ℝ ℂ) f) = (2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulRightCLM ℂ ℂ (innerSL ℝ)) (FourierTransform.fourier f)
theorem
FourierAnalysis.fourier_fderiv_interchange
(f : SchwartzSpace)
:
(SchwartzMap.fderivCLM ℂ ℝ ℂ) (FourierTransform.fourier f) = FourierTransform.fourier (-(2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulRightCLM ℂ ℂ (innerSL ℝ)) f) ∧ FourierTransform.fourier ((SchwartzMap.fderivCLM ℂ ℝ ℂ) f) = (2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulRightCLM ℂ ℂ (innerSL ℝ)) (FourierTransform.fourier f)
@[reducible, inline]