Prime gap: Difference between revisions

From Number
(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 p and its successor prime q is the difference qp. In other words, a prime gap is a gap between two successive primes.

Facts

Basic facts

  • A prime gap of 1 occurs between 2 and 3, and never again. All other prime gaps are even, and at least 2.
  • There exist arbitrarily large prime gaps: This is because there exist arbitrarily large sequences of consecutive composite integer. For instance, for any n>1, the sequence n!+2,n!+3,,n!+n 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 p, the prime gap between p and the next prime is at most c(logp)2, c fixed O((logp)2) open
Prime-between-squares conjecture There exists a prime between any two successive squares. Puts upper bound of 1+2p on prime gap O(p) open
(corollary of) Generalized Riemann hypothesis The prime gap between a prime p and the next prime is O(p(logp)) O(plogp) open
exponent bound for prime gap of 0.535 The prime gap between p and the next prime is O(p0.535) O(p0.535) proved
(corollary of) prime number theorem there exists a prime between n and αn for any α>1, for n large enough (dependent on α) O(n) proved
Bertrand's postulate there exists a prime between n and 2n O(n) proved