Finding primes: Difference between revisions

From Polymath Wiki
Jump to navigationJump to search
New page: This is the main blog page for the "[http://en.wordpress.com/tag/finding-primes/ Deterministic way to find primes]" project. The main aim of the project is as follows: :'''Problem'''. Fi...
 
No edit summary
Line 1: Line 1:
This is the main blog page for the "[http://en.wordpress.com/tag/finding-primes/ Deterministic way to find primes]" project.
This is the main blog page for the "[http://en.wordpress.com/tag/finding-primes/ Deterministic way to find primes]" project, which will be started in within a few weeks.


The main aim of the project is as follows:
The main aim of the project is as follows:
Line 6: Line 6:


Here is the [http://polymathprojects.org/2009/07/27/proposal-deterministic-way-to-find-primes/ proposal for the project], which is also the ''de facto'' research thread for that project.  Here is the [http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/ discussion thread for the project].
Here is the [http://polymathprojects.org/2009/07/27/proposal-deterministic-way-to-find-primes/ proposal for the project], which is also the ''de facto'' research thread for that project.  Here is the [http://polymathprojects.org/2009/07/28/deterministic-way-to-find-primes-discussion-thread/ 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


== Relevant conjectures ==
== Relevant conjectures ==
Line 12: Line 26:
# P=BPP
# P=BPP
# P=promise-BPP
# P=promise-BPP
# P=BQP
# existence of PRG
# existence of PRG
# existence of one-way functions
# existence of one-way functions
Line 26: Line 41:
== Relevant papers ==
== Relevant papers ==


# Impazzaglio-Wigderson
# Impazzaglio-Wigderson (reference?)
# O. Goldreich, A. Wigderson, [http://www.math.ias.edu/~avi/PUBLICATIONS/MYPAPERS/GW02/gw02.pdf Derandomization that is rarely wrong from short advice that is typically good]
# O. Goldreich, A. Wigderson, [http://www.math.ias.edu/~avi/PUBLICATIONS/MYPAPERS/GW02/gw02.pdf Derandomization that is rarely wrong from short advice that is typically good]
# K. Soundararajan, [http://arxiv.org/abs/math/0606408 The distribution of the primes] (survey)
# K. Soundararajan, [http://arxiv.org/abs/math/0606408 The distribution of the primes] (survey)
== External links ==
# [http://qwiki.stanford.edu/wiki/Complexity_Zoo Complexity Zoo]

Revision as of 11:10, 28 July 2009

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

  1. Complexity classes
    1. P
    2. NP
    3. BPP
    4. promise-BPP
    5. BQP
    6. DTIME
  2. Pseudo-random number generators (PRG)
  3. Expander graphs

Relevant conjectures

  1. P=NP
  2. P=BPP
  3. P=promise-BPP
  4. P=BQP
  5. existence of PRG
  6. existence of one-way functions
  7. whether DTIME(2^n) has subexponential circuits
  8. GRH
  9. the Hardy-Littlewood prime tuples conjecture
  10. the ABC conjecture
  11. Cramer’s conjecture
  12. discrete log in P
  13. factoring in P.

(These conjectures should have their own links at some point.)

Relevant papers

  1. Impazzaglio-Wigderson (reference?)
  2. O. Goldreich, A. Wigderson, Derandomization that is rarely wrong from short advice that is typically good
  3. K. Soundararajan, The distribution of the primes (survey)

External links

  1. Complexity Zoo