Lower bound for the Mertens remainder
ProvedMertens.E1Lambda.genumber-theoryzeta23
Define the remainder term in Mertens' first theorem (von Mangoldt form) by
where is the von Mangoldt function and the sum runs over the integers with .
Statement. For every real ,
Together with the companion upper bound Mertens.E1Lambda.le, this makes the Mertens estimate fully explicit. In the project (module Zeta23.FromPNTPlus.Mertens, ported from PrimeNumberTheoremAnd) it is consumed by Zeta23.Cheb.sum_vonMangoldt_sq_div_eq_explicit, an explicit Chebyshev-type evaluation of -type sums used in the mollified second-moment computation.
Preamble
import Mathlib.Algebra.Group.Submonoid.BigOperators import Mathlib.Algebra.Order.Field.GeomSum import Mathlib.Analysis.Asymptotics.Lemmas import Mathlib.Analysis.SumIntegralComparisons import Mathlib.NumberTheory.AbelSummation import Mathlib.NumberTheory.Chebyshev import Mathlib.NumberTheory.Harmonic.EulerMascheroni import Mathlib.NumberTheory.Harmonic.GammaDeriv import Mathlib.NumberTheory.LSeries.RiemannZeta import Definitions.Def_Zeta23_FromPNTPlus_EulerMaclaurin import Definitions.Def_Zeta23_FromPNTPlus_Mertens open Mertens open Real Finset Filter Asymptotics open ArithmeticFunction hiding log
Formal statement
theorem Mertens.E1Lambda.ge {x : ℝ} (hx : 1 ≤ x) :
E₁Λ x ≥ -2 := by sorry
Source