Prime gap: Difference between revisions
No edit summary |
|||
Line 35: | Line 35: | ||
| [[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 | ||
|} | |} | ||
===Other related facts=== | |||
* [[Chen's theorem on primes and semiprimes with fixed separation]] |
Revision as of 02:46, 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 at most | 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 |