Pocklington primality test

1

In mathematics, the Pocklington–Lehmer primality test is a primality test devised by Henry Cabourn Pocklington and Derrick Henry Lehmer. The test uses a partial factorization of N - 1 to prove that an integer N is prime. It produces a primality certificate to be found with less effort than the Lucas primality test, which requires the full factorization of N - 1.

Pocklington criterion

The basic version of the test relies on the Pocklington theorem (or Pocklington criterion) which is formulated as follows: Let N > 1 be an integer, and suppose there exist natural numbers a and p such that Then N is prime. Here means that after finding the remainder of division by k, i and j are equal; i \vert j means that i is a divisor for j; and gcd is the greatest common divisor. Note: Equation is simply a Fermat primality test. If we find any value of a, not divisible by N, such that equation is false, we may immediately conclude that N is not prime. (This divisibility condition is not explicitly stated because it is implied by equation .) For example, let N = 35. With a = 2, we find that. This is enough to prove that N is not prime. Suppose N is not prime. This means there must be a prime q, where that divides N. Since, p > q - 1, and since p is prime,. Thus there must exist an integer u, a multiplicative inverse of p modulo q−1 , with the property that and therefore, by Fermat's little theorem This implies This**** shows that**** q divides the *gcd** in*** , and therefore this**** *gcd** ***ne 1;**** a contradiction.**** Given N, if p and a can be found which satisfy the conditions of the theorem, then N is prime. Moreover, the pair (p, a) constitute a primality certificate which can be quickly verified to satisfy the conditions of the theorem, confirming N as prime. The main difficulty is finding a value of p which satisfies. First, it is usually difficult to find a large prime factor of a large number. Second, for many primes N, such a p does not exist. For example,**** N = 17**** has no**** suitable**** p because N - 1 = 2^4,**** and,**** which violates**** the inequality**** in**** ; other examples**** include and 97. Given p, finding a is not nearly as difficult. If N is prime, then by Fermat's little theorem, any a in the interval will satisfy (however, the cases a = 1 and a = N - 1 are trivial and will not satisfy ). This a will satisfy as long as ord(a) does not divide (N - 1)/p. Thus a randomly chosen a in the interval has a good chance of working. If a is a generator mod N, its order is N-1 and so the method is guaranteed to work for this choice.

Generalized Pocklington test

The above version of Pocklington's theorem is sometimes impossible to apply because some primes N are such that there is no prime p dividing N - 1 where. The following generalized version of Pocklington's theorem is more widely applicable. Theorem: Factor N − 1 as N − 1 = AB , where A and B are relatively prime,, the prime factorization of A is known, but the factorization of B is not necessarily known. If for each prime factor p of A there exists an integer a_p so that then N is prime. Let p be a prime dividing A and let p^e be the maximum power of p dividing A. Let q be a prime factor of N. For the a_p from the corollary set . This means and because of also . This means that the order of b \pmod{q} is p^e Thus,. The same observation holds for each prime power factor p^e 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 \sqrt{N}. It has been shown that there is no such factor, which proves that N is prime.

Comments

The Pocklington–Lehmer primality test follows directly from this corollary. To use this corollary, first find enough factors of N − 1 so the product of those factors exceeds \sqrt{N}. Call this product A. Then let B = (N − 1)/A be the remaining, unfactored portion of N − 1 . It does not matter whether B is prime. We merely need to verify that no prime that divides A also divides B, that is, that A and B are relatively prime. Then, for every prime factor p of A, find an a_p which fulfills conditions **' and **' of the corollary. If such a_ps can be found, the Corollary implies that N is prime. According to Koblitz, a_p = 2 often works.

Example

Determine whether is prime. First, search for small prime factors of N - 1. We quickly find that We must determine whether A = 192 and meet the conditions of the Corollary. , so. Therefore, we have factored enough of N - 1 to apply the Corollary. We must also verify that. It does not matter whether B is prime (in fact, it is not). Finally, for each prime factor p of A, use trial and error to find an ap that satisfies **' and **'. For p = 2, try a_2 = 2. Raising a_2 to this high power can be done efficiently using binary exponentiation: So, a_2 = 2 satisfies **' but not **'. As we are allowed a different ap for each p, try a_2 = 5 instead: So a_2 = 5 satisfies both **' and **'. For p = 3, the second prime factor of A, try a_3 = 2: a_3 = 2 satisfies both **' and **'. This completes the proof that N = 27457 is prime. The certificate of primality for N = 27457 would consist of the two (p, a_p) pairs (2, 5) and (3, 2). We have chosen small numbers for this example, but in practice when we start factoring A we may get factors that are themselves so large their primality is not obvious. We cannot prove N is prime without proving that the factors of A are prime as well. In such a case we use the same test recursively on the large factors of A, until all of the primes are below a reasonable threshold. In our example, we can say with certainty that 2 and 3 are prime, and thus we have proved our result. The primality certificate is the list of (p, a_p)pairs, which can be quickly checked in the corollary. If our example had included large prime factors, the certificate would be more complicated. It would first consist of our initial round of aps which correspond to the 'prime' factors of A; Next, for each factor of A where primality was uncertain, we would have more ap, 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 point is that a certificate can be produced, containing at each level the prime to be tested, and the corresponding aps, which can easily be verified.

Extensions and variants

The 1975 paper by Brillhart, Lehmer, and Selfridge gives a proof for what is shown above as the "generalized Pocklington theorem" as Theorem 4 on page 623. Additional theorems are shown which allow less factoring. This includes their Theorem 3 (a strengthening of an 1878 theorem of Proth): If N is large, it is often difficult to factor enough of N - 1 to apply the above corollary. Theorem 5 of the Brillhart, Lehmer, and Selfridge paper allows a primality proof when the factored part has reached only (N/2)^{1/3}. Many additional such theorems are presented that allow one to prove the primality of N based on the partial factorization of N - 1, N + 1, N^2 + 1, and.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

View original