Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiSection13PairingComparison

The explicit standard adjoint for DDE(2,+1,β) at κ = 1. It is the polynomial standard solution r_{2,1} (up to positive scaling).

Equations
Instances For

    Thus the previously missing positive standard-adjoint object is explicit at κ=1; no existence or positivity axiom is needed.

    Signed Iwaniec pairing, retaining the coefficient b.

    Equations
    Instances For
      theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.section10SignedPairing_hasDerivAt_zero {a b β s : } {R r : } (hRcont : Continuous R) (hrcont : Continuous r) (_hs : β < s) (hs0 : s 0) (hR : HasDerivAt R (-(a * R s + b * R (s - 1)) / s) s) (hr : HasDerivAt (fun (u : ) => u * r u) (a * r s + b * r (s + 1)) s) :

      Lemma 10.1, pointwise differential form: an original DDE solution paired with an adjoint solution has zero pairing derivative.

      theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.section10SignedPairing_eq_of_dde {a b β x y : } {R r : } (hxy : x y) ( : 1 β) (hx : β < x) (hRcont : Continuous R) (hrcont : Continuous r) (hR : ∀ (s : ), β < sHasDerivAt R (-(a * R s + b * R (s - 1)) / s) s) (hr : ∀ (s : ), 0 < sHasDerivAt (fun (u : ) => u * r u) (a * r s + b * r (s + 1)) s) :

      Lemma 10.1 on an interval. This is the actual comparison-side constancy bridge; pairing vanishing is not assumed.

      The DDE and the explicit positive adjoint are now fully constructed. The only omitted field is pairing-zero itself; unlike the old bridge, this record cannot conceal Lemma 10.17 or an adjacent-value estimate.