Loogle!
Result
Found 103 declarations mentioning FourierTransform.fourier.
- FourierTransform.fourier π Mathlib.Analysis.Fourier.Notation
{E : Type u} {F : outParam (Type v)} [self : FourierTransform E F] : E β F - ContinuousFourier.continuous_fourier π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : outParam (Type u_6)} {instβ : TopologicalSpace E} {instβΒΉ : TopologicalSpace F} {instβΒ² : FourierTransform E F} [self : ContinuousFourier E F] : Continuous FourierTransform.fourier - ContinuousFourier.mk π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : outParam (Type u_6)} [TopologicalSpace E] [TopologicalSpace F] [FourierTransform E F] (continuous_fourier : Continuous FourierTransform.fourier) : ContinuousFourier E F - FourierInvPair.fourier_fourierInv_eq π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : Type u_6} {instβ : FourierTransform F E} {instβΒΉ : FourierTransformInv E F} [self : FourierInvPair E F] (f : E) : FourierTransform.fourier (FourierTransformInv.fourierInv f) = f - FourierInvPair.mk π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : Type u_6} [FourierTransform F E] [FourierTransformInv E F] (fourier_fourierInv_eq : β (f : E), FourierTransform.fourier (FourierTransformInv.fourierInv f) = f) : FourierInvPair E F - FourierPair.fourierInv_fourier_eq π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : Type u_6} {instβ : FourierTransform E F} {instβΒΉ : FourierTransformInv F E} [self : FourierPair E F] (f : E) : FourierTransformInv.fourierInv (FourierTransform.fourier f) = f - FourierPair.mk π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : Type u_6} [FourierTransform E F] [FourierTransformInv F E] (fourierInv_fourier_eq : β (f : E), FourierTransformInv.fourierInv (FourierTransform.fourier f) = f) : FourierPair E F - FourierAdd.fourier_add π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : outParam (Type u_6)} {instβ : Add E} {instβΒΉ : Add F} {instβΒ² : FourierTransform E F} [self : FourierAdd E F] (f g : E) : FourierTransform.fourier (f + g) = FourierTransform.fourier f + FourierTransform.fourier g - FourierAdd.mk π Mathlib.Analysis.Fourier.Notation
{E : Type u_5} {F : outParam (Type u_6)} [Add E] [Add F] [FourierTransform E F] (fourier_add : β (f g : E), FourierTransform.fourier (f + g) = FourierTransform.fourier f + FourierTransform.fourier g) : FourierAdd E F - FourierSMul.fourier_smul π Mathlib.Analysis.Fourier.Notation
{R : Type u_5} {E : Type u_6} {F : outParam (Type u_7)} {instβ : SMul R E} {instβΒΉ : SMul R F} {instβΒ² : FourierTransform E F} [self : FourierSMul R E F] (r : R) (f : E) : FourierTransform.fourier (r β’ f) = r β’ FourierTransform.fourier f - FourierSMul.mk π Mathlib.Analysis.Fourier.Notation
{R : Type u_5} {E : Type u_6} {F : outParam (Type u_7)} [SMul R E] [SMul R F] [FourierTransform E F] (fourier_smul : β (r : R) (f : E), FourierTransform.fourier (r β’ f) = r β’ FourierTransform.fourier f) : FourierSMul R E F - FourierTransform.fourier_sum π Mathlib.Analysis.Fourier.Notation
{ΞΉ : Type u_1} {E : Type u_3} {F : Type u_4} [AddCommGroup E] [AddCommGroup F] [FourierTransform E F] [FourierAdd E F] (f : ΞΉ β E) (s : Finset ΞΉ) : FourierTransform.fourier (β i β s, f i) = β i β s, FourierTransform.fourier (f i) - FourierTransform.fourier_zero π Mathlib.Analysis.Fourier.Notation
{E : Type u_3} {F : Type u_4} [AddCommGroup E] [AddCommGroup F] [FourierTransform E F] [FourierAdd E F] : FourierTransform.fourier 0 = 0 - FourierTransform.fourier_neg π Mathlib.Analysis.Fourier.Notation
{E : Type u_3} {F : Type u_4} [AddCommGroup E] [AddCommGroup F] [FourierTransform E F] [FourierAdd E F] (f : E) : FourierTransform.fourier (-f) = -FourierTransform.fourier f - FourierTransform.fourierβ_apply π Mathlib.Analysis.Fourier.Notation
{R : Type u_2} {E : Type u_3} {F : Type u_4} [Semiring R] [AddCommMonoid E] [AddCommMonoid F] [Module R E] [Module R F] [FourierTransform E F] [FourierAdd E F] [FourierSMul R E F] (f : E) : (FourierTransform.fourierβ R E) f = FourierTransform.fourier f - FourierTransform.fourierCLM_apply π Mathlib.Analysis.Fourier.Notation
{R : Type u_2} {E : Type u_3} {F : Type u_4} [Semiring R] [AddCommMonoid E] [AddCommMonoid F] [Module R E] [Module R F] [FourierTransform E F] [FourierAdd E F] [FourierSMul R E F] [TopologicalSpace E] [TopologicalSpace F] [ContinuousFourier E F] (f : E) : (FourierTransform.fourierCLM R E) f = FourierTransform.fourier f - FourierTransform.fourierEquiv_apply π Mathlib.Analysis.Fourier.Notation
{R : Type u_5} {E : Type u_6} {F : Type u_7} [Semiring R] [AddCommMonoid E] [AddCommMonoid F] [Module R E] [Module R F] [FourierTransform E F] [FourierAdd E F] [FourierSMul R E F] [FourierTransformInv F E] [FourierPair E F] [FourierInvPair F E] (f : E) : (FourierTransform.fourierEquiv R E) f = FourierTransform.fourier f - FourierTransform.fourierCLE_apply π Mathlib.Analysis.Fourier.Notation
{R : Type u_5} {E : Type u_6} {F : Type u_7} [Semiring R] [AddCommMonoid E] [AddCommMonoid F] [Module R E] [Module R F] [FourierTransform E F] [FourierAdd E F] [FourierSMul R E F] [FourierTransformInv F E] [FourierPair E F] [FourierInvPair F E] [TopologicalSpace E] [TopologicalSpace F] [ContinuousFourier E F] [ContinuousFourierInv F E] (f : E) : (FourierTransform.fourierCLE R E) f = FourierTransform.fourier f - Real.fourierInv_eq_fourier_comp_neg π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) : FourierTransformInv.fourierInv f = FourierTransform.fourier fun x => f (-x) - Real.fourierInv_eq_fourier_neg π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) (w : V) : FourierTransformInv.fourierInv f w = FourierTransform.fourier f (-w) - Real.fourierInv_comm π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) : FourierTransform.fourier (FourierTransformInv.fourierInv f) = FourierTransformInv.fourierInv (FourierTransform.fourier f) - Real.fourier_congr_ae π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] {fβ fβ : V β E} (hf : fβ =α΅[MeasureTheory.volume] fβ) (x : V) : FourierTransform.fourier fβ x = FourierTransform.fourier fβ x - Real.fourier_real_eq π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (w : β) : FourierTransform.fourier f w = β« (v : β), Real.fourierChar (-(v * w)) β’ f v - Real.fourier_real_eq_integral_exp_smul π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (w : β) : FourierTransform.fourier f w = β« (v : β), Complex.exp (β(-2 * Real.pi * v * w) * Complex.I) β’ f v - Real.fourierTransform_toLp π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] {f : V β E} (hf : MeasureTheory.MemLp f 1 MeasureTheory.volume) : β(Real.Lp.fourierTransform (MeasureTheory.MemLp.toLp f hf)) = FourierTransform.fourier f - Real.fourier_eq π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) (w : V) : FourierTransform.fourier f w = β« (v : V), Real.fourierChar (-inner β v w) β’ f v - Real.fourier_eq' π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) (w : V) : FourierTransform.fourier f w = β« (v : V), Complex.exp (β(-2 * Real.pi * inner β v w) * Complex.I) β’ f v - Real.fourier_comp_linearIsometry π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {W : Type u_2} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [NormedAddCommGroup W] [InnerProductSpace β W] [MeasurableSpace W] [BorelSpace W] [FiniteDimensional β W] [FiniteDimensional β V] (A : W ββα΅’[β] V) (f : V β E) (w : W) : FourierTransform.fourier (f β βA) w = FourierTransform.fourier f (A w) - Real.Lp.coe_fourierTransform π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : β₯(MeasureTheory.Lp E 1 MeasureTheory.volume)) : β(Real.Lp.fourierTransform f) = FourierTransform.fourier ββf - Real.Lp.fourierTransform_apply π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : β₯(MeasureTheory.Lp E 1 MeasureTheory.volume)) (x : V) : (Real.Lp.fourierTransform f) x = FourierTransform.fourier (ββf) x - Real.fourier_continuousLinearMap_apply π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] {f : V β F βL[β] E} {a : F} {v : V} (hf : MeasureTheory.Integrable f MeasureTheory.volume) : (FourierTransform.fourier f v) a = FourierTransform.fourier (fun x => (f x) a) v - Real.fourier_continuousMultilinearMap_apply π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] {ΞΉ : Type u_4} [Fintype ΞΉ] {M : ΞΉ β Type u_5} [(i : ΞΉ) β NormedAddCommGroup (M i)] [(i : ΞΉ) β NormedSpace β (M i)] {f : V β ContinuousMultilinearMap β M E} {m : (i : ΞΉ) β M i} {v : V} (hf : MeasureTheory.Integrable f MeasureTheory.volume) : (FourierTransform.fourier f v) m = FourierTransform.fourier (fun x => (f x) m) v - Real.contDiff_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} {N : ββ} (hf : β (n : β), βn β€ N β MeasureTheory.Integrable (fun v => βvβ ^ n * βf vβ) MeasureTheory.volume) : ContDiff β (βN) (FourierTransform.fourier f) - Real.differentiable_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} (hf_int : MeasureTheory.Integrable f MeasureTheory.volume) (hvf_int : MeasureTheory.Integrable (fun v => βvβ * βf vβ) MeasureTheory.volume) : Differentiable β (FourierTransform.fourier f) - Real.fourier_iteratedDeriv π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {N : ββ} {n : β} (hf : ContDiff β (βN) f) (h'f : β (n : β), βn β€ N β MeasureTheory.Integrable (iteratedDeriv n f) MeasureTheory.volume) (hn : βn β€ N) : FourierTransform.fourier (iteratedDeriv n f) = fun x => (2 * βReal.pi * Complex.I * βx) ^ n β’ FourierTransform.fourier f x - Real.deriv_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} (hf : MeasureTheory.Integrable f MeasureTheory.volume) (hf' : MeasureTheory.Integrable (fun x => x β’ f x) MeasureTheory.volume) : deriv (FourierTransform.fourier f) = FourierTransform.fourier fun x => (-2 * βReal.pi * Complex.I * βx) β’ f x - Real.iteratedDeriv_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {N : ββ} {n : β} (hf : β (n : β), βn β€ N β MeasureTheory.Integrable (fun x => x ^ n β’ f x) MeasureTheory.volume) (hn : βn β€ N) : iteratedDeriv n (FourierTransform.fourier f) = FourierTransform.fourier fun x => (-2 * βReal.pi * Complex.I * βx) ^ n β’ f x - Real.fourier_deriv π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : Differentiable β f) (hf' : MeasureTheory.Integrable (deriv f) MeasureTheory.volume) : FourierTransform.fourier (deriv f) = fun x => (2 * βReal.pi * Complex.I * βx) β’ FourierTransform.fourier f x - Real.hasDerivAt_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} (hf : MeasureTheory.Integrable f MeasureTheory.volume) (hf' : MeasureTheory.Integrable (fun x => x β’ f x) MeasureTheory.volume) (w : β) : HasDerivAt (FourierTransform.fourier f) (FourierTransform.fourier (fun x => (-2 * βReal.pi * Complex.I * βx) β’ f x) w) w - Real.hasFDerivAt_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} (hf_int : MeasureTheory.Integrable f MeasureTheory.volume) (hvf_int : MeasureTheory.Integrable (fun v => βvβ * βf vβ) MeasureTheory.volume) (x : V) : HasFDerivAt (FourierTransform.fourier f) (FourierTransform.fourier (VectorFourier.fourierSMulRight (innerSL β) f) x) x - Real.iteratedFDeriv_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} {N : ββ} (hf : β (n : β), βn β€ N β MeasureTheory.Integrable (fun v => βvβ ^ n * βf vβ) MeasureTheory.volume) (h'f : MeasureTheory.AEStronglyMeasurable f MeasureTheory.volume) {n : β} (hn : βn β€ N) : iteratedFDeriv β n (FourierTransform.fourier f) = FourierTransform.fourier fun v => VectorFourier.fourierPowSMulRight (innerSL β) f v n - Real.fderiv_fourier π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} (hf_int : MeasureTheory.Integrable f MeasureTheory.volume) (hvf_int : MeasureTheory.Integrable (fun v => βvβ * βf vβ) MeasureTheory.volume) : fderiv β (FourierTransform.fourier f) = FourierTransform.fourier (VectorFourier.fourierSMulRight (innerSL β) f) - Real.pow_mul_norm_iteratedFDeriv_fourier_le π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} {K N : ββ} (hf : ContDiff β (βN) f) (h'f : β (k n : β), βk β€ K β βn β€ N β MeasureTheory.Integrable (fun v => βvβ ^ k * βiteratedFDeriv β n f vβ) MeasureTheory.volume) {k n : β} (hk : βk β€ K) (hn : βn β€ N) (w : V) : βwβ ^ n * βiteratedFDeriv β k (FourierTransform.fourier f) wβ β€ (2 * Real.pi) ^ k * (2 * βk + 2) ^ n * β p β Finset.range (k + 1) ΓΛ’ Finset.range (n + 1), β« (v : V), βvβ ^ p.1 * βiteratedFDeriv β p.2 f vβ - Real.fourier_iteratedFDeriv π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} {N : ββ} (hf : ContDiff β (βN) f) (h'f : β (n : β), βn β€ N β MeasureTheory.Integrable (iteratedFDeriv β n f) MeasureTheory.volume) {n : β} (hn : βn β€ N) : FourierTransform.fourier (iteratedFDeriv β n f) = fun w => VectorFourier.fourierPowSMulRight (-innerSL β) (FourierTransform.fourier f) w n - Real.fourier_fderiv π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {f : V β E} (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : Differentiable β f) (hf' : MeasureTheory.Integrable (fderiv β f) MeasureTheory.volume) : FourierTransform.fourier (fderiv β f) = VectorFourier.fourierSMulRight (-innerSL β) (FourierTransform.fourier f) - fourier_gaussian_pi π Mathlib.Analysis.SpecialFunctions.Gaussian.FourierTransform
{b : β} (hb : 0 < b.re) : (FourierTransform.fourier fun x => Complex.exp (-βReal.pi * b * βx ^ 2)) = fun t => 1 / b ^ (1 / 2) * Complex.exp (-βReal.pi / b * βt ^ 2) - fourier_gaussian_pi' π Mathlib.Analysis.SpecialFunctions.Gaussian.FourierTransform
{b : β} (hb : 0 < b.re) (c : β) : (FourierTransform.fourier fun x => Complex.exp (-βReal.pi * b * βx ^ 2 + 2 * βReal.pi * c * βx)) = fun t => 1 / b ^ (1 / 2) * Complex.exp (-βReal.pi / b * (βt + Complex.I * c) ^ 2) - fourier_gaussian_innerProductSpace π Mathlib.Analysis.SpecialFunctions.Gaussian.FourierTransform
{b : β} {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (hb : 0 < b.re) (w : V) : FourierTransform.fourier (fun v => Complex.exp (-b * ββvβ ^ 2)) w = (βReal.pi / b) ^ (β(Module.finrank β V) / 2) * Complex.exp (-βReal.pi ^ 2 * ββwβ ^ 2 / b) - fourier_gaussian_innerProductSpace' π Mathlib.Analysis.SpecialFunctions.Gaussian.FourierTransform
{b : β} {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (hb : 0 < b.re) (x w : V) : FourierTransform.fourier (fun v => Complex.exp (-b * ββvβ ^ 2 + 2 * βReal.pi * Complex.I * β(inner β x v))) w = (βReal.pi / b) ^ (β(Module.finrank β V) / 2) * Complex.exp (-βReal.pi ^ 2 * ββx - wβ ^ 2 / b) - Continuous.fourierInv_fourier_eq π Mathlib.Analysis.Fourier.Inversion
{V : Type u_1} {E : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] [NormedAddCommGroup E] [NormedSpace β E] {f : V β E} [CompleteSpace E] (h : Continuous f) (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume) : FourierTransformInv.fourierInv (FourierTransform.fourier f) = f - Continuous.fourier_fourierInv_eq π Mathlib.Analysis.Fourier.Inversion
{V : Type u_1} {E : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] [NormedAddCommGroup E] [NormedSpace β E] {f : V β E} [CompleteSpace E] (h : Continuous f) (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume) : FourierTransform.fourier (FourierTransformInv.fourierInv f) = f - MeasureTheory.Integrable.fourierInv_fourier_eq π Mathlib.Analysis.Fourier.Inversion
{V : Type u_1} {E : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] [NormedAddCommGroup E] [NormedSpace β E] {f : V β E} [CompleteSpace E] (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume) {v : V} (hv : ContinuousAt f v) : FourierTransformInv.fourierInv (FourierTransform.fourier f) v = f v - MeasureTheory.Integrable.fourier_fourierInv_eq π Mathlib.Analysis.Fourier.Inversion
{V : Type u_1} {E : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] [NormedAddCommGroup E] [NormedSpace β E] {f : V β E} [CompleteSpace E] (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume) {v : V} (hv : ContinuousAt f v) : FourierTransform.fourier (FourierTransformInv.fourierInv f) v = f v - Real.tendsto_integral_gaussian_smul π Mathlib.Analysis.Fourier.Inversion
{V : Type u_1} {E : Type u_2} [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] [NormedAddCommGroup E] [NormedSpace β E] {f : V β E} [CompleteSpace E] (hf : MeasureTheory.Integrable f MeasureTheory.volume) (h'f : MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume) (v : V) : Filter.Tendsto (fun c => β« (w : V), ((βReal.pi * βc) ^ (β(Module.finrank β V) / 2) * Complex.exp (-βReal.pi ^ 2 * βc * ββv - wβ ^ 2)) β’ f w) Filter.atTop (nhds (FourierTransformInv.fourierInv (FourierTransform.fourier f) v)) - SchwartzMap.fourier_coe π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) : β(FourierTransform.fourier f) = FourierTransform.fourier βf - SchwartzMap.integral_norm_sq_fourier π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {H : Type u_4} [NormedAddCommGroup H] [InnerProductSpace β H] [CompleteSpace H] (f : SchwartzMap V H) : β« (ΞΎ : V), β(FourierTransform.fourier f) ΞΎβ ^ 2 = β« (x : V), βf xβ ^ 2 - SchwartzMap.integral_inner_fourier_fourier π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {H : Type u_4} [NormedAddCommGroup H] [InnerProductSpace β H] [CompleteSpace H] (f g : SchwartzMap V H) : β« (ΞΎ : V), inner β ((FourierTransform.fourier f) ΞΎ) ((FourierTransform.fourier g) ΞΎ) = β« (x : V), inner β (f x) (g x) - SchwartzMap.integral_fourier_mul_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f g : SchwartzMap V β) : β« (ΞΎ : V), (FourierTransform.fourier f) ΞΎ * g ΞΎ = β« (x : V), f x * (FourierTransform.fourier g) x - SchwartzMap.norm_fourier_apply_le_toLp_one π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] (f : SchwartzMap V F) (x : V) : β(FourierTransform.fourier f) xβ β€ βf.toLp 1 MeasureTheory.volumeβ - SchwartzMap.norm_fourier_toBoundedContinuousFunction_le_toLp_one π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] (f : SchwartzMap V F) : β(FourierTransform.fourier f).toBoundedContinuousFunctionβ β€ βf.toLp 1 MeasureTheory.volumeβ - SchwartzMap.integral_fourier_smul_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] [CompleteSpace F] (f : SchwartzMap V β) (g : SchwartzMap V F) : β« (ΞΎ : V), (FourierTransform.fourier f) ΞΎ β’ g ΞΎ = β« (x : V), f x β’ (FourierTransform.fourier g) x - SchwartzMap.norm_fourier_Lp_top_leq_toLp_one π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] (f : SchwartzMap V F) : β(FourierTransform.fourier f).toLp β€ MeasureTheory.volumeβ β€ βf.toLp 1 MeasureTheory.volumeβ - SchwartzMap.norm_fourier_toL2_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {H : Type u_4} [NormedAddCommGroup H] [InnerProductSpace β H] [CompleteSpace H] (f : SchwartzMap V H) : β(FourierTransform.fourier f).toLp 2 MeasureTheory.volumeβ = βf.toLp 2 MeasureTheory.volumeβ - SchwartzMap.fourierTransformCLM_apply π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
(π : Type u_1) [RCLike π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] [SMulCommClass β π E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) : (SchwartzMap.fourierTransformCLM π) f = FourierTransform.fourier f - SchwartzMap.inner_fourier_toL2_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {H : Type u_4} [NormedAddCommGroup H] [InnerProductSpace β H] [CompleteSpace H] (f g : SchwartzMap V H) : inner β ((FourierTransform.fourier f).toLp 2 MeasureTheory.volume) ((FourierTransform.fourier g).toLp 2 MeasureTheory.volume) = inner β (f.toLp 2 MeasureTheory.volume) (g.toLp 2 MeasureTheory.volume) - SchwartzMap.fourierInv_apply_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) : FourierTransformInv.fourierInv f = (SchwartzMap.compCLMOfContinuousLinearEquiv β β(LinearIsometryEquiv.neg β)) (FourierTransform.fourier f) - SchwartzMap.fourier_lineDerivOp_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) (m : V) : FourierTransform.fourier (LineDeriv.lineDerivOp m f) = (2 * βReal.pi * Complex.I) β’ (SchwartzMap.smulLeftCLM E fun x => inner β x m) (FourierTransform.fourier f) - SchwartzMap.lineDerivOp_fourier_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) (m : V) : LineDeriv.lineDerivOp m (FourierTransform.fourier f) = FourierTransform.fourier (-(2 * βReal.pi * Complex.I) β’ (SchwartzMap.smulLeftCLM E fun x => inner β x m) f) - SchwartzMap.integral_sesq_fourier_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] {G : Type u_5} [NormedAddCommGroup G] [NormedSpace β G] [CompleteSpace E] [CompleteSpace F] (f : SchwartzMap V E) (g : SchwartzMap V F) (M : E βLβ[β] F βL[β] G) : β« (ΞΎ : V), (M ((FourierTransform.fourier f) ΞΎ)) (g ΞΎ) = β« (x : V), (M (f x)) ((FourierTransformInv.fourierInv g) x) - SchwartzMap.integral_sesq_fourier_fourier π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] {G : Type u_5} [NormedAddCommGroup G] [NormedSpace β G] [CompleteSpace E] [CompleteSpace F] (f : SchwartzMap V E) (g : SchwartzMap V F) (M : E βLβ[β] F βL[β] G) : β« (ΞΎ : V), (M ((FourierTransform.fourier f) ΞΎ)) ((FourierTransform.fourier g) ΞΎ) = β« (x : V), (M (f x)) (g x) - SchwartzMap.integral_bilin_fourier_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace β F] {G : Type u_5} [NormedAddCommGroup G] [NormedSpace β G] [CompleteSpace E] [CompleteSpace F] (f : SchwartzMap V E) (g : SchwartzMap V F) (M : E βL[β] F βL[β] G) : β« (ΞΎ : V), (M ((FourierTransform.fourier f) ΞΎ)) (g ΞΎ) = β« (x : V), (M (f x)) ((FourierTransform.fourier g) x) - SchwartzMap.fourier_evalCLM_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
{V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (π' : Type u_4) [NormedField π'] {F : Type u_5} [NormedAddCommGroup F] [NormedSpace β F] {G : Type u_6} [NormedAddCommGroup G] [NormedSpace β G] [NormedSpace π' G] [SMulCommClass β π' G] (f : SchwartzMap V (F βL[β] G)) (m : F) : FourierTransform.fourier ((SchwartzMap.evalCLM π' V G m) f) = (SchwartzMap.evalCLM π' V G m) (FourierTransform.fourier f) - SchwartzMap.fderivCLM_fourier_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
(π : Type u_1) [RCLike π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] [SMulCommClass β π E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [BorelSpace V] (f : SchwartzMap V E) : (SchwartzMap.fderivCLM π V E) (FourierTransform.fourier f) = FourierTransform.fourier (-(2 * βReal.pi * Complex.I) β’ (SchwartzMap.smulRightCLM β E (innerSL β)) f) - SchwartzMap.fourier_fderivCLM_eq π Mathlib.Analysis.Distribution.SchwartzSpace.Fourier
(π : Type u_1) [RCLike π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] [SMulCommClass β π E] {V : Type u_3} [NormedAddCommGroup V] [InnerProductSpace β V] [FiniteDimensional β V] [MeasurableSpace V] [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) - TemperedDistribution.fourier_delta_zero π Mathlib.Analysis.Distribution.TemperedDistribution
{E : Type u_3} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] : FourierTransform.fourier (TemperedDistribution.delta 0) = MeasureTheory.volume.toTemperedDistribution - TemperedDistribution.fourier_apply π Mathlib.Analysis.Distribution.TemperedDistribution
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [AddCommGroup F] [Module β F] [TopologicalSpace F] [IsTopologicalAddGroup F] [ContinuousConstSMul β F] (f : TemperedDistribution E F) (g : SchwartzMap E β) : (FourierTransform.fourier f) g = f (FourierTransform.fourier g) - TemperedDistribution.fourier_toTemperedDistributionCLM_eq π Mathlib.Analysis.Distribution.TemperedDistribution
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [NormedSpace β F] [CompleteSpace F] (f : SchwartzMap E F) : FourierTransform.fourier ((SchwartzMap.toTemperedDistributionCLM E F MeasureTheory.volume) f) = (SchwartzMap.toTemperedDistributionCLM E F MeasureTheory.volume) (FourierTransform.fourier f) - TemperedDistribution.fourier_lineDerivOp_eq π Mathlib.Analysis.Distribution.TemperedDistribution
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [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) - TemperedDistribution.lineDerivOp_fourier_eq π Mathlib.Analysis.Distribution.TemperedDistribution
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [NormedSpace β F] (f : TemperedDistribution E F) (m : E) : LineDeriv.lineDerivOp m (FourierTransform.fourier f) = FourierTransform.fourier (-(2 * βReal.pi * Complex.I) β’ (TemperedDistribution.smulLeftCLM F fun x => β(inner β x m)) f) - SchwartzMap.fourierMultiplierCLM_apply π Mathlib.Analysis.Distribution.FourierMultiplier
{π : 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 β π) (f : SchwartzMap E F) : (SchwartzMap.fourierMultiplierCLM F g) f = FourierTransformInv.fourierInv ((SchwartzMap.smulLeftCLM F g) (FourierTransform.fourier f)) - TemperedDistribution.fourierMultiplierCLM_apply_apply π Mathlib.Analysis.Distribution.FourierMultiplier
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [NormedSpace β F] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] (g : E β β) (f : TemperedDistribution E F) (u : SchwartzMap E β) : ((TemperedDistribution.fourierMultiplierCLM F g) f) u = f (FourierTransform.fourier ((SchwartzMap.smulLeftCLM β g) (FourierTransformInv.fourierInv u))) - TemperedDistribution.fourierMultiplierCLM_apply π Mathlib.Analysis.Distribution.FourierMultiplier
{E : Type u_3} {F : Type u_4} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [NormedSpace β F] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] (g : E β β) (f : TemperedDistribution E F) : (TemperedDistribution.fourierMultiplierCLM F g) f = FourierTransformInv.fourierInv ((TemperedDistribution.smulLeftCLM F g) (FourierTransform.fourier f)) - SchwartzMap.toLp_fourier_eq π Mathlib.Analysis.Fourier.LpSpace
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [InnerProductSpace β F] [CompleteSpace F] [InnerProductSpace β E] [FiniteDimensional β E] (f : SchwartzMap E F) : FourierTransform.fourier (f.toLp 2 MeasureTheory.volume) = (FourierTransform.fourier f).toLp 2 MeasureTheory.volume - MeasureTheory.Lp.fourier_toTemperedDistribution_eq π Mathlib.Analysis.Fourier.LpSpace
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [InnerProductSpace β F] [CompleteSpace F] [InnerProductSpace β E] [FiniteDimensional β E] (f : β₯(MeasureTheory.Lp F 2 MeasureTheory.volume)) : FourierTransform.fourier (MeasureTheory.Lp.toTemperedDistribution f) = MeasureTheory.Lp.toTemperedDistribution (FourierTransform.fourier f) - MeasureTheory.Lp.norm_fourier_eq π Mathlib.Analysis.Fourier.LpSpace
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [InnerProductSpace β F] [CompleteSpace F] [InnerProductSpace β E] [FiniteDimensional β E] (f : β₯(MeasureTheory.Lp F 2 MeasureTheory.volume)) : βFourierTransform.fourier fβ = βfβ - MeasureTheory.Lp.inner_fourier_eq π Mathlib.Analysis.Fourier.LpSpace
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup F] [InnerProductSpace β F] [CompleteSpace F] [InnerProductSpace β E] [FiniteDimensional β E] (f : β₯(MeasureTheory.Lp F 2 MeasureTheory.volume)) (g : β₯(MeasureTheory.Lp F 2 MeasureTheory.volume)) : inner β (FourierTransform.fourier f) (FourierTransform.fourier g) = inner β f g - TemperedDistribution.memSobolev_zero_iff_exists_fourier π Mathlib.Analysis.Distribution.Sobolev
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [InnerProductSpace β F] [CompleteSpace F] {f : TemperedDistribution E F} : TemperedDistribution.MemSobolev 0 2 f β β f', FourierTransform.fourier f = MeasureTheory.Lp.toTemperedDistribution f' - TemperedDistribution.MemSobolev.fourier_memL1 π Mathlib.Analysis.Distribution.Sobolev
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [InnerProductSpace β F] [CompleteSpace F] {s : β} (hs : β(Module.finrank β E) < 2 * s) {f : TemperedDistribution E F} (hf : TemperedDistribution.MemSobolev s 2 f) : β v, FourierTransform.fourier f = MeasureTheory.Lp.toTemperedDistribution v - TemperedDistribution.memSobolev_iff_exists_smulLeftCLM_fourier π Mathlib.Analysis.Distribution.Sobolev
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [InnerProductSpace β F] [CompleteSpace F] {s : β} {f : TemperedDistribution E F} : TemperedDistribution.MemSobolev s 2 f β β f', (TemperedDistribution.smulLeftCLM F fun x => β((1 + βxβ ^ 2) ^ (s / 2))) (FourierTransform.fourier f) = MeasureTheory.Lp.toTemperedDistribution f' - TemperedDistribution.fourier_besselPotential_eq_smulLeftCLM_fourier_apply π Mathlib.Analysis.Distribution.Sobolev
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [InnerProductSpace β F] (s : β) (f : TemperedDistribution E F) : FourierTransform.fourier ((TemperedDistribution.besselPotential E F s) f) = (TemperedDistribution.smulLeftCLM F fun x => β((1 + βxβ ^ 2) ^ (s / 2))) (FourierTransform.fourier f) - Real.fourier_smul_convolution_eq π Mathlib.Analysis.Fourier.Convolution
{E : Type u_3} {Fβ : Type u_5} [NormedAddCommGroup E] [NormedAddCommGroup Fβ] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [CompleteSpace Fβ] [NormedSpace β Fβ] {fβ : E β β} {fβ : E β Fβ} (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (ΞΎ : E) : FourierTransform.fourier (MeasureTheory.convolution fβ fβ (ContinuousLinearMap.lsmul β β) MeasureTheory.volume) ΞΎ = FourierTransform.fourier fβ ΞΎ β’ FourierTransform.fourier fβ ΞΎ - Real.fourier_mul_convolution_eq π Mathlib.Analysis.Fourier.Convolution
{R : Type u_2} {E : Type u_3} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedRing R] [NormedSpace β R] [IsScalarTower β R R] [SMulCommClass β R R] [CompleteSpace R] {fβ fβ : E β R} (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (ΞΎ : E) : FourierTransform.fourier (MeasureTheory.convolution fβ fβ (ContinuousLinearMap.mul β R) MeasureTheory.volume) ΞΎ = FourierTransform.fourier fβ ΞΎ * FourierTransform.fourier fβ ΞΎ - Real.fourier_bilin_convolution_eq π Mathlib.Analysis.Fourier.Convolution
{E : Type u_3} {Fβ : Type u_5} {Fβ : Type u_6} {Fβ : Type u_7} [NormedAddCommGroup E] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedSpace β Fβ] [CompleteSpace Fβ] [CompleteSpace Fβ] [CompleteSpace Fβ] [NormedSpace β Fβ] [NormedSpace β Fβ] (B : Fβ βL[β] Fβ βL[β] Fβ) {fβ : E β Fβ} {fβ : E β Fβ} (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (ΞΎ : E) : FourierTransform.fourier (MeasureTheory.convolution fβ fβ B MeasureTheory.volume) ΞΎ = (B (FourierTransform.fourier fβ ΞΎ)) (FourierTransform.fourier fβ ΞΎ) - Real.fourier_bilin_convolution_eq_integral π Mathlib.Analysis.Fourier.Convolution
{π : Type u_1} {E : Type u_3} {Fβ : Type u_5} {Fβ : Type u_6} {Fβ : Type u_7} [NontriviallyNormedField π] [NormedAddCommGroup E] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedSpace π Fβ] [NormedSpace π Fβ] [NormedSpace π Fβ] [NormedSpace β Fβ] (B : Fβ βL[π] Fβ βL[π] Fβ) {fβ : E β Fβ} {fβ : E β Fβ} (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (ΞΎ : E) : FourierTransform.fourier (MeasureTheory.convolution fβ fβ B MeasureTheory.volume) ΞΎ = β« (y : E) (x : E), Real.fourierChar (-inner β (y + x) ΞΎ) β’ (B (fβ x)) (fβ y) - SchwartzMap.fourier_convolution_apply π Mathlib.Analysis.Fourier.Convolution
{E : Type u_3} {Fβ : Type u_5} {Fβ : Type u_6} {Fβ : Type u_7} [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [CompleteSpace Fβ] [CompleteSpace Fβ] [CompleteSpace Fβ] (B : Fβ βL[β] Fβ βL[β] Fβ) (f : SchwartzMap E Fβ) (g : SchwartzMap E Fβ) (x : E) : (FourierTransform.fourier (((SchwartzMap.convolution B) f) g)) x = FourierTransform.fourier (MeasureTheory.convolution (βf) (βg) B MeasureTheory.volume) x - SchwartzMap.fourier_convolution π Mathlib.Analysis.Fourier.Convolution
{π : Type u_1} {E : Type u_3} {Fβ : Type u_5} {Fβ : Type u_6} {Fβ : Type u_7} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [NormedSpace π Fβ] [SMulCommClass β π Fβ] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [NormedSpace π Fβ] [SMulCommClass β π Fβ] [NormedAddCommGroup Fβ] [NormedSpace β Fβ] [NormedSpace π Fβ] [SMulCommClass β π Fβ] [CompleteSpace Fβ] (B : Fβ βL[π] Fβ βL[π] Fβ) (f : SchwartzMap E Fβ) (g : SchwartzMap E Fβ) : FourierTransform.fourier (((SchwartzMap.convolution B) f) g) = ((SchwartzMap.pairing B) (FourierTransform.fourier f)) (FourierTransform.fourier g) - Real.tsum_eq_tsum_fourier_of_rpow_decay_of_summable π Mathlib.Analysis.Fourier.PoissonSummation
{f : β β β} (hc : Continuous f) {b : β} (hb : 1 < b) (hf : f =O[Filter.cocompact β] fun x => |x| ^ (-b)) (hFf : Summable fun n => FourierTransform.fourier f βn) (x : β) : β' (n : β€), f (x + βn) = β' (n : β€), FourierTransform.fourier f βn * (fourier n) βx - Real.tsum_eq_tsum_fourier_of_rpow_decay π Mathlib.Analysis.Fourier.PoissonSummation
{f : β β β} (hc : Continuous f) {b : β} (hb : 1 < b) (hf : f =O[Filter.cocompact β] fun x => |x| ^ (-b)) (hFf : FourierTransform.fourier f =O[Filter.cocompact β] fun x => |x| ^ (-b)) (x : β) : β' (n : β€), f (x + βn) = β' (n : β€), FourierTransform.fourier f βn * (fourier n) βx - SchwartzMap.tsum_eq_tsum_fourier π Mathlib.Analysis.Fourier.PoissonSummation
(f : SchwartzMap β β) (x : β) : β' (n : β€), f (x + βn) = β' (n : β€), (FourierTransform.fourier f) βn * (fourier n) βx - Real.tsum_eq_tsum_fourier π Mathlib.Analysis.Fourier.PoissonSummation
{f : C(β, β)} (h_norm : β (K : TopologicalSpace.Compacts β), Summable fun n => βContinuousMap.restrict (βK) (f.comp (ContinuousMap.addRight βn))β) (h_sum : Summable fun n => FourierTransform.fourier βf βn) (x : β) : β' (n : β€), f (x + βn) = β' (n : β€), FourierTransform.fourier βf βn * (fourier n) βx - Real.fourierCoeff_tsum_comp_add π Mathlib.Analysis.Fourier.PoissonSummation
{f : C(β, β)} (hf : β (K : TopologicalSpace.Compacts β), Summable fun n => βContinuousMap.restrict (βK) (f.comp (ContinuousMap.addRight βn))β) (m : β€) : fourierCoeff β―.lift m = FourierTransform.fourier βf βm - Real.zero_at_infty_fourier π Mathlib.Analysis.Fourier.RiemannLebesgueLemma
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) : Filter.Tendsto (FourierTransform.fourier f) (Filter.cocompact β) (nhds 0) - mellin_eq_fourier π Mathlib.Analysis.MellinInversion
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) {s : β} : mellin f s = FourierTransform.fourier (fun u => Real.exp (-s.re * u) β’ f (Real.exp (-u))) (s.im / (2 * Real.pi))
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c