- Euler pseudoprime
An odd composite
integer "n" is called an Euler pseudoprime to base "a", if "a" and "n" arecoprime , and:
(where "mod" refers to the modulo operation).
The motivation for this definition is the fact that all
prime number s "p" satisfy the above equation which can be deduced fromFermat's little theorem . Fermat's theorem asserts that if "p" is prime, and coprime to "a", then "a""p"-1 = 1 (mod "p"). Suppose that "p">2 is prime, then "p" can be expressed as 2"q"+1 where "q" is an integer. Thus; "a"(2"q"+1)-1 = 1 (mod "p") which means that "a"2"q" - 1 = 0 (mod "p"). This can be factored as ("a""q" - 1)("a""q" + 1) = 0 (mod "p") which is equivalent to "a"("p"-1)/2 = ±1 (mod "p").The equation can be tested rather quickly, which can be used for probabilistic primality testing. These tests are twice as strong as tests based on Fermat's little theorem.
Every Euler pseudoprime is also a Fermat
pseudoprime . It is not possible to produce a definite test of primality based on whether anumber is an Euler pseudoprime because there exist "absolute Euler pseudoprimes", numbers which are Euler pseudoprimes to every base relatively prime to themselves. The absolute Euler pseudoprimes are asubset of the absolute Fermat pseudoprimes, orCarmichael number s, and the smallest absolute Euler pseudoprime is 1729 = 7·13·19.It should be noted that the stronger condition that "a"("n"-1)/2 = ("a"/"n") (mod "n"), where ("a","n")=1 and ("a"/"n") is the
Jacobi symbol , is sometimes used for a definition of an Euler pseudoprime. A discussion of numbers of this form can be found atEuler-Jacobi pseudoprime .ee also
*
Probable prime References
*N. Koblitz, "A Course in Number Theory and Cryptography", Springer-Verlag, 1987.
*H. Riesel, "Prime numbers and computer methods of factorisation", Birkhäuser, Boston, Mass., 1985.
Wikimedia Foundation. 2010.