We can define something similar to the factorial function, \(n!\), for prime numbers. This is known as the "primorial" function and it written as \(p\#\). It is defined by
The first few values are:
They have an interesting property involving Euler's Totient function:
The second follows from the definition of the totient function while the third follows from the prime number theorem. What this means, essentially, is that the totient density of primorials is strictly decreasing to zero. Let me explain.
Primorials are important because they essentially "sieve" through prime numbers. For example, every prime number can also be written in the form of . Likewise, they can be written in the forms . This continues for all other primorials.
But what's so special about those? We can also write primes as , and so on. What's really important is minimizing the number of residue classes we have. In this light, we can imagine that there are some numbers which work better than others. For example, the prime number residue classes of are . So we could write prime numbers in the form of , but why bother when we can write them as and reduce the total number of residue classes from to ?
This is where the term comes from in the equation above. It measures the number of residue classes of relative to its size. Primorials are important because they optimize this measure and occupy its minimum values.
A unique application of primorials is in calculating heuristics about the gaps between prime numbers. I'll develop this fully in a later note, but the general argument is as follows:
Take a prime number of the form and write out the next prime that comes after it. There are 4 possibilities:
The gap is divisible by in all cases, which is a trivial fact. In half of the cases, it is divisible by . If we look at larger residue classes, we find that gaps are divisible by in a third of cases and so on. Assuming that s is minimal (looking only at twin primes, cousin primes, and sexy primes), we can also use this heuristic to state that sexy primes (prime pairs with a gap of ) are about twice as common as twin and cousin primes (those with gaps and , respectively).
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
So, if the heuristic relates the occurences of prime pairs with gaps 2, 4, 6, ..., would a solution to the twin prime conjecture also prove that there are infinitely many prime pairs with any gap? Or is the heuristic too inaccurate for that?
Log in to reply
It would strongly suggest it, but it's still too weak to prove it. For example, we currently know that there is at least 1 prime gap below 246 which occurs infinitely often, but not which one it is. If de Polignac's conjecture is true (I believe it is), then the existence of one infinitely frequent prime gap ensures the existence of all of them - but it's based solely on heuristic arguments so far and has yet to be proven rigorously.
Log in to reply
Ah, interesting. Your discussions always cover really nice bits of mathematics, and I admire you for your great ideas and how you present them!
Log in to reply