Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiSection13PairingZeroSpecialized

Source-faithful Section 13 hat package at κ = 1. The inherited contract contains (T1)--(T4) and the weak weighted limit formerly used for tails; the extra field is precisely the original exponential-decay assertion (T5). Pairing-zero is deliberately a theorem below, not a field of this contract.

Instances For

    The explicit polynomial adjoint q₊ has quadratic growth, both at the current point and uniformly over the moving unit window.

    The constant adjoint q₋ = 1 satisfies the corresponding moving-window bounds with constant one.

    Signwise source (T5) also passes to the antisymmetric combination.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.section10SignedPairing_tendsto_zero_of_exp_bound {R q : } {b C K : } (hb : |b| 1) (hC : 0 C) (hK : 0 K) (hR : ∀ᶠ (s : ) in Filter.atTop, |R s| C * Real.exp (-s)) (hq : ∀ᶠ (s : ) in Filter.atTop, |q s| K * s ^ 2) (hqwin : ∀ᶠ (s : ) in Filter.atTop, tSet.uIoc (s - 1) s, |q (t + 1)| K * s ^ 2) :

    Exponential decay of the DDE solution and quadratic growth of its adjoint force the full moving-window pairing to tend to zero.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.section10SignedPairing_eq_of_dde_on_section13_range {b x y : } {R q : } (hxy : x y) (hx : 3 < x) (hRcont : ContinuousOn R (Set.Ioi 0)) (hqcont : Continuous q) (hR : ∀ (s : ), 3 < sHasDerivAt R (-(2 * R s + b * R (s - 1)) / s) s) (hq : ∀ (s : ), 0 < sHasDerivAt (fun (u : ) => u * q u) (2 * q s + b * q (s + 1)) s) :

    Constancy on the legal Section-13 range, obtained from the DDE without requiring a fictitious global continuity field.

    Source (13.8), branch: constancy plus (T5) gives pairing zero at every legal parameter, rather than assuming it in a bridge record.