Mathlib Map

Theorems · Definition · harmonic analysis

VectorFourier.fourierSMulRight

{E : Type u_1} →
  [inst : NormedAddCommGroup E] →
    [inst_1 : NormedSpace ℂ E] →
      {V : Type u_2} →
        {W : Type u_3} →
          [inst_2 : NormedAddCommGroup V] →
            [inst_3 : NormedSpace ℝ V] →
              [inst_4 : NormedAddCommGroup W] →
                [inst_5 : NormedSpace ℝ W] → (V →L[ℝ] W →L[ℝ] ℝ) → (V → E) → V → W →L[ℝ] E

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). This is designed so that the Fourier transform of fourierSMulRight L f is the derivative of the Fourier transform of f.

Defined in
Mathlib.Analysis.Fourier.FourierTransformDeriv
Cited by
15 results in Mathlib
Foundations
Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

VectorFourier.hasFDerivAt_fourierIntegral · cited by 5VectorFourier.hasFDerivAt…Real.fourier_fderiv · cited by 2Real.fourier_fderivVectorFourier.fourierIntegral_fderiv · cited by 2VectorFourier.fourierInte…VectorFourier.fourierIntegral_iteratedFDeriv · cited by 2VectorFourier.fourierInte…VectorFourier.norm_fourierSMulRight_le · cited by 2VectorFourier.norm_fourie…MeasureTheory.AEStronglyMeasurable.fourierSMulRight · cited by 2AEStronglyMeasurable.four…VectorFourier.fderiv_fourierIntegral · cited by 1VectorFourier.fderiv_four…Real.hasDerivAt_fourier · cited by 1Real.hasDerivAt_fourierVectorFourier.hasFDerivAt_fourierChar_smul · cited by 1VectorFourier.hasFDerivAt…VectorFourier.hasFTaylorSeriesUpTo_fourierIntegral · cited by 1VectorFourier.hasFTaylorS…Real.fderiv_fourier · cited by 1Real.fderiv_fourierVectorFourier.norm_fourierSMulRight · cited by 1VectorFourier.norm_fourie…SchwartzMap.fderivCLM_fourier_eq · cited by 1SchwartzMap.fderivCLM_fou…VectorFourier.fourierSMulRight_apply · cited by 0VectorFourier.fourierSMul…Real.hasFDerivAt_fourier · cited by 0Real.hasFDerivAt_fourierDFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceComplex · cited by 5565ComplexContinuousLinearMap · cited by 5352ContinuousLinearMapReal.pi · cited by 1774Real.piComplex.ofReal · cited by 1654Complex.ofRealComplex.I · cited by 866Complex.IContinuousLinearMap.smulRight · cited by 126ContinuousLinearMap.smulR…VectorFourier.fourierSMulRightCITED BYCITES

Cites11

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

Cited by15

Results whose statement or proof uses this declaration.