HOME

TheInfoList



OR:

Fermat's little theorem states that if ''p'' 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 (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
''a'', the number a^p - a is an integer multiple of ''p''. In the notation of
modular arithmetic In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his boo ...
, this is expressed as : a^p \equiv a \pmod p. For example, if = 2 and = 7, then 27 = 128, and 128 − 2 = 126 = 7 × 18 is an integer multiple of 7. If is not divisible by , that is if is coprime to , Fermat's little theorem is equivalent to the statement that is an integer multiple of , or in symbols: : a^ \equiv 1 \pmod p. For example, if = 2 and = 7, then 26 = 64, and 64 − 1 = 63 = 7 × 9 is thus a multiple of 7. Fermat's little theorem is the basis for the Fermat primality test and is one of the fundamental results of elementary number theory. The theorem is named after
Pierre de Fermat Pierre de Fermat (; between 31 October and 6 December 1607 – 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 ...
, who stated it in 1640. It is called the "little theorem" to distinguish it from Fermat's Last Theorem..


History

Pierre de Fermat Pierre de Fermat (; between 31 October and 6 December 1607 – 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 ...
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 Leonhard Euler ( , ; 15 April 170718 September 1783) was a Swiss mathematician, physicist, astronomer, geographer, logician and engineer who founded the studies of graph theory and topology and made pioneering and influential discoveries in ...
provided the first published proof in 1736, in a paper titled "Theorematum Quorundam ad Numeros Primos Spectantium Demonstratio" in the ''Proceedings'' of the St. Petersburg Academy, but
Leibniz Gottfried Wilhelm (von) Leibniz . ( – 14 November 1716) was a German polymath active as a mathematician, philosopher, scientist and diplomat. He is one of the most prominent figures in both the history of philosophy and the history of ma ...
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. See
below Below may refer to: *Earth * Ground (disambiguation) *Soil *Floor * Bottom (disambiguation) *Less than *Temperatures below freezing *Hell or underworld People with the surname *Ernst von Below (1863–1955), German World War I general *Fred 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, and \varphi(n) is Euler's totient function, then raised to the power \varphi(n) is congr ...
.


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, and \varphi(n) is Euler's totient function, then raised to the power \varphi(n) is congr ...
is a generalization of Fermat's little theorem: for any modulus and any integer coprime to , one has : a^ \equiv 1 \pmod n, 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 ...
(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 with then : x \equiv y \pmod\quad\text\quad a^x \equiv a^y \pmod n, for any integers and . This follows from Euler's theorem, since, if x \equiv y \pmod, then for some integer , and one has : a^x = a^ = a^y (a^)^k \equiv a^y 1^k \equiv a^y \pmod n. 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 for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his boo ...
, 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 a ...
, specifically in the
RSA cryptosystem RSA (Rivest–Shamir–Adleman) is a public-key cryptosystem that is widely used for secure data transmission. It is also one of the oldest. The acronym "RSA" comes from the surnames of Ron Rivest, Adi Shamir and Leonard Adleman, who publi ...
, typically in the following way: if : y=x^e\pmod n, 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 ef\equiv 1\pmod. It follows that : x\equiv x^\equiv (x^e)^f \equiv y^f \pmod n. 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 In number theory, a branch of mathematics, the Carmichael function of a positive integer is the smallest positive integer such that :a^m \equiv 1 \pmod holds for every integer coprime to . In algebraic terms, is the exponent of the multi ...
and
Carmichael's theorem In number theory, Carmichael's theorem, named after the American mathematician R. D. Carmichael, states that, for any nondegenerate Lucas sequence of the first kind ''U'n''(''P'', ''Q'') with relatively prime parameters ''P'',&nbs ...
, as well as to Lagrange's theorem in group theory.


Converse

The converse of Fermat's little theorem is not generally true, as it fails for Carmichael numbers. However, a slightly stronger form of the theorem is true, and it is known as Lehmer's theorem. The theorem is as follows: If there exists an integer such that : a^\equiv 1\pmod p and for all primes dividing one has : a^\not\equiv 1\pmod p, then is prime. This theorem forms the basis for the Lucas primality test, an important
primality test A primality test is an algorithm for determining whether an input number is prime. Among other fields of mathematics, it is used for cryptography. Unlike integer factorization, primality tests do not generally give prime factors, only stating whet ...
, and Pratt's
primality certificate In mathematics and computer science, a primality certificate or primality proof is a succinct, formal proof that a number is prime. Primality certificates allow the primality of a number to be rapidly checked without having to run an expensive or ...
.


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 (e.g. 561). Alternately, any number satisfying the equality : \gcd\left(p, \sum_^ a^\right)=1 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 Odd means unpaired, occasional, strange or unusual, or a person who is viewed as eccentric. Odd may also refer to: Acronym * ODD (Text Encoding Initiative) ("One Document Does it all"), an abstracted literate-programming format for describing X ...
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 that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtr ...
, 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 has knowledge about a matter, whether they have sensed it or are testifying on another witnesses' behalf. In law a witness is someone who, either voluntarily or under compulsion, provides testimonial evidence, e ...
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, the Frobenius endomorphism (after Ferdinand Georg Frobenius) is a special endomorphism of commutative rings with prime characteristic , an important class which includes finite fields. The endomorphis ...
* -derivation * Fractions with prime denominators: numbers with behavior relating to Fermat's little theorem * RSA *
Table of congruences In mathematics, a congruence is an equivalence relation on the integers. The following sections list important or interesting prime-related congruences. Table of congruences characterizing special primes Other prime-related congruences Ther ...
* Modular multiplicative inverse


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 Theorem
at cut-the-knot
Euler Function and Theorem
at cut-the-knot

* * * {{DEFAULTSORT:Fermat's Little Theorem Modular arithmetic Theorems about prime numbers