Primorial — Definition, Formula & Examples
Primorial is the product of all prime numbers less than or equal to a given prime . It is written , read as "p primorial."
For a prime number , the primorial is defined as . That is, it equals the product of every prime from up to and including .
Key Formula
Where:
- = A prime number that serves as the upper bound
- = The product of all primes up to and including p
Worked Example
Problem: Find the primorial 11#.
Step 1: List all primes less than or equal to 11.
Step 2: Multiply them together.
Answer:
Why It Matters
Primorials appear in proofs about the distribution of prime numbers, including Euclid's classic proof that infinitely many primes exist (consider ). They also show up in number theory competitions when constructing numbers with specific divisibility properties.
Common Mistakes
Mistake: Confusing primorial with factorial by multiplying all integers up to p instead of only the primes.
Correction: A factorial uses every positive integer (), while a primorial uses only primes (). Always filter for primes first.
