Finding primes
From Polymath Wiki
This is the main blog page for the "Deterministic way to find primes" project, which will be started in within a few weeks.
The main aim of the project is as follows:
- Problem. Find a deterministic algorithm which, when given an integer k, is guaranteed to find a prime of at least k digits in length of time polynomial in k. You may assume as many standard conjectures in number theory (e.g. the generalised Riemann hypothesis) as necessary, but avoid powerful conjectures in complexity theory (e.g. P=BPP) if possible.
Here is the proposal for the project, which is also the de facto research thread for that project. Here is the discussion thread for the project.
Please add and develop this wiki; in order to maximise participation in the project when it launches, we will need as much expository material on this project as we can manage.
Relevant concepts
- Complexity classes
- P
- NP
- BPP
- promise-BPP
- BQP
- DTIME
- Pseudo-random number generators (PRG)
- Expander graphs
- Cramer's random model for the primes
- Prime gaps
Relevant conjectures
- P=NP
- P=BPP
- P=promise-BPP
- P=BQP
- existence of PRG
- existence of one-way functions
- whether DTIME(2^n) has subexponential circuits
- GRH
- the Hardy-Littlewood prime tuples conjecture
- the ABC conjecture
- Cramer’s conjecture
- discrete log in P
- factoring in P.
(These conjectures should have their own links at some point.)
Relevant papers
- Impazzaglio-Wigderson (reference?)
- O. Goldreich, A. Wigderson, Derandomization that is rarely wrong from short advice that is typically good
- K. Soundararajan, The distribution of the primes (survey)