Slashdot Mirror


Prime Numbers Not So Random?

Jeff Moriarty writes "Some physicists believe they might have caught a whiff of a pattern in the sequence of prime numbers. This would have a huge impact across mathematics, and to people who just really like primes... or like being Prime."

2 of 147 comments (clear)

  1. Here's the rub by Anonymous Coward · · Score: 5, Interesting

    Here's the problem with finding patterns in Primes: It has to do with the way most things in number theory are formulated. Prime numbers are figured out by a process of non-definition and NOT by some form of additive process. An example or two might make that statement a bit clearer:

    If I needed, for example, to find a rule that returns only even numbers, my problem is simplicity itself, I have no need to test a given number to determine whether or not it is even, I can force it to be even by applying any number of simple (or complex) formulas that work within the system.

    If someone gives me number X, I have no need to know what X is, all I have to do is multiply X by 2 and (after a little inductive reasoning), I have guaranteed that I now have an even number.

    Prime numbers are NOT found that way. An even number is determined to have the property 'evenness' from within the number system itself, namely multiplication by 2. It is a simple additive process to include other even numbers into a given set. A prime number on the other hand, forgive the inexactness, can be considered to have the inherent property 'whatever property that created me that is unique to me'.

    IOW, each prime number is unalterably unique and furthermore it is unique in a way which is unique to EACH AND EVERY prime number, all by itself. No other prime number has the same property that makes any other prime number unique.

    EXAMPLES (bad, I know, but the best I could do at 0430):
    the number 7 (a prime) has the unique property (among other properties, like 'oddness') that it has the unique divisors 7 and 1, a property that it shares with no other numbers.

    the number 17 (a prime) has the unique property (among other properties, like 'oddness') that it has the unique divisors 17 and 1, a property that it shares with no other numbers.

    the number 21 (not a prime) has the property (among other properties, like 'oddness') that it has the divisors (7 and 3) AND (21 and 1). Only primes get to leave out that AND part.

    The prime numbers are the GAPS within the number-system (and in a rather pathological side note - they are also the glue that holds the system together). The definition of a prime number is, put simplistically: ANY number X that is NOT composite.

    Saying you have found a pattern in the prime numbers is tantamount to saying that you have a rule that can create prime numbers W/O checking to see if it's true or not. Put another way, it is exactly the same as saying:

    "I have a formula P(x) that can always churn out primes, give me a number, any number and after the application of my formula, I can guarantee that it will be a prime number."

    If you could do that, I have a whole bunch of NP complete problems for you to work on (and a bone to pick with a certain Mr. Godel).

    Any pattern w/in the set of prime numbers would be a formula with an infinite number of rules (an individual rule for each individual prime number, AT LEAST), and anything with an infinite number of rules can be considered completely, totally and irrevocably RANDOM.

    Some late night ramblings from a guy who's too tired and lazy to log on.

  2. Re:I found a pattern! by itsme1234 · · Score: 5, Insightful

    Of course they are prime ! ANY number is either:

    6n (not prime of course)
    6n+1
    6n+2 (not prime of course)
    6n+3 (not prime of course)
    6n+4 (not prime of course)
    6n+5

    And 6n+5 is the same as 6(n+1)-1 so indeed you are right. You deserve a price for finding a 6th grade theorem.