Alternating Zeta Continuation and Real-Axis Nonvanishing
Abstract
The paired alternating zeta series gives the eta continuation away from one, which excludes real zeta zeros in the open critical interval and makes the ordinates of ZeroData nontrivial zeros nonzero.
Theorem 1.1 (The alternating zeta partial sums converge away from one).
Proof. Machine-checked in Lean as D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.tendsto_alternating_partialSums_eta_of_ne_one (✓ std3). ∎
Source. Repository-derived.
Commentary.
Adjacent terms form an absolutely summable series on every right half-plane bounded away from zero. Locally uniform convergence makes its sum analytic. On real part greater than one, splitting the zeta series into even and odd terms identifies the sum with (1 - 2^(1-s)) zeta(s); the analytic identity principle and a real-axis limit extend the identity to positive real part away from one.
Theorem 1.2 (The unqualified continuation statement fails at one).
Proof. Machine-checked in Lean as D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.alternating_partialSums_eta_atom_fails_at_one (✓ std3). ∎
Source. Repository-derived.
Commentary.
At s=1 the alternating harmonic series has a strictly positive paired sum, whereas Mathlib’s point value makes the displayed right-hand side zero because its eta prefactor vanishes.
Theorem 1.3 (Riemann zeta has no real zero in the open critical interval).
Proof. Machine-checked in Lean as D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.riemannZeta_ne_zero_of_real_mem_Ioo (✓ std3). ∎
Source. Repository-derived.
Commentary.
This is a direct corollary of the frozen riemannZeta_ofReal_sign theorem: below one its real part is strictly negative, so the zeta value cannot vanish.
Theorem 1.4 (ZeroData nontrivial zeros have nonzero imaginary part).
Proof. Machine-checked in Lean as D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.im_ne_zero (✓ std3). ∎
Source. Repository-derived.
Commentary.
A nontrivial zero with zero imaginary part would be a real zeta zero strictly between zero and one, contradicting real-axis nonvanishing. Thus separator theorems need no separate hIm assumption for ZeroData entries. This removes a hypothesis only; it does not assert the existence of any new zeros or prove RH.
References
- Truth anchor:
D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.alternating_partialSums_eta_atom_fails_at_one - Truth anchor:
D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.im_ne_zero - Truth anchor:
D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.riemannZeta_ne_zero_of_real_mem_Ioo - Truth anchor:
D5/S3/Weil/ZetaBridge/AlternatingZetaContinuation.tendsto_alternating_partialSums_eta_of_ne_one - Dependency: D5/S3/Analytic/Isolation/RiemannZetaPositiveRealSign