What’s the point to searching for the largest prime number?

478 views

What’s the point to searching for the largest prime number?

In: 12

18 Answers

Anonymous 0 Comments

It’s been known since Euclid that there are infinitely many primes, so they aren’t searching for the largest one. And you should bear in mind that this is a pretty niche activity – it’s one of those things that gets disproportionate attention because it’s easy to explain and it involves impressively large numbers.

Finding individual large primes isn’t really that useful. Afaik, the very largest known primes are not actually used in cryptography at all. There are various things that are unknown about the primes, but it isn’t very likely that finding a few more will shed much light on those questions. But developing *techniques* to find large primes more efficiently is potentially useful and interesting, because those techniques might be applicable to other problems and might shed light on some theoretical issues (e.g. the development of the AKS primality test led to a proof that the problem of determining whether a number is prime is within a certain complexity class).

You are viewing 1 out of 18 answers, click here to view all answers.