Why are math geeks so obsessed with prime numbers?

I work with a math geek and he can’t explain it to my understanding.

So I’m asking you guys. What is it with prime numbers that make math geeks go ga-ga? I’m sure there’s some use for them in some part of theoretical math. I’m also sure there’s some inherent beauty that only math geeks see.

But in layman’s terms: why are they important?

There are practical reasons why they’re important, but from a more aesthetic point of view, prime numbers are to non-primes as chemical elements are to compounds. All other natural numbers (well, except one) are made of prime numbers, in a sense. Six can be constructed from groups of two or groups of three, for example, but seven is just seven.

In equal-tempered musical tuning systems with a prime number of equally spaced notes per octave, you can start on any note and cycle through all of them with any interval.

Big prime numbers are highly useful in cryptography and cryptanalysis.

So there’s two examples. And I’m not even a math geek.

I’d imagine that at least part of it is that a large proportion of unsolved problems in mathematics involve prime numbers, and geeks naturally gravitate toward unsolved problems.

Because they can be kind of spooky, if you look at them the right way: So far as we’ve ever been able to prove, there is no pattern to prime numbers, no simple formula that will tell you where the next prime is given the highest prime you know now. But there are fuzzier patterns to the distribution of primes, patterns that jump out at you if you plot them correctly. Ulam’s spiral is one of them and it isn’t alone. Why does Ulam’s Spiral have so many straight lines? Nobody knows, so far as I know.

The reason we love prime numbers is the fundamental theorem of arithmetic. For the longest time, no applications were known, and so number theory was the only area of math that was completely pure. Pure mathematicians like that sort of thing.

In fact, there’s a very simple formula. Let s(t) be equal to 1 if t is true, and 0 if t is false. Then with n(k) = (k + 1)s(k + 1 is prime) + n(k + 1)s(k + 1 is not prime), n(k) denotes the next prime after k. But what that doesn’t give you is an efficient way to compute the next prime after any given number, which is what you meant to say.

Does Ulam’s Spiral have a notable number of straight lines?

It seems pretty simple, to me. A plot of all of the composite numbers should show exactly the same patterns as a plot of all of the primes, right? Well, a plot of all composite numbers will contain all of the multiples of 2, and those form a pattern, and it’ll contain all the multiples of 3, and those form a pattern, and all the multiples of 5, and those form a pattern, and so on. So when you look at a plot of all composite numbers, you see all of those patterns, and when you look at a plot of all primes, you see the same thing, only in negative.

We don’t know the exact position of prime numbers, but we do know their asymptotic distribution. See for example the Prime Number Theorem. Primes actually follow rather specific patterns, even though it’s not obvious why they should. I think that’s part of their appeal.

Even simpler: let n(k) be equal to the next prime after k. FIN :slight_smile:

No point wrangling it into semi-“arithmetic” form, given the fairly un-arithmetic definition of s. But your point is one well worth making. There are obviously algorithms (even simple, obvious algorithms) to generate primes; their only flaws are questions of efficiency and aesthetics.

**Why are math geeks so obsessed with prime numbers? **
(1) As already pointed out, every whole number larger than 1 can be uniquely factored into its prime components. So the prime numbers are like the building blocks for all the counting numbers that you’re familiar with. So they are very basic in that sense.
(2) There are lots of well-known problems involving prime numbers. Some have been solved, while others have eluded solution for the longest time. What’s really confounding about these unsolved problems is that they’re so damn easy to state and understand, yet their solutions have eluded the greatest minds up to now.

Yes, that’s true (well, except for intervals which are multiples of octaves). Is that… is that actually something musicians concern themselves with?

Are you talking about things like the Riemann Hypothesis? I read a fascinating book about this recently, and about the only thing it didn’t have was a simply stated expression of what the problem actually was. I mean, I got that it was that the zero solutions of a certain function on the complex number plane all lie alone a line (and at the time I think I had a vague understanding of how this function and its solutions related to prime numbers, although I’m stuffed if I can remember exactly what that is a few months later). But a couple of people who saw me reading it asked me to explain exactly what the Riemann Hypothesis was and I just pretty much went… “Ummm…”

Anyone able to explain what the problem posed by the Riemann Hypothesis is, in a way that is “easy to state and understand” for someone with not much more than high school maths?

There is a unique function Zeta(s) from complex numbers to complex numbers with the following three properties:

A: It is defined for all inputs except 1
B: Wherever it is defined, it has a derivative
C: Wherever the infinite series 1/1^s + 1/2^s + 1/3^s + 1/4^s + … converges, the value of Zeta(s) equals the sum of that series

It’s known that every negative even integer is a zero of this function. The Riemann Hypothesis is the assertion that all the other zeros have real component 1/2.

Is that simple enough?

As for the relevance of the Zeta function to prime numbers, there are lots of connections, most of which I am not qualified to discuss. However, the main one is the fact that the infinite series in condition C is equivalent to the reciprocal of (1 - 1/2^s) (1 - 1/3^s) (1 - 1/5^s) (1 - 1/7^s) (1 - 1/11^s) …, where this product contains a term for each prime. (The equivalence is in the sense that wherever one converges, the other does to the same value as well. It’s actually rather straightforward to show, following from the Fundamental Theorem of Arithmetic (that every positive integer has a unique prime factorization).)

In addition to the Riemann Hypothesis (which I’ve certainly heard of but I don’t recall what it is so I couldn’t explain it) there is the Goldbach Conjecture. And wouldn’t you know it, Wikipedia has a whole category of Conjectures about prime numbers.

If you want a less complex unsolved problem involving primes, here are a couple of good ones:

The Goldbach Conjecture: Every even number greater than 2 can be expressed as the sum of two prime numbers. For instance, 4 = 2+2, and 110 = 107 + 3 (many numbers can be broken down multiple ways). It’s been tested up to absurdly high numbers, and it’s always worked out, but nobody’s ever been able to come up with a general proof, and many folks suspect that a general proof is impossible.

The Twin Prime Conjecture: A pair of twin primes is just two primes that are separated by 2, such as 5 and 7, or 107 and 109. The Twin Prime Conjecture quite simply says that there are an infinite number of such pairs. Again, it’s widely suspected to be true, but there’s even less progress on proving it than there is for the Goldbach conjecture.

You misread. (Look at the clause immediately prior to the one you (apparently) responded to: The distribution of primes on the number line does not form a pattern in any reasonable sense of the term.) A simple formula would be like the one that gets you the next harmonic number.

If it didn’t nobody would talk about it, would they? Given the chaotic positioning of primes on a straight number line, the result of Ulam’s experiment should have looked like a TV set tuned to a dead channel, but it only almost does. The lines are spooky.

No, but composers and theorists who like to dick around with unusual tunings find it amusing.

Prime numbers are one of the few mathematical concepts that might readily translate into money, thanks to their use in cryptography.