Upper bound for the Mertens remainder
ProvedMertens.E1Lambda.lenumber-theoryzeta23
With the remainder term of Mertens' first theorem (von Mangoldt form) defined as
where is the von Mangoldt function and the sum runs over integers with :
Statement. For every real ,
This is the explicit upper-bound half of Mertens' estimate , with the absolute constant spelled out. In the module Zeta23.FromPNTPlus.Mertens it is consumed, together with the matching lower bound Mertens.E1Lambda.ge, by Zeta23.Cheb.sum_vonMangoldt_sq_div_eq_explicit in the Chebyshev-type estimates feeding the mollified second-moment argument.
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.le {x : ℝ} (hx : 1 ≤ x) :
E₁Λ x ≤ log 4 + 4 := by sorry
Source