Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Prime Reciprocal-Log Approximation

Abstract

Prime reciprocal logarithms approximate positive offsets with quadratic error.

Theorem 1.1 (A single prime sees every positive offset).

Proof. Machine-checked in Lean as D5/S3/AnalyticClosure/PrimeReciprocalLogApproximation.prime_reciprocal_log_quadratic_approximation (✓ std3). ∎

Source. Repository-derived.

Commentary.

For every positive real offset delta, set Y = exp(1/delta) and N = ceil(Y). Bertrand’s theorem supplies a prime q between N and 2N, while the ceiling estimate puts 2N below 4Y.

Monotonicity of the logarithm gives the displayed logarithmic window. Taking reciprocals then yields a nonnegative error strictly below log(4) times delta squared.

The same witnesses bound the infimum distance to the set of prime reciprocal logarithms, proving the right-hand big-O statement at zero. No uniform nearest-prime selector is asserted.

References

  • Truth anchor: D5/S3/AnalyticClosure/PrimeReciprocalLogApproximation.prime_reciprocal_log_quadratic_approximation