Theorems · Theorem · functional analysis
TemperedDistribution.fourier_lineDerivOp_eq
∀ {E : Type u_3} {F : Type u_4} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E]
[inst_2 : FiniteDimensional ℝ E] [inst_3 : MeasurableSpace E] [inst_4 : BorelSpace E] [inst_5 : NormedAddCommGroup F]
[inst_6 : NormedSpace ℂ F] (f : TemperedDistribution E F) (m : E),
FourierTransform.fourier (LineDeriv.lineDerivOp m f) =
(2 * ↑Real.pi * Complex.I) •
(TemperedDistribution.smulLeftCLM F fun x => ↑(inner ℝ x m)) (FourierTransform.fourier f)The Fourier transform of line derivative in direction m is given by multiplication of
(2 * π * Complex.I) • (inner ℝ · m) with the Fourier transform.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 301 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- Set.Elemstatement · cited by 7,166
- Set.ofPredstatement · cited by 6,101
- Complexstatement and proof · cited by 5,565
- ContinuousLinearMapstatement · cited by 5,352
- InnerProductSpacestatement and proof · cited by 3,523
Cited by1
Results whose statement or proof uses this declaration.
- TemperedDistribution.lineDeriv_eq_fourierMultiplierCLMproof · cited by 2