Exact finite Abel identity on the natural interval [w,z). The term
R (x+1) is the right-endpoint value in the discrete Stieltjes increment.
Suzuki Lemma 8.5's exact finite Abel identity, before replacing R by its
main term plus error. R z = 1 corresponds to the empty tail at the upper
endpoint.
Fully explicit tail-sum form. A prime sum is obtained by taking a n = 0
off primes. No positivity, monotonicity, continuity, or primality hypothesis is
used by this exact finite identity.
Sum (R x - R y) * g x over consecutive nodes x,y of a finite list.
Equations
- MathlibNt.SieveTheory.LinearSieve.finiteNodeAtomSum R g (x_1 :: y :: xs) = (R x_1 - R y) * g x_1 + MathlibNt.SieveTheory.LinearSieve.finiteNodeAtomSum R g (y :: xs)
- MathlibNt.SieveTheory.LinearSieve.finiteNodeAtomSum R g x✝ = 0
Instances For
Sum R y * (g y - g x) over consecutive nodes x,y of a finite list.
Equations
- MathlibNt.SieveTheory.LinearSieve.finiteNodeVariationSum R g (x_1 :: y :: xs) = R y * (g y - g x_1) + MathlibNt.SieveTheory.LinearSieve.finiteNodeVariationSum R g (y :: xs)
- MathlibNt.SieveTheory.LinearSieve.finiteNodeVariationSum R g x✝ = 0
Instances For
Exact finite-node Abel identity. It is intentionally stated for the list
w :: interior ++ [z], so the two boundary values remain exactly g w and
g z, even when w,z : ℝ are not integers.
Exact main-ratio/error decomposition #
The next statements are purely finite algebra. In particular they use no
monotonicity, continuity, differentiability, or ordering hypothesis on the
nodes. The sign convention makes finiteNodeStieltjesSum F g the left-node
sum for -∫ g dF: its increment is F x - F y on an adjacent pair x,y.
Left-node finite Stieltjes sum with increments F x - F y.
Equations
- MathlibNt.SieveTheory.LinearSieve.finiteNodeStieltjesSum F g (x_1 :: y :: xs) = g x_1 * (F x_1 - F y) + MathlibNt.SieveTheory.LinearSieve.finiteNodeStieltjesSum F g (y :: xs)
- MathlibNt.SieveTheory.LinearSieve.finiteNodeStieltjesSum F g x✝ = 0
Instances For
The atom sum is exactly the finite Stieltjes sum, up to the harmless commutation of the two factors in each summand.
Variation is additive in the coefficient function.
The exact main ratio log z / log x, with no domain convention imposed.
Equations
Instances For
The main finite Stieltjes sum. Explicitly, each adjacent pair x,y
contributes
g x * (log z / log x - log z / log y).
This is the finite object to compare with the ordinary integral against
log z / (x * (log x)^2) dx.
Equations
Instances For
Boundary plus variation of the main ratio telescopes exactly to its finite Stieltjes sum. This is unconditional finite algebra.
Exact finite-node split for R(x) = log z / log x + E(x).
The main boundary and variation terms have been telescoped into the finite
Stieltjes sum. Every error contribution is retained explicitly as two endpoint
terms plus the finite variation of g; there are no analytic assumptions.
At a nondegenerate upper endpoint the main ratio has the expected value
one, so its upper boundary term is literally -g z.
A finite adjacent-edge majorant telescopes. Pairwise control is stronger than needed, but matches the ordered Suzuki node list.