Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiEquation1055SourceExpansion

Internal source expansion for the plus case of (10.55) #

The scalar expansion and its error absorption are proved here from the canonical inverse ξ, the explicit rational adjoint, and stationarity. The direct majorant constructor at the end has no expansion, remainder, or final-strict premise.

The canonical derivative is at least the reciprocal derivative suggested by ξ(s) ~ log s (the error has an exact positive rational formula).

Linear one-window lower increment for canonical ξ.

Explicit rational adjoint inequality needed in the plus expansion.

theorem Section10Equation1055SourceExpansion.plus_expansion_integral {A s : } (hA : A 0) (hs : s 0) :
(t : ) in s - 1..s, Real.exp (-A * (t - (s - 1))) * (1 + (t - (s - 1)) / (2 * s)) = (1 - Real.exp (-A)) / A + (1 - (A + 1) * Real.exp (-A)) / (2 * s * A ^ 2)

Closed form for the elementary first-order expansion integral.

Internalized plus (10.55): the positive first-order correction absorbs the exponential tail uniformly for every c ≥ 64 beyond one fixed cutoff.

Direct plus majorant. Its only source-side input is boundedness on the fixed initial segment; no source structure carries expansion/remainder data.

Equations
Instances For