Rosser–Schoenfeld product bound (3.29) on
ProvedTaoFivePrimes.rosser_schoenfeld_product_bound_286_to_700number-theory
For every real with , the Rosser–Schoenfeld product bound (3.29) holds:
On this short interval the claim is a finite verification: the left side is a step function constant between primes, so it suffices to check it at each prime together with the anchor , using exact rational certificates and Taylor bounds for . This is the finite-range leg of the reduction of rosser_schoenfeld_product_bound.
Preamble
import Mathlib
Formal statement
namespace TaoFivePrimes
theorem rosser_schoenfeld_product_bound_286_to_700 (x : ℝ) (hx : 286 ≤ x) (hx' : x < 700) :
∏ p ∈ Nat.primesLE ⌊x⌋₊, (p : ℝ) / ((p : ℝ) - 1) <
Real.exp Real.eulerMascheroniConstant * Real.log x *
(1 + 1 / (2 * (Real.log x) ^ 2)) := by sorry
end TaoFivePrimesSource
J.B. Rosser, L. Schoenfeld, Approximate formulas for some functions of prime numbers, Illinois J. Math. 6 (1962), 64–94; §8, p. 70, Theorem 8, inequality (3.29). https://doi.org/10.1215/ijm/1255631807