Norm fourier le integral deriv div
norm_fourier_le_integral_deriv_div
Plain-language statement
Fourier-transform decay from an integrable derivative: for integrable, differentiable g with integrable derivative, βπ g wβ β€ (β« βderiv g xβ) / (2ΟΒ·|w|).
Exact Lean statement
lemma norm_fourier_le_integral_deriv_div
(g : β β β) (hg : Integrable g) (hdiff : Differentiable β g)
(hg' : Integrable (deriv g)) {w : β} (hw : w β 0) :
βπ g wβ β€ (β« x, βderiv g xβ βvolume) / ((2 * Real.pi) * |w|)Formal artifact
Lean source
lemma norm_fourier_le_integral_deriv_div (g : β β β) (hg : Integrable g) (hdiff : Differentiable β g) (hg' : Integrable (deriv g)) {w : β} (hw : w β 0) : βπ g wβ β€ (β« x, βderiv g xβ βvolume) / ((2 * Real.pi) * |w|) := by have hmul : π (deriv g) w = (2 * Real.pi * Complex.I * (w : β)) * π g w := by have h := congrFun (Real.fourier_deriv hg hdiff hg') w simpa [smul_eq_mul, mul_assoc] using h have h_fourier : βπ (deriv g) wβ β€ β« x, βderiv g xβ βvolume := by exact VectorFourier.norm_fourierIntegral_le_integral_norm π volume (innerβ β) (deriv g) w have hleft : ((2 * Real.pi) * |w|) * βπ g wβ = β(2 * Real.pi * Complex.I * (w : β)) * π g wβ := by have htwopi : β(2 * βReal.pi : β)β = 2 * Real.pi := by rw [norm_mul, Complex.norm_two, Complex.norm_of_nonneg Real.pi_pos.le] have hwc : β(w : β)β = |w| := by rw [norm_real, Real.norm_eq_abs] rw [norm_mul, norm_mul, norm_mul, htwopi, norm_I, hwc] ring have hmain : ((2 * Real.pi) * |w|) * βπ g wβ β€ β« x, βderiv g xβ βvolume := by rw [hleft, β hmul] exact h_fourier have hpos : 0 < (2 * Real.pi) * |w| := by positivity exact (le_div_iffβ hpos).mpr (by simpa [mul_comm, mul_left_comm, mul_assoc] using hmain)- Project
- Prime Number Theorem and More
- License
- Apache-2.0
- Commit
- a93551347dce
- Source
- PrimeNumberTheoremAnd/Fourier.lean:98-123
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Admissible bound mono
admissible_bound.mono
Plain-language statement
For positive parameters , the classical error-bound function is nonincreasing once .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero
AnalyticOn_divRemovable_zero
Plain-language statement
Let be analytic on an open set containing , and suppose . Define for and . Then the apparent singularity at is removable and is analytic throughout .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero closed Ball
AnalyticOn_divRemovable_zero_closedBall
Plain-language statement
Suppose and is analytic on the closed disc with . Define for and . Then is analytic on the entire closed disc, including at the removed singularity.
Source project: Prime Number Theorem and More
Person-level attribution pending.