If you just make up a number claim it’s prime and nobody disputes it, it’s prime apparently. I don’t think it’s really possible to have a very large prime number, because unless someone has tried every factor it’s really not prime yet, honestly that explains a lot about the elusiveness of the concept.
> If you just make up a number claim it’s prime and nobody disputes it You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not. Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.
A new generation of mathematicians pushes prime number barriers
11–20 of 34 posts
Re: A new generation of mathematicians pushes prime number barriers
#12Earlier quoted context omitted.
> If you just make up a number claim it’s prime and nobody disputes it You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not. Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.
Doesn't RSA typically settle for numbers that are probably prime?
Re: A new generation of mathematicians pushes prime number barriers
#13If you just make up a number claim it’s prime and nobody disputes it, it’s prime apparently. I don’t think it’s really possible to have a very large prime number, because unless someone has tried every factor it’s really not prime yet, honestly that explains a lot about the elusiveness of the concept.
> If you just make up a number claim it’s prime and nobody disputes it You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not. Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.
Re: A new generation of mathematicians pushes prime number barriers
#14Earlier quoted context omitted.
> If you just make up a number claim it’s prime and nobody disputes it You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not. Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.
I’d argue that you’re just misunderstanding what makes a number prime. You can literally never be 100% sure a randomly generated number is or isn’t prime, it’s just the way numbers work.
Re: A new generation of mathematicians pushes prime number barriers
#15Earlier quoted context omitted.
I’d argue that you’re just misunderstanding what makes a number prime. You can literally never be 100% sure a randomly generated number is or isn’t prime, it’s just the way numbers work.
you absolutely can. aks is a polynomial time deterministic primality check.
Re: A new generation of mathematicians pushes prime number barriers
#16Earlier quoted context omitted.
you absolutely can. aks is a polynomial time deterministic primality check.
Ok then break all cryptography with that. It just proves my point you can SAY you can do it but in practice you can’t.
Re: A new generation of mathematicians pushes prime number barriers
#17If you just make up a number claim it’s prime and nobody disputes it, it’s prime apparently. I don’t think it’s really possible to have a very large prime number, because unless someone has tried every factor it’s really not prime yet, honestly that explains a lot about the elusiveness of the concept.
Re: A new generation of mathematicians pushes prime number barriers
#18Earlier quoted context omitted.
> If you just make up a number claim it’s prime and nobody disputes it You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not. Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.
I’d argue that you’re just misunderstanding what makes a number prime. You can literally never be 100% sure a randomly generated number is or isn’t prime, it’s just the way numbers work.
It takes a short time to generate such a number but a very long time to decompose it, but this is a different problem than telling whether a number is prime.
Re: A new generation of mathematicians pushes prime number barriers
#19Earlier quoted context omitted.
you absolutely can. aks is a polynomial time deterministic primality check.
Ok then break all cryptography with that. It just proves my point you can SAY you can do it but in practice you can’t.