Pocklington primality test

In mathematics, the PocklingtonLehmer primality test is a primality test devised by Henry Cabourn Pocklington[1] and Derrick Henry Lehmer[2] to decide whether a given number is prime. The output of the test is a proof that the number is prime or that primality could not be established.

Pocklington criterion

The test relies on the Pocklington Theorem (Pocklington criterion) which is formulated as follows:

Let be an integer, and suppose there exist numbers a and q such that

q is prime, and

 

 

 

 

(1)

 

 

 

 

(2)

 

 

 

 

(3)

Then N is prime.[3]

Proof of this theorem

Suppose N is not prime. This means there must be a prime p, where that divides N.

Therefore, which implies .

Thus there must exist an integer u with the property that

 

 

 

 

(4)

This implies:

, by (2) since
,
, by (4) and Fermat's little theorem

This shows that p divides from (3), and therefore the ; a contradiction.[3]

The test is simple once the theorem above is established. Given N, seek to find suitable a and q. If they can be obtained, then N is prime. Moreover, a and q are the certificate of primality. They can be quickly verified to satisfy the conditions of the theorem, confirming N as prime.

A problem which arises is the ability to find a suitable q, that must satisfy (1)–(3) and be provably prime. It is even quite possible that such a q does not exist. This is a large probability, indeed only 57.8% of the odd primes, N, have such a q. To find a is not nearly so difficult. If N is prime, and a suitable q is found, each choice of a where will satisfy , and so will satisfy (2) as long as ord(a) does not divide . Thus a randomly chosen a is likely to work. If a is a generator mod N its order is and so the method is guaranteed to work for this choice.[4]

Generalized Pocklington method

A generalized version of Pocklington's theorem covers more primes N.

Corollary:

Let N  1 factor as N  1 = AB, where A and B are relatively prime, and the factorization of A is known.

If for every prime factor p of A there exists an integer so that

and then N is prime. The reverse implication also holds: If N is prime then every prime factor of A can be written in the above manner.[5]

Proof of Corollary: Let p be a prime dividing A and let be the maximum power of p dividing A. Let v be a prime factor of N. For the from the corollary set . This means and because of also .

This means that the order of is

Thus, . The same observation holds for each prime power factor of A, which implies .

Specifically, this means

If N were composite, it would necessarily have a prime factor which is less than or equal to . It has been shown that there is no such factor, which implies that N is prime.

To see the converse choose a generator of the integers modulo p.[6]

The test

The Pocklington–Lehmer primality test follows directly from this corollary. We must first partially factor N  1 into A and B. Then we must find an for every prime factor p of A, which fulfills the conditions of the corollary. If such 's can be found, the Corollary implies that N is prime.

According to Koblitz, = 2 often works.[3]

Example

Choose , which means

Now it is clear that and .

Next find an for each prime factor p of A. E.g. choose .

.

So satisfies the necessary conditions. Choose .

and

So both 's work and thus N is prime.

We have chosen a small prime for calculation purposes but in practice when we start factoring A we will get factors that themselves must be checked for primality. It is not a proof of primality until we know our factors of A are prime as well. If we get a factor of A where primality is not certain, the test must be performed on this factor as well. This gives rise to a so-called down-run procedure, where the primality of a number is evaluated via the primality of a series of smaller numbers.

In our case, we can say with certainty that 2, 5, and 227 are prime, and thus we have proved our result. The certificate in our case is the list of 's, which can quickly be checked in the corollary.

If our example had given rise to a down-run sequence, the certificate would be more complicated. It would first consist of our initial round of 's which correspond to the 'prime' factors of A; Next, for the factor(s) of A of which primality was uncertain, we would have more 's, and so on for factors of these factors until we reach factors of which primality is certain. This can continue for many layers if the initial prime is large, but the important thing to note, is that a simple certificate can be produced, containing at each level the prime to be tested, and the corresponding 's, which can easily be verified. If at any level we cannot find 's then we cannot say that N is prime.

The biggest difficulty with this test is the necessity of discovering prime factors of N - 1, in essence, factoring N  1. In practice this could be extremely difficult. Finding 's is a less difficult problem.[7]


Extensions and variants

The 1975 paper by Brillhart, Lehmer, and Selfridge[8] gives a proof for what is shown above as the "generalized Pocklington theorem" as theorem 4 on page 623. Additional theorems are shown allowing less factoring. This includes theorem 3 (a strengthening of Proth 1878):

Let where p is an odd prime such that . If there exists an a for which , but , then N is prime.

and theorem 5 on page 624 that allows a proof when the factored part has reached only . Many additional theorems are provided.

References

  1. Henry Cabourn Pocklington (1914–1916). "The determination of the prime or composite nature of large numbers by Fermat's theorem". Proceedings of the Cambridge Philosophical Society. 18: 29–30.
  2. Derrick Henry Lehmer (1927). "Tests for primality by the converse of Fermat's theorem". Bull. Amer. Math. Soc. 33 (3): 327–340. doi:10.1090/s0002-9904-1927-04368-3.
  3. 1 2 3 Koblitz, Neal, A Course in Number Theory and Cryptography, 2nd Ed, Springer,1994
  4. http://www.mast.queensu.ca/~math418/m418oh/m418og26.pdf
  5. Blake, Ian F., Seroussi, Gadiel, Smart, Nigel Paul, Elliptic Curves in Cryptography, Cambridge University Press, 1999
  6. Washington, Lawrence C., Elliptic Curves: Number Theory and Cryptography, Chapman & Hall/CRC, 2003
  7. Roberto Avanzi, Henri Cohen, Christophe Doche, Gerhard Frey, Tanja Lange, Kim Nguyen, Frederik Vercauteren (2005). Handbook of Elliptic and Hyperelliptic Curve Cryptography. Boca Raton: Chapman & Hall/CRC.
  8. John Brillhart; Derrick Henry Lehmer; John Selfridge (April 1975). "New Primality Criteria and Factorizations of 2^m ± 1". Mathematics of Computation. 29 (130): 620–647. doi:10.1090/S0025-5718-1975-0384673-1.

External links

This article is issued from Wikipedia - version of the 8/16/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.