Equations
- instMeasurableSpace = { MeasurableSet' := instMeasurableSpace._aux_1, measurableSet_empty := instMeasurableSpace._proof_3, measurableSet_compl := instMeasurableSpace._proof_4, measurableSet_iUnion := instMeasurableSpace._proof_5 }
The upstream file also contains three unused alternate Fourier-decay
declarations (prelim_decay_2, prelim_decay_3, and decay_alt). Two of
those declarations are unfinished upstream and none lies in the dependency
closure of WeakPNT. They are intentionally omitted from this minimal,
zero-sorry port; see UPSTREAM.md.
Equations
- cumsum u n = ∑ i ∈ Finset.range n, u i
Instances For
Equations
- exists_trunc = (fun (ψ : ℝ → ℝ) (x : ContDiff ℝ (↑⊤) ψ ∧ HasCompactSupport ψ ∧ (Set.Icc (-1) 1).indicator 1 ≤ ψ ∧ ψ ≤ (Set.Ioo (-2) 2).indicator 1) => { toFun := ψ, h1 := ⋯, h2 := ⋯, h3 := ⋯, h4 := ⋯ }) (Classical.choose exists_trunc._proof_6) exists_trunc._proof_7
Instances For
Equations
- toSchwartz f h1 h2 = { toFun := f, smooth' := h1, decay' := ⋯ }
Instances For
A version of the Wiener-Ikehara Tauberian Theorem: If f is a nonnegative arithmetic
function whose L-series has a simple pole at s = 1 with residue A and otherwise extends
continuously to the closed half-plane re s ≥ 1, then ∑ n < N, f n is asymptotic to A*N.
Smooth compactly supported function with non-negative Fourier transform via self-convolution.
The series ∑ f(n)/n · 𝓕ψ(log(n/x)/(2π)) is summable for x ≥ 1.
Short interval bound from global filtered bound: if ∑ f(n)/n · 𝓕ψ(log(n/x)) ≤ B,
then ∑_{(1-ε)x < n ≤ x} f(n) ≤ Cx for some ε, C > 0.
Bootstraps short interval bounds to global Chebyshev bound via strong induction.
If ∑_{(1-ε)x < n ≤ x} f(n) ≤ Cx for all x ≥ 1, then ∑_{n ≤ x} f(n) = O(x).
The von Mangoldt function divided by n ^ s is summable for s > 1.