Are prime numbers truly unpredictable?

In summary, the conversation discusses the possibility of finding algorithmically simple rules for prime properties, as well as various methods for determining and approximating the number of primes. The Riemann hypothesis is considered the most outstanding prime problem, with implications in many areas of number theory. Other important problems related to primes include the Goldbach conjecture and the twin prime conjecture. Primes are useful in various numerical algorithms and have real world applications in fields such as cryptography. There is also a connection between primes and music, known as the "music of the primes."
  • #1
Gerenuk
1,034
5
Are primes just "random"?

What are the indications that primes follow some patterns and that maybe some day someone will find algorithmically simple rules for prime properties?

I was thinking that maybe one merely can prove that prime numbers exist, but they represent some highly complex something that never will reveal simple pattern.

Similarly to the Mandelbrot set, which is just a complex pattern - not completely random, but probably does not involve much more features beyond it's definition?
 
Physics news on Phys.org
  • #2


Gerenuk said:
What are the indications that primes follow some patterns and that maybe some day someone will find algorithmically simple rules for prime properties?

What would you consider algorithmically simple?

We have fast methods for locating primes (thanks to Atkin/Bernstein) that take less time (asymptotically) to enumerate primes on an interval than to enumerate the interval itself.

The number of primes on an interval can be computed in near-sqrt time (Lagarias and Odlyzko 1987).

Under the Riemann hypothesis, the number of primes can be approximated in polylogarithmic time with only sqrt * log error.

The status (prime/nonprime) of an isolated number can be determined in polynomial time (AKS).

The status of an isolated number can be determined with high probability in quadratic time (Rabin, Grantham).

A simple expression is equivalent to the primality of a number greater than four (Wilson).

A polynomial exists which has solutions in positive integers exactly when a number k (k + 2 in most versions) is prime (Jones, Sato, Wada, & Wiens 1976).
 
  • #3


CRGreathouse said:
What would you consider algorithmically simple?
I'm not sure about my question, but your examples sound convincing enough :)

Hmm, then what would you call the most outstanding prime problems nowadays?

Could you give me the references for:
CRGreathouse said:
The status of an isolated number can be determined with high probability in quadratic time (Rabin, Grantham).

Are primes useful for anything apart from cryptography?
 
  • #4


You may also want to read http://terrytao.wordpress.com/2007/04/05/simons-lecture-i-structure-and-randomness-in-fourier-analysis-and-number-theory/" discussion on structure and randomness of the prime numbers.
 
Last edited by a moderator:
  • #5


Gerenuk I think that proving the Riemann hypothesis stands high on the list of unsolved problems.I tried it this morning over breakfast but I got nowhere.Then I realized that I don't know what the hypothesis is.
 
Last edited:
  • #6


Is it true that between any prime number p and p*p, there exists a prime number q?
 
  • #7


CRGreathouse said:
What would you consider algorithmically simple?

We have fast methods for locating primes (thanks to Atkin/Bernstein) that take less time (asymptotically) to enumerate primes on an interval than to enumerate the interval itself.

The number of primes on an interval can be computed in near-sqrt time (Lagarias and Odlyzko 1987).

Under the Riemann hypothesis, the number of primes can be approximated in polylogarithmic time with only sqrt * log error.

The status (prime/nonprime) of an isolated number can be determined in polynomial time (AKS).

The status of an isolated number can be determined with high probability in quadratic time (Rabin, Grantham).

A simple expression is equivalent to the primality of a number greater than four (Wilson).

A polynomial exists which has solutions in positive integers exactly when a number k (k + 2 in most versions) is prime (Jones, Sato, Wada, & Wiens 1976).
How does This Test Compare with the ones you noted


If N = -1 mod 4 then N is prime if and only if [tex]C(-F_{A},F_{D}) = -1 \mod N[/tex]

If N = 1 mod 4 then N is prime if and only if [tex]C(F_{D},F_{A}) = 1 \mod N[/tex]

