In
number theory
Number theory is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic functions. Number theorists study prime numbers as well as the properties of mathematical objects constructed from integers (for example ...
, Fermat's little theorem states that if is a
prime number
A prime number (or a prime) is a natural number greater than 1 that is not a Product (mathematics), product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime ...
, then for any
integer
An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
, the number is an integer multiple of . In the notation of
modular arithmetic
In mathematics, modular arithmetic is a system of arithmetic operations for integers, other than the usual ones from elementary arithmetic, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to mo ...
, this is expressed as
For example, if and , then , and is an integer multiple of .
If is not divisible by , that is, if is
coprime
In number theory, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equiv ...
to , then Fermat's little theorem is equivalent to the statement that is an integer multiple of , or in symbols:
For example, if and , then , and is a multiple of .
Fermat's little theorem is the basis for the
Fermat primality test and is one of the fundamental results of
elementary number theory
Number theory is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic functions. Number theorists study prime numbers as well as the properties of mathematical objects constructed from integers (for exampl ...
. The theorem is named after
Pierre de Fermat
Pierre de Fermat (; ; 17 August 1601 – 12 January 1665) was a French mathematician who is given credit for early developments that led to infinitesimal calculus, including his technique of adequality. In particular, he is recognized for his d ...
, who stated it in 1640. It is called the "little theorem" to distinguish it from
Fermat's Last Theorem
In number theory, Fermat's Last Theorem (sometimes called Fermat's conjecture, especially in older texts) states that no three positive number, positive integers , , and satisfy the equation for any integer value of greater than . The cases ...
.
[.]
History

Pierre de Fermat first stated the theorem in a letter dated October 18, 1640, to his friend and confidant
Frénicle de Bessy. His formulation is equivalent to the following:
If is a prime and is any integer not divisible by , then is divisible by .
Fermat's original statement was
This may be translated, with explanations and formulas added in brackets for easier understanding, as:
Every prime number [] divides necessarily one of the powers minus one of any [geometric] geometric progression, progression [] [that is, there exists such that divides ], and the exponent of this power [] divides the given prime minus one ivides After one has found the first power [] that satisfies the question, all those whose exponents are multiples of the exponent of the first one satisfy similarly the question [that is, all multiples of the first have the same property].
Fermat did not consider the case where is a multiple of nor prove his assertion, only stating:
(And this proposition is generally true for all series 'sic''and for all prime numbers; I would send you a demonstration of it, if I did not fear going on for too long.)
Euler provided the first published proof in 1736, in a paper titled "Theorematum Quorundam ad Numeros Primos Spectantium Demonstratio" (in English: "Demonstration of Certain Theorems Concerning Prime Numbers") in the ''Proceedings'' of the St. Petersburg Academy, but
Leibniz had given virtually the same proof in an unpublished manuscript from sometime before 1683.
The term "Fermat's little theorem" was probably first used in print in 1913 in ''Zahlentheorie'' by
Kurt Hensel:
(There is a fundamental theorem holding in every finite group, usually called Fermat's little theorem because Fermat was the first to have proved a very special part of it.)
An early use in English occurs in
A.A. Albert's ''Modern Higher Algebra'' (1937), which refers to "the so-called 'little' Fermat theorem" on page 206.
Further history
Some mathematicians independently made the related hypothesis (sometimes incorrectly called the Chinese hypothesis) that if and only if is prime. Indeed, the "if" part is true, and it is a special case of Fermat's little theorem. However, the "only if" part is false: For example, , but 341 = 11 × 31 is a
pseudoprime to base 2. See
below.
Proofs
Several proofs of Fermat's little theorem are known. It is frequently proved as a
corollary of
Euler's theorem
In number theory, Euler's theorem (also known as the Fermat–Euler theorem or Euler's totient theorem) states that, if and are coprime positive integers, then a^ is congruent to 1 modulo , where \varphi denotes Euler's totient function; that ...
.
Generalizations
Euler's theorem
In number theory, Euler's theorem (also known as the Fermat–Euler theorem or Euler's totient theorem) states that, if and are coprime positive integers, then a^ is congruent to 1 modulo , where \varphi denotes Euler's totient function; that ...
is a generalization of Fermat's little theorem: For any
modulus and any integer coprime to , one has
where denotes
Euler's totient function
In number theory, Euler's totient function counts the positive integers up to a given integer that are relatively prime to . It is written using the Greek letter phi as \varphi(n) or \phi(n), and may also be called Euler's phi function. In ot ...
(which counts the integers from 1 to that are coprime to ). Fermat's little theorem is indeed a special case, because if is a prime number, then .
A corollary of Euler's theorem is: For every positive integer , if the integer is
coprime
In number theory, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equiv ...
with , then
for any integers and .
This follows from Euler's theorem, since, if
, then for some integer , and one has
If is prime, this is also a corollary of Fermat's little theorem. This is widely used in
modular arithmetic
In mathematics, modular arithmetic is a system of arithmetic operations for integers, other than the usual ones from elementary arithmetic, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to mo ...
, because this allows reducing
modular exponentiation with large exponents to exponents smaller than .
Euler's theorem is used with not prime in
public-key cryptography
Public-key cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys. Each key pair consists of a public key and a corresponding private key. Key pairs are generated with cryptographic alg ...
, specifically in the
RSA cryptosystem, typically in the following way: if
retrieving from the values of , and is easy if one knows . In fact, the
extended Euclidean algorithm allows computing the
modular inverse of modulo , that is, the integer such that
It follows that
On the other hand, if is the product of two distinct prime numbers, then . In this case, finding from and is as difficult as computing (this has not been proven, but no algorithm is known for computing without knowing ). Knowing only , the computation of has essentially the same difficulty as the factorization of , since , and conversely, the factors and are the (integer) solutions of the equation .
The basic idea of RSA cryptosystem is thus: If a message is encrypted as , using public values of and , then, with the current knowledge, it cannot be decrypted without finding the (secret) factors and of .
Fermat's little theorem is also related to the
Carmichael function and
Carmichael's theorem, as well as to
Lagrange's theorem in group theory.
Converse
The
converse of Fermat's little theorem fails for
Carmichael numbers. However, a slightly weaker variant of the converse is Lehmer's theorem:
If there exists an integer such that
and for all primes dividing one has
then is prime.
This theorem forms the basis for the
Lucas primality test, an important
primality test, and Pratt's
primality certificate.
Pseudoprimes
If and are coprime numbers such that is divisible by , then need not be prime. If it is not, then is called a ''(Fermat) pseudoprime'' to base . The first pseudoprime to base 2 was found in 1820 by
Pierre Frédéric Sarrus: 341 = 11 × 31.
A number that is a Fermat pseudoprime to base for every number coprime to is called a
Carmichael number. Alternately, any number satisfying the equality
is either a prime or a Carmichael number.
Miller–Rabin primality test
The
Miller–Rabin primality test uses the following extension of Fermat's little theorem:
If is an odd prime and with and odd > 0, then for every coprime to , either or there exists such that and .
This result may be deduced from Fermat's little theorem by the fact that, if is an odd prime, then the integers modulo form a
finite field
In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field (mathematics), field that contains a finite number of Element (mathematics), elements. As with any field, a finite field is a Set (mathematics), s ...
, in which 1 modulo has exactly two square roots, 1 and −1 modulo .
Note that holds trivially for , because the congruence relation is
compatible with exponentiation. And holds trivially for since is odd, for the same reason. That is why one usually chooses a random in the interval .
The Miller–Rabin test uses this property in the following way: given an odd integer for which primality has to be tested, write with and odd > 0, and choose a random such that ; then compute ; if is not 1 nor −1, then square it repeatedly modulo until you get −1 or have squared times. If and −1 has not been obtained by squaring, then is a
''composite'' and is a
witness
In law, a witness is someone who, either voluntarily or under compulsion, provides testimonial evidence, either oral or written, of what they know or claim to know.
A witness might be compelled to provide testimony in court, before a grand jur ...
for the compositeness of . Otherwise, is a ''strong
probable prime to base a''; that is, it may be prime or not. If is composite, the probability that the test declares it a strong probable prime anyway is at most , in which case is a ''
strong pseudoprime'', and is a ''strong liar''. Therefore after non-conclusive random tests, the probability that is composite is at most 4
−''k'', and may thus be made as low as desired by increasing .
In summary, the test either proves that a number is composite or asserts that it is prime with a probability of error that may be chosen as low as desired. The test is very simple to implement and computationally more efficient than all known deterministic tests. Therefore, it is generally used before starting a proof of primality.
See also
*
Fermat quotient
*
Frobenius endomorphism
In commutative algebra and field theory (mathematics), field theory, the Frobenius endomorphism (after Ferdinand Georg Frobenius) is a special endomorphism of commutative Ring (mathematics), rings with prime number, prime characteristic (algebra), ...
*
-derivation
*
Fractions with prime denominators: numbers with behavior relating to Fermat's little theorem
*
RSA
*
Table of congruences
In number theory
Number theory is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic functions. Number theorists study prime numbers as well as the properties of mathematical objects constructed from int ...
*
Modular multiplicative inverse
In mathematics, particularly in the area of arithmetic, a modular multiplicative inverse of an integer is an integer such that the product is congruent to 1 with respect to the modulus .. In the standard notation of modular arithmetic this cong ...
Notes
References
*
*
*
*
*
*
Further reading
*
Paulo Ribenboim (1995). ''The New Book of Prime Number Records'' (3rd ed.). New York: Springer-Verlag. . pp. 22–25, 49.
External links
*
János Bolyai and the pseudoprimes(in Hungarian)
Fermat's Little Theoremat
cut-the-knot
Alexander Bogomolny (January 4, 1948 July 7, 2018) was a Soviet Union, Soviet-born Israeli Americans, Israeli-American mathematician. He was Professor Emeritus of Mathematics at the University of Iowa, and formerly research fellow at the Moscow ...
Euler Function and Theoremat cut-the-knot
*
*
*
{{DEFAULTSORT:Fermat's Little Theorem
Modular arithmetic
Theorems about prime numbers