Deterministic methods to find primes
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 not been fully implemented, it can be used to establish partial results, such as being able to determine the \emph{parity} of the number of primes in a given interval in in time .
Keywords
Cite
@article{arxiv.1009.3956,
title = {Deterministic methods to find primes},
author = {D. H. J. Polymath},
journal= {arXiv preprint arXiv:1009.3956},
year = {2012}
}
Comments
15 pages, no figures. A reference added. (Note also that the published version lists the main contributors to the project as authors, at the insistence of the journal.)