Here [tex]F_{A} = F_{(N-3)/2}[/tex] and [tex]F_{D} = F_{(N+3)/2[/tex] are the Fibonacci numbers and C(a,b) = a^2 +ab - b^2.
 
Last edited:
  • #8


csprof2000 said:
Is it true that between any prime number p and p*p, there exists a prime number q?
You can do much better than that; postulate[/url] implies there's one between p and 2p. This wiki page references some further results on this topic.
 
Last edited by a moderator:
  • #9


Gerenuk said:
Hmm, then what would you call the most outstanding prime problems nowadays?

The Riemann hypothesis. Nothing else is even close.

Gerenuk said:
Could you give me the references for:

Michael O. Rabin, "Probabilistic algorithm for testing primality", Journal of Number Theory 12:1 (1980), pp. 128-138.

Jon Grantham, "Frobenius pseudoprimes", Mathematics of Computation, 70:234 (2001), pp. 873-891.

Gerenuk said:
Are primes useful for anything apart from cryptography?

Almost everything in number theory relates to the primes in some way. They're important for understanding the structure of numbers and for fast numerical algorithms.
 
  • #10


ramsey2879 said:
How does This Test Compare with the ones you noted


If N = -1 mod 4 then N is prime if and only if [tex]C(-F_{A},F_{D}) = 1 \mod N[/tex]

If N = 1 mod 4 then N is prime if and only if [tex]C(F_{D},F_{A}) = -1 \mod N[/tex]

Here [tex]F_{A} = F_{(N-3)/2}[/tex] and [tex]F_{D} = F_{(N+3)/2[/tex] are the Fibonacci numbers and C(a,b) = a^2 +ab - b^2.

It's weaker than Grantham's test.
 
  • #11


CRGreathouse said:
The Riemann hypothesis. Nothing else is even close.
Which important results follow from the Riemann hypothesis? Some results the final converge into real world applications?
What would be the second most important problem about primes? :)

CRGreathouse said:
Almost everything in number theory relates to the primes in some way. They're important for understanding the structure of numbers and for fast numerical algorithms.
So numerical algorithms can be improved with primes. Which for example? I mean something that in the end has some "real world" application. Not something which is a dead end in some fictional world of thoughts. I mean I'm also interested a bit in number theory, but I honestly cannot explain to some people why it's useful (apart from cryptography).
 
  • #12


Gerenuk try googling the following:
1.millenium prize problems
2.the music of the primes
 
  • #13


Dadface said:
Gerenuk try googling the following:
1.millenium prize problems
2.the music of the primes
Thx.
1. I couldn't find any other prime related problems
2. I dig into that a bit more. Unfortunately the reference to nature is a bit slim.

I looked up Riemann hypothesis. Didn't we find zeros of expressions at school? Can't remember the equation though. For the problem I guess you substitute z->z+1/2 and show that all zeros are imaginary. Unfortunately I don't have the time to continue here :biggrin:
 
  • #14


Gerenuk said:
1. I couldn't find any other prime related problems

The RH is the only prime-related question among the Millennium Problems. Here are some other prime-related problems:

Are there infinitely many twin primes? Do the number of prime values taken by a polynomial follow the expected (Hardy-Littlewood) distribution? Is there always a prime between positive squares? The Goldbach conjectures: is every even number greater than two the sum of three primes? Is evey odd number greater than five the sum of three primes? De Polignac's conjecture: is every positive even number the difference between consecutive primes infinitely often? Are there finitely many Fermat primes? Cramer's conjecture: is the gap between consecutive primes always less than (some multiple of) the square of the logarithm of the smaller prime?
 
  • #15


CRGreathouse said:
Are there infinitely many twin primes? Do the number of prime values taken by a polynomial follow the expected (Hardy-Littlewood) distribution? Is there always a prime between positive squares? The Goldbach conjectures: is every even number greater than two the sum of three primes? Is evey odd number greater than five the sum of three primes? De Polignac's conjecture: is every positive even number the difference between consecutive primes infinitely often? Are there finitely many Fermat primes? Cramer's conjecture: is the gap between consecutive primes always less than (some multiple of) the square of the logarithm of the smaller prime?

Thanks for the list!
The problem you mentioned below to two categories:
- density/number of primes
- sums or difference of primes
Are there significant other theorems (apart from say existence and divisibility theorems like little Fermat's)?
 
  • #16


Gerenuk said:
The problem you mentioned below to two categories:
- density/number of primes
- sums or difference of primes

That's probably biased toward my interests (combinatorial and additive number theory, respectively).

Gerenuk said:
Are there significant other theorems (apart from say existence and divisibility theorems like little Fermat's)?

Theorems? I've only talked about conjectures thus far. Interesting prime-related theorems:
  • Prime Number Theorem: there are about n/log n primes below n. (Rosser and Dusart have effective versions of this; Shoenfeld has a better effective version conditional on the RH.)
  • Green-Tao Theorem: the primes contain arbitrarily long arithmetic progressions
  • Bertrand's postulate: there is a prime between n and 2n
  • Vinogradov's theorem: All large enough odds are the sum of three primes.
  • Dirichlet's theorem: there are the 'expected number' of primes in arithmetic progressions (with a similar but effective by Brun & Titchmarsh)
  • ...
 
  • #17


CRGreathouse said:
It's weaker than Grantham's test.
In what way is it weaker. I understand that Grantham's test has known counterexamples or presudoprimes. As far as I know there are no counterexamples to my test. I admit that I have not sufficiently investigated my test nor have any proof of its validity. I only checked it for integers less than 200, a rather trival number, but what if my test were proven true?
 
  • #18


ramsey2879 said:
In what way is it weaker. I understand that Grantham's test has known counterexamples or presudoprimes. As far as I know there are no counterexamples to my test. I admit that I have not sufficiently investigated my test nor have any proof of its validity. I only checked it for integers less than 200, a rather trival number, but what if my test were proven true?

Your test* is the Lucas test. It has counterexamples/pseudoprimes http://www.research.att.com/~njas/sequences/A005845 = 705, 2465, 2737, 3745, 4181, 5777, 6721, 10877, 13201, 15251, 24465, 29281, 34561, 35785, 51841, 54705, 64079, 64681, 67861, 68251, 75077, 80189, 90061, 96049, 97921, 100065, 100127, 105281, 113573, 118441, 146611, ...

* I believe that your original statement reversed the cases 1 and 3 mod 4. In the reversed form most primes are counterexamples.
 
Last edited by a moderator:
  • #19


I asked this question some time ago, but only got very exotic answers I couldn't understand:

Do primes have any applications in physics/technology?
 
  • #20


Gerenuk, for the most canonical example, primes are critical in modern cryptography.
 

1. Are primes truly random?

No, primes are not truly random. They follow a specific pattern and can be predicted using mathematical algorithms.

2. Why do we consider primes to be random?

Primes are considered to be random because they are unpredictable in their occurrence and do not have a discernible pattern or formula for their distribution.

3. Can we find any patterns in the occurrence of primes?

Yes, there are patterns in the occurrence of primes, such as the Prime Number Theorem which describes the distribution of primes in the number system.

4. Are there any real-life applications for studying the randomness of primes?

Yes, the study of prime numbers has applications in various fields such as cryptography, computer science, and number theory.

5. Can we create a formula to generate primes?

No, there is no known formula to generate all primes. However, there are algorithms that can efficiently generate large primes for cryptographic purposes.

Similar threads

  • General Math
Replies
23
Views
3K
  • Linear and Abstract Algebra
Replies
21
Views
8K
  • Linear and Abstract Algebra
Replies
9
Views
3K
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
2K
  • Other Physics Topics
Replies
5
Views
7K
  • Linear and Abstract Algebra
Replies
1
Views
3K
  • Linear and Abstract Algebra
Replies
7
Views
3K
  • Quantum Physics
Replies
10
Views
1K
  • General Math
Replies
15
Views
2K
Back
Top