| Thread Closed |
Prime numbers |
Share Thread | Thread Tools |
| Apr29-08, 03:31 PM | #1 |
|
|
Prime numbers
Absolutely enormous primes are known these days. It is not possible that all primes are known up to the largest ones one sees mentioned. So how far up is EVERY prime known?
|
| Apr29-08, 04:54 PM | #2 |
|
Recognitions:
|
It's hard to answer that in a reasonable way, since no one really keeps a record of each sequential prime -- that would take up too much room. But surely every prime up to a trillion or quadrillion has been examined by a computer individually.
|
| Apr29-08, 04:58 PM | #3 |
|
|
I think they have software that constantly looks for the largest prime. If you run it on your computer and it finds a larger prime, you can get a cash reward.
|
| Apr29-08, 05:50 PM | #4 |
|
Recognitions:
|
Prime numbers
The primes found by computer search such as GIMPS are almost always "Mersenne primes". These are of the form (2^N) -1, not all N are prime and so computers are used to check which are.
There may also be other primes between Mersenne primes that have been missed. |
| Apr29-08, 06:10 PM | #5 |
|
|
That's my point. Mersenne primes must be a tiny subset of all primes.
Many cryptographical systems depend on the use of multiples of vast primes. It is not computationally feasible to factorise such numbers, which keeps these systems secure. Yet if the known vast primes are a minute subset of all primes, and are found by such methods as those used to find Mersenne primes, does this not mean these systems are easier to crack than if all lower primes were known? |
| Apr29-08, 06:36 PM | #6 |
|
Recognitions:
|
It's just as hard to check if any given number is prime wether it is Mersenne or not.
The exta interest in Mersennes is that it gives you a starting point that is more likely to be prime - if all you are interested in is finding a very large number. Crypto doesn't need such large primes, ussually a 100 digits is enough. For eg. RSA you just find a couple of 100 digit prime numbers ( there a few tricks to guess if a number is less likely to be prime to save time checking it). Then multiply the two numbers together. The encryption is based on it being difficult to find which two numbers you used - since the cracker doesn't get to pick probable primes - they have to check all possible factors of the 200 digit multiple. You wouldn't use mersenne primes as your factors simply because there are very few the correct size and they are well known. |
| Apr29-08, 06:58 PM | #7 |
|
Recognitions:
|
There's a reward for the first person who finds a 10 million digit prime, regardless of whether it's Mersenne or not. If you find a new Mersenne prime below 10 million digits (unlikely!) there's no prize. There "may be" other primes between Mersenne primes? Between the largest two Mersenne primes known, there are approximately 5.5 x 109808349 other primes. That's a lot of primes! Proving primes and factoring numbers are entirely different tasks, and the complexity of the two are quite different. Finding Mersenne primes is done with the Lucas-Lehmer algorithm; proving general primes is best done with (multiprocessor) ECPP; factoring general numbers is best with GNFS. Proving numbers to be prime can be done in polynomial time (and so is in P, the class of "easy" problems), while factoring numbers is not believed to be possible in classical polynomial time. Factoring can be done in quantum polynomial time thanks to Shor's algorithm, but I'm not aware of any numbers larger than 15 (!) which have been factored with this method. |
| Apr29-08, 07:01 PM | #8 |
|
Recognitions:
|
|
| Apr29-08, 07:02 PM | #9 |
|
|
|
| Apr29-08, 07:10 PM | #10 |
|
Recognitions:
|
2. I imagine "tiny subset" refers to the natural density of the Mersenne primes in the primes, which is 0. The primes equal to 1 mod 4 have natural density 0.5 in the primes, the titanic primes have natural density 1 in the primes, etc. |
| Apr29-08, 07:52 PM | #11 |
|
|
I was speaking a little too fast. Sorry.
|
| Apr29-08, 08:00 PM | #12 |
|
Recognitions:
|
I mean't that mersenne primes have no real relevance to ayn fast factoring algorithms that would effect crypto. |
| Apr29-08, 09:54 PM | #13 |
|
Recognitions:
|
Yes, you're right that Mersenne primes have no apparent application to factoring in crypto. Apparently, though, there's a cool 'new' application for locally decodable codes using Mersenne primes. Now that seems like information theory rather than crypto, but if that is possible, who knows? Mersenne primes might just end up being used there somehow. Certainly I could imagine it, especially if the hypothetical method requires fast multiplications (since Mersennes are often used in FFT methods) or decent random generators (Mersenne Twister). http://www.math.ias.edu/~yekhanin/Papers/phdthesis.pdf |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Prime numbers
|
||||
| Thread | Forum | Replies | ||
| a prime number which equals prime numbers | General Math | 10 | ||
| A formula of prime numbers for interval (q; (q+1)^2), where q is prime number. | Linear & Abstract Algebra | 0 | ||
| Prime Numbers in the Diophantine equation q=(n^2+1)/p and p is Prime | Linear & Abstract Algebra | 5 | ||
| Prime Numbers | Linear & Abstract Algebra | 44 | ||
| prime numbers | General Discussion | 1 | ||