Documentation

Mathlib.Analysis.Distribution.FourierMultiplier

Fourier multiplier on Schwartz functions and tempered distributions #

We define a Fourier multiplier as continuous linear maps on Schwartz functions and tempered distributions. The multiplier function is throughout assumed to have temperate growth.

Main definitions #

Main statements #

Schwartz functions #

noncomputable def SchwartzMap.fourierMultiplierCLM {𝕜 : Type u_2} {E : Type u_3} (F : Type u_4) [RCLike 𝕜] [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace ℝ E] [NormedSpace ℂ F] [NormedSpace 𝕜 F] [SMulCommClass ℂ 𝕜 F] [FiniteDimensional ℝ E] [MeasurableSpace E] [BorelSpace E] (g : E → 𝕜) :

Fourier multiplier on Schwartz functions.

Equations
Instances For
    theorem SchwartzMap.fourierMultiplierCLM_sum {ι : Type u_1} {𝕜 : Type u_2} {E : Type u_3} (F : Type u_4) [RCLike 𝕜] [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace ℝ E] [NormedSpace ℂ F] [NormedSpace 𝕜 F] [SMulCommClass ℂ 𝕜 F] [FiniteDimensional ℝ E] [MeasurableSpace E] [BorelSpace E] {g : ι → E → 𝕜} {s : Finset ι} (hg : ∀ i ∈ s, Function.HasTemperateGrowth (g i)) :
    (fourierMultiplierCLM F fun (x : E) => ∑ i ∈ s, g i x) = ∑ i ∈ s, fourierMultiplierCLM F (g i)

    Tempered distributions #

    Fourier multiplier on tempered distributions.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem TemperedDistribution.fourierMultiplierCLM_sum {ι : Type u_1} {E : Type u_3} (F : Type u_4) [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace ℝ E] [NormedSpace ℂ F] [FiniteDimensional ℝ E] [MeasurableSpace E] [BorelSpace E] {g : ι → E → ℂ} {s : Finset ι} (hg : ∀ i ∈ s, Function.HasTemperateGrowth (g i)) :
      (fourierMultiplierCLM F fun (x : E) => ∑ i ∈ s, g i x) = ∑ i ∈ s, fourierMultiplierCLM F (g i)