|
|
|
|
Fermat compositeness test
|
(Algorithm)
|
|
|
The Fermat compositeness test is a primality test based on the observation that by Fermat's little theorem if $b^{n-1} \nequiv 1\pmod n$ and $b\nequiv 0\pmod n$ , then $n$ is composite. The Fermat compositeness test consists of checking whether $b^{n-1} \equiv 1\pmod n$ for a handful of values of $b$ . If a $b$ with $b^{n-1} \nequiv 1\pmod n$ is found, then $n$ is composite.
A value of $b$ for which $b^{n-1} \nequiv 1\pmod n$ is called a witness to $n$ 's compositeness. If $b^{n-1} \equiv 1\pmod n$ , then $n$ is said to be pseudoprime base $b$ .
It can be proven that most composite numbers can be shown to be composite by testing only a few values of $b$ . However, there are infinitely many composite numbers that are pseudoprime in every base. These are Carmichael numbers (see OEIS sequence A002997 for a list of first few Carmichael numbers).
|
"Fermat compositeness test" is owned by bbukh. [ full author list (2) | owner history (1) ]
|
|
(view preamble | get metadata)
See Also: Miller-Rabin prime test
| Also defines: |
pseudoprime, witness, Carmichael numbers |
| Keywords: |
primality, prime, composite, number theory |
|
|
Cross-references: sequence, OEIS, base, composite, Fermat's little theorem, primality
There are 12 references to this entry.
This is version 12 of Fermat compositeness test, born on 2002-12-20, modified 2007-03-13.
Object id is 3781, canonical name is FermatCompositenessTest.
Accessed 8660 times total.
Classification:
| AMS MSC: | 11A51 (Number theory :: Elementary number theory :: Factorization; primality) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|