theorem
fourierIntegral_deriv_aux2
(e : BoundedContinuousFunction ℝ ℂ)
{f : ℝ → ℂ}
(hf : MeasureTheory.Integrable f MeasureTheory.volume)
:
@[simp]
theorem
F_add
{f g : ℝ → ℂ}
(hf : MeasureTheory.Integrable f MeasureTheory.volume)
(hg : MeasureTheory.Integrable g MeasureTheory.volume)
(x : ℝ)
:
FourierTransform.fourier (fun (x : ℝ) => f x + g x) x = FourierTransform.fourier f x + FourierTransform.fourier g x
@[simp]
theorem
F_sub
{f g : ℝ → ℂ}
(hf : MeasureTheory.Integrable f MeasureTheory.volume)
(hg : MeasureTheory.Integrable g MeasureTheory.volume)
(x : ℝ)
:
FourierTransform.fourier (fun (x : ℝ) => f x - g x) x = FourierTransform.fourier f x - FourierTransform.fourier g x
theorem
tendsto_intervalIntegral_zero_of_uniform_norm_bound
{f : ℝ → ℝ → ℂ}
{lo hi : ℝ}
{B : ℝ → ℝ}
(hB : Filter.Tendsto (fun (T : ℝ) => B T * |hi - lo|) Filter.atTop (nhds 0))
(hf : ∀ᶠ (T : ℝ) in Filter.atTop, ∀ x ∈ Set.uIoc lo hi, ‖f T x‖ ≤ B T)
:
Filter.Tendsto (fun (T : ℝ) => ∫ (x : ℝ) in lo..hi, f T x) Filter.atTop (nhds 0)
If, eventually in T, the integrand f T is bounded on uIoc lo hi by B T
and B T * |hi - lo| → 0, then the interval integral ∫ x in lo..hi, f T x → 0.
theorem
tendsto_const_mul_log_add_two_div_add_two_atTop
(K : ℝ)
:
Filter.Tendsto (fun (T : ℝ) => K * (Real.log (T + 2) / (T + 2))) Filter.atTop (nhds 0)
The decay K * (log (T + 2) / (T + 2)) → 0 as T → ∞, for any constant K.
theorem
norm_fourier_le_integral_deriv_div
(g : ℝ → ℂ)
(hg : MeasureTheory.Integrable g MeasureTheory.volume)
(hdiff : Differentiable ℝ g)
(hg' : MeasureTheory.Integrable (deriv g) MeasureTheory.volume)
{w : ℝ}
(hw : w ≠ 0)
:
Fourier-transform decay from an integrable derivative: for integrable,
differentiable g with integrable derivative, ‖𝓕 g w‖ ≤ (∫ ‖deriv g x‖) / (2π·|w|).
theorem
norm_oscillatory_integral_le_integral_deriv_div_abs
(g : ℝ → ℂ)
(hg : MeasureTheory.Integrable g MeasureTheory.volume)
(hdiff : Differentiable ℝ g)
(hg' : MeasureTheory.Integrable (deriv g) MeasureTheory.volume)
{T : ℝ}
(hT : T ≠ 0)
:
The |T| variant of the oscillatory-integral decay bound: for T ≠ 0,
‖∫ g y · exp(T·i·y)‖ ≤ (∫ ‖deriv g x‖) / |T|.
theorem
norm_oscillatory_integral_le_integral_deriv_div
(g : ℝ → ℂ)
(hg : MeasureTheory.Integrable g MeasureTheory.volume)
(hdiff : Differentiable ℝ g)
(hg' : MeasureTheory.Integrable (deriv g) MeasureTheory.volume)
{T : ℝ}
(hT : 0 < T)
:
The oscillatory-integral form of the decay bound: for 0 < T,
‖∫ g y · exp(T·i·y)‖ ≤ (∫ ‖deriv g x‖) / T.