Prime gap: Difference between revisions
(Created page with '==Definition== The '''prime gap''' between a prime <math>p</math> and its successor prime <math>q</math> is the difference <math>q - p</math>. In other words, a prime gap is a g…') |
|||
Line 23: | Line 23: | ||
! Name of conjecture/fact !! Statement !! Function (big-O) !! Status | ! Name of conjecture/fact !! Statement !! Function (big-O) !! Status | ||
|- | |- | ||
| [[Cramér's prime gap conjecture]] || For any prime <math>p</math>, the prime gap between <math>p</math> and the next prime is at most <math>c(\log p)^2</math>, <math>c</math> fixed || <math>O((\log p)^2)</math> open | | [[Cramér's prime gap conjecture]] || For any prime <math>p</math>, the prime gap between <math>p</math> and the next prime is at most <math>c(\log p)^2</math>, <math>c</math> fixed || <math>O((\log p)^2)</math> || open | ||
|- | |- | ||
| [[Prime-between-squares conjecture]] || There exists a prime between any two successive squares. Puts upper bound of <math>1 + 2\sqrt{p}</math> on prime gap || <math>O(\sqrt{p})</math> ||open | | [[Prime-between-squares conjecture]] || There exists a prime between any two successive squares. Puts upper bound of <math>1 + 2\sqrt{p}</math> on prime gap || <math>O(\sqrt{p})</math> ||open | ||
Line 33: | Line 33: | ||
| (corollary of) [[prime number theorem]] || there exists a prime between <math>n</math> and <math>\alpha n</math> for any <math>\alpha > 1</math>, for <math>n</math> large enough (dependent on <math>\alpha</math>) || <math>O(n)</math> || proved | | (corollary of) [[prime number theorem]] || there exists a prime between <math>n</math> and <math>\alpha n</math> for any <math>\alpha > 1</math>, for <math>n</math> large enough (dependent on <math>\alpha</math>) || <math>O(n)</math> || proved | ||
|- | |- | ||
| [[Bertrand's postulate]] || there exists a prime between <math>n</math> and <math>2n</math> ||<math>O(n)</math> proved | | [[Bertrand's postulate]] || there exists a prime between <math>n</math> and <math>2n</math> ||<math>O(n)</math> || proved | ||
|} | |} |
Revision as of 00:59, 9 February 2010
Definition
The prime gap between a prime and its successor prime is the difference . In other words, a prime gap is a gap between two successive primes.
Facts
Basic facts
- A prime gap of occurs between and , and never again. All other prime gaps are even, and at least .
- There exist arbitrarily large prime gaps: This is because there exist arbitrarily large sequences of consecutive composite integer. For instance, for any , the sequence is a sequence of composite integers.
Conjectures and advanced facts on minimum prime gaps
Name of conjecture/fact | Statement | Status |
---|---|---|
twin primes conjecture | there exist arbitrarily large pairs of twin primes -- successive primes with a gap of two. | open |
Conjectures and advanced facts on maximum prime gaps
Name of conjecture/fact | Statement | Function (big-O) | Status |
---|---|---|---|
Cramér's prime gap conjecture | For any prime , the prime gap between and the next prime is at most , fixed | open | |
Prime-between-squares conjecture | There exists a prime between any two successive squares. Puts upper bound of on prime gap | open | |
(corollary of) Generalized Riemann hypothesis | The prime gap between a prime and the next prime is | open | |
exponent bound for prime gap of 0.535 | The prime gap between and the next prime is | proved | |
(corollary of) prime number theorem | there exists a prime between and for any , for large enough (dependent on ) | proved | |
Bertrand's postulate | there exists a prime between and | proved |