Is there a number such that there will never be a gap between two consecutive primes and greater than . That is to say for all values of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
No value for n exists.
Imagine a set, S, of an arbitrarily large number of consecutive primes starting at 2: { 2 , 3 , 5 , 7 , . . . , p i } the product of this set will be an exceptionally large compound number, call this N.
N+1 may or may not be prime but N+2 is divisible by 2, N+3 is divisible by 3. This will work for any added value as compound numbers added on will be divisible by their constituent primes (i.e N+12 will be divisible by 2 and 3 but not necessary 4). This means that every number between N+2 and N+ p i is composite. Since p i can be made arbitrarily large there is no upper limit for n.