Mathlib Map

Theorems · Theorem · functional analysis

SchwartzMap.fourierInv_lineDerivOp_eq

∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {V : Type u_3} [inst_2 : NormedAddCommGroup V]
  [inst_3 : InnerProductSpace ℝ V] [inst_4 : FiniteDimensional ℝ V] [inst_5 : MeasurableSpace V] [inst_6 : BorelSpace V]
  (f : SchwartzMap V E) (m : V),
  FourierTransformInv.fourierInv (LineDeriv.lineDerivOp m f) =
    -(2 * ↑Real.pi * Complex.I) • (SchwartzMap.smulLeftCLM E fun x => inner ℝ x m) (FourierTransformInv.fourierInv f)

The inverse Fourier transform of line derivative in direction m is given by multiplication of -(2 * π * Complex.I) • (inner ℝ · m) with the inverse Fourier transform.

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

Around this declaration

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

Cites37

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.