Puneet Varma (Editor)

Legendre sieve

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, the Legendre sieve, named after Adrien-Marie Legendre, is the simplest method in modern sieve theory. It applies the concept of the Sieve of Eratosthenes to find upper or lower bounds on the number of primes within a given set of integers. Because it is a simple extension of Eratosthenes' idea, it is sometimes called the Legendre–Eratosthenes sieve.

Contents

Legendre's identity

The central idea of the method is expressed by the following identity, sometimes called the Legendre identity:

S ( A , P ) = a A d a ; d P μ ( d ) = d P μ ( d ) | A d | ,

where A is a set of integers, P is a product of distinct primes, μ is the Möbius function, and A d is the set of integers in A divisible by d, and S(A, P) is defined to be:

S ( A , P ) = | { n : n A , ( n , P ) = 1 } |

i.e. S(AP) is the count of numbers in A with no factors common with P.

Note that in the most typical case, A is all integers less than or equal to some real number X, P is the product of all primes less than or equal to some integer z < X, and then the Legendre identity becomes:

S ( A , P ) = d P μ ( d ) X d = X p 1 z X p 1 + p 1 < p 2 z X p 1 p 2 p 1 < p 2 < p 3 z X p 1 p 2 p 3 + + μ ( P ) X P

(where X denotes the floor function). In this example the fact that the Legendre identity is derived from the Sieve of Eratosthenes is clear: the first term is the number of integers below X, the second term removes the multiples of all primes, the third term adds back the multiples of two primes (which were miscounted by being "crossed out twice"), and so on until all 2 π ( z ) (where π ( z ) denotes the number of primes below z) combinations of primes have been covered.

Once S(AP) has been calculated for this special case, it can be used to bound π ( X ) using the expression

S ( A , P ) π ( X ) π ( z ) + 1 ,

which follows immediately from the definition of S(AP).

Limitations

The Legendre sieve has a problem with fractional parts of terms accumulating into a large error, which means the sieve only gives very weak bounds in most cases. For this reason it is almost never used in practice, having been superseded by other techniques such as the Brun sieve and Selberg sieve. However, since these more powerful sieves are extensions of the basic ideas of the Legendre sieve, it is useful to first understand how this sieve works.

References

Legendre sieve Wikipedia