Mathlib Map

Theorems · Theorem · functional analysis

SchwartzMap.fourier_fderivCLM_eq

∀ (𝕜 : Type u_1) [inst : RCLike 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace ℂ E]
  [inst_3 : NormedSpace 𝕜 E] [inst_4 : SMulCommClass ℂ 𝕜 E] {V : Type u_3} [inst_5 : NormedAddCommGroup V]
  [inst_6 : InnerProductSpace ℝ V] [inst_7 : FiniteDimensional ℝ V] [inst_8 : MeasurableSpace V] [inst_9 : BorelSpace V]
  (f : SchwartzMap V E),
  FourierTransform.fourier ((SchwartzMap.fderivCLM 𝕜 V E) f) =
    (2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulRightCLM ℂ E (innerSL ℝ)) (FourierTransform.fourier f)

The Fourier transform of the derivative is given by multiplication of (2 * π * Complex.I) • innerSL ℝ with the Fourier transform.

Defined in
Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
Cited by
1 results in Mathlib
Foundations
Depth 298 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupNormedSpaceNormedSpaceSMulCommClassNormedAddCommGroupInnerProductSpaceFiniteDimensionalMeasurableSpaceBorelSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites35

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.