Deterministic methods to find primes
D.H.J. Polymath

TL;DR
This paper explores deterministic methods for finding primes efficiently, proposing strategies that could improve current bounds and allow partial results like determining the parity of the number of primes in an interval.
Contribution
It suggests a new approach to determine in sub-$O(N^{1/2})$ time whether an interval contains a prime, potentially improving existing deterministic algorithms.
Findings
Proposes a strategy to check for primes in an interval in $O(N^{1/2-c})$ time.
Shows how to determine the parity of the number of primes in an interval efficiently.
Provides partial results under the new approach, advancing deterministic prime search methods.
Abstract
Given a large positive integer , how quickly can one construct a prime number larger than (or between and 2N)? Using probabilistic methods, one can obtain a prime number in time at most with high probability by selecting numbers between and 2N at random and testing each one in turn for primality until a prime is discovered. However, if one seeks a deterministic method, then the problem is much more difficult, unless one assumes some unproven conjectures in number theory; brute force methods give a algorithm, and the best unconditional algorithm, due to Odlyzko, has a run time of . In this paper we discuss an approach that may improve upon the bound, by suggesting a strategy to determine in time for some whether a given interval in contains a prime. While this strategy has…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnalytic Number Theory Research · Cryptography and Residue Arithmetic · History and Theory of Mathematics
