Fermat's Little Theorem
   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 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 because the only ways ...
, 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 In mathematics, 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 equivale ...
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 The Fermat primality test is a probabilistic test to determine whether a number is a probable prime. Concept Fermat's little theorem states that if ''p'' is prime and ''a'' is not divisible by ''p'', then :a^ \equiv 1 \pmod. If one wants to tes ...
and is one of the fundamental results of
elementary number theory Number theory (or arithmetic or higher arithmetic in older usage) is a branch of pure mathematics devoted primarily to the study of the integers and integer-valued functions. German mathematician Carl Friedrich Gauss (1777–1855) said, "Mathe ...
. 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 In number theory, Fermat's Last Theorem (sometimes called Fermat's conjecture, especially in older texts) states that no three positive integers , , and satisfy the equation for any integer value of greater than 2. The cases and have been ...
..


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 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 Kurt Wilhelm Sebastian Hensel (29 December 1861 – 1 June 1941) was a German mathematician born in Königsberg. Life and career Hensel was born in Königsberg, East Prussia (today Kaliningrad, Russia), the son of Julia (née von Adelson) and lan ...
:
(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 A pseudoprime is a probable prime (an integer that shares a property common to all prime numbers) that is not actually prime. Pseudoprimes are classified according to which property of primes they satisfy. Some sources use the term pseudoprime to ...
. See below.


Proofs

Several proofs of Fermat's little theorem are known. It is frequently proved as a corollary of Euler's theorem.


Generalizations

Euler's theorem 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 (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 mathematics, 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 equivale ...
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 Modular exponentiation is exponentiation performed over a modulus. It is useful in computer science, especially in the field of public-key cryptography, where it is used in both Diffie-Hellman Key Exchange and RSA public/private keys. Modul ...
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 : 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 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 congr ...
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 multip ...
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'',  ...
, as well as to Lagrange's theorem in group theory.


Converse

The
converse Converse may refer to: Mathematics and logic * Converse (logic), the result of reversing the two parts of a definite or implicational statement ** Converse implication, the converse of a material implication ** Converse nonimplication, a logical c ...
of Fermat's little theorem is not generally true, as it fails for
Carmichael number In number theory, a Carmichael number is a composite number n, which in modular arithmetic satisfies the congruence relation: :b^n\equiv b\pmod for all integers b. The relation may also be expressed in the form: :b^\equiv 1\pmod. for all integers ...
s. 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 In computational number theory, the Lucas test is a primality test for a natural number ''n''; it requires that the prime factors of ''n'' − 1 be already known. It is the basis of the Pratt certificate that gives a concise verification tha ...
, an important primality test, 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 u ...
.


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 Pierre Frédéric Sarrus (; 10 March 1798, Saint-Affrique – 20 November 1861) was a French mathematician. Sarrus was a professor at the University of Strasbourg, France (1826–1856) and a member of the French Academy of Sciences in Paris (18 ...
: 341 = 11 × 31. A number that is a Fermat pseudoprime to base for every number coprime to is called a
Carmichael number In number theory, a Carmichael number is a composite number n, which in modular arithmetic satisfies the congruence relation: :b^n\equiv b\pmod for all integers b. The relation may also be expressed in the form: :b^\equiv 1\pmod. for all integers ...
(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 The Miller–Rabin primality test or Rabin–Miller primality test is a probabilistic primality test: an algorithm which determines whether a given number is likely to be prime, similar to the Fermat primality test and the Solovay–Strassen prim ...
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 In number theory, a probable prime (PRP) is an integer that satisfies a specific condition that is satisfied by all prime numbers, but which is not satisfied by most composite numbers. Different types of probable primes have different specific con ...
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 A strong pseudoprime is a composite number that passes the Miller–Rabin primality test. All prime numbers pass this test, but a small fraction of composites also pass, making them "pseudoprimes". Unlike the Fermat pseudoprimes, for which there ex ...
'', 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 In number theory, the Fermat quotient of an integer ''a'' with respect to an odd prime ''p'' is defined as= 3/ref> The smallest solutions of ''q'p''(''a'') ≡ 0 (mod ''p'') with ''a'' = ''n'' are: :2, 1093, 11, 1093, 2, 66161, 5, 3, 2, 3, 71, ...
*
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 There ...
*
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 congr ...


Notes


References

* * * * * *


Further reading

*
Paulo Ribenboim Paulo Ribenboim (born March 13, 1928) is a Brazilian-Canadian mathematician who specializes in number theory. Biography Ribenboim was born into a Jewish family in Recife, Brazil. He received his BSc in mathematics from the University of São P ...
(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