1

Is the following true?

————————————————–

Primes are uniformly distributed

Let p, r, n are positive integers with p>1.

U(p, r, n) denotes the number of primes less than n that are equal to r (mod p).

For any prime p and pair of integers r1, r2 between 1 and p-1, we have:

The ratio U(p,r1,n) / U(p,r2,n) has limit 1 as n goes to infinity.

ZTOA
  • 11
  • 1

1 Answers1

2

Yes, this is true. It is a strengthening of the Prime Number Theorem to primes in arithmetic progressions.

More is true. Let $m$ be a positive integer, not necessarily prime. Let $a$ and $a'$ be numbers relatively prime to $m$. Then the ratio of the number of primes $\le n$ of the form $mk+a$ to the number of primes $\le n$ of the form $mk+a'$ approaches $1$ as $n\to\infty$.

André Nicolas
  • 514,336
  • See also http://en.wikipedia.org/wiki/Dirichlet's_theorem_on_arithmetic_progressions . – Qiaochu Yuan Jun 08 '13 at 00:04
  • 1
    Slightly more relevant: http://en.wikipedia.org/wiki/Prime_number_theorem_for_arithmetic_progressions#Prime_number_theorem_for_arithmetic_progressions – Erick Wong Jun 08 '13 at 01:10