Fermat's little theorem: Difference between revisions

From Number
(Created page with '==Statement== ===For a relatively prime number=== Suppose <math>p</math> is a prime number and <math>a</math> is a natural number that is not a multiple of <math>p</math>. Then...')
 
 
Line 22: Line 22:
* [[Euler's theorem]]: This is a general version which states that if <math>a</math> and <math>n</math> are relatively prime, then <math>a^{\phi(n)} \equiv 1 \mod n</math> where <math>\phi(n)</math> is the [[Euler phi-function]] of <math>n</math>, i.e., the number of natural numbers less than or equal to <math>n</math> that are relatively prime to <math>n</math>. The Euler ph-i-function of a prime <math>p</math> is <math>p - 1</math>, so this is a generalization.
* [[Euler's theorem]]: This is a general version which states that if <math>a</math> and <math>n</math> are relatively prime, then <math>a^{\phi(n)} \equiv 1 \mod n</math> where <math>\phi(n)</math> is the [[Euler phi-function]] of <math>n</math>, i.e., the number of natural numbers less than or equal to <math>n</math> that are relatively prime to <math>n</math>. The Euler ph-i-function of a prime <math>p</math> is <math>p - 1</math>, so this is a generalization.
* [[Groupprops:Order of element divides order of group|Order of element divides order of group]]: In a finite group, the order of any element divides the order of the group. This is a corollary of [[Groupprops:Lagrange's theorem|Lagrange's theorem in group theory]]. Fermat's little theorem is a special case of this where the group is the multiplicative group modulo <math>p</math>, which has order <math>p-1</math>.
* [[Groupprops:Order of element divides order of group|Order of element divides order of group]]: In a finite group, the order of any element divides the order of the group. This is a corollary of [[Groupprops:Lagrange's theorem|Lagrange's theorem in group theory]]. Fermat's little theorem is a special case of this where the group is the multiplicative group modulo <math>p</math>, which has order <math>p-1</math>.
* [[Primitive roots exist modulo primes]]: For any prime <math>p</math>, there exists a natural number <math>a</math> relatively prime to <math>p</math> such that <math>p-1</math> is precisely equal to the order of <math>a</math> mod <math>p</math>: in other words, no smaller power of <math>a</math> is <math>1</math> modulo <math>p</math>. Such an <math>a</math> is termed a [[primitive root]]. This follows from the fact that the [[Groupprops:Multiplicative group of a prime field is cyclic|multiplicative group of a prime field is cyclic]], which in turn follows from the more general fact that [[Groupprops:Multiplicative group of a field implies every finite subgroup is cyclic]].
* [[Primitive roots exist modulo primes]]: For any prime <math>p</math>, there exists a natural number <math>a</math> relatively prime to <math>p</math> such that <math>p-1</math> is precisely equal to the order of <math>a</math> mod <math>p</math>: in other words, no smaller power of <math>a</math> is <math>1</math> modulo <math>p</math>. Such an <math>a</math> is termed a [[primitive root]]. This follows from the fact that the [[Groupprops:Multiplicative group of a prime field is cyclic|multiplicative group of a prime field is cyclic]], which in turn follows from the more general fact that [[Groupprops:Multiplicative group of a field implies every finite subgroup is cyclic|multiplicative group of a field implies every finite subgroup is cyclic]].


===Other related facts===
===Other related facts===

Latest revision as of 22:25, 19 April 2009

Statement

For a relatively prime number

Suppose p is a prime number and a is a natural number that is not a multiple of p. Then, the following equivalent statements hold:

  1. (Divisibility form): p divides ap11.
  2. (Congruence form): ap11(modp).
  3. (Order of element modulo another): The order of a modulo p divides p1.

For a not necessarily relatively prime number

Suppose p is a prime number and a is a natural number, not necessarily relatively prime to p. Then, the following equivalent statements hold:

  1. (Divisibility form): p divides apa.
  2. (Congruence form): apa(modp).

Related facts

Stronger facts

Other related facts

  • Wilson's theorem: This states that for any prime p, (p1)!1(modp).
  • For a given a modulo p that is relatively prime to p, a(p1)/2 is 1 modulo p if and only if a is a quadratic residue modulo p.
  • Period in decimal expansion of reciprocal of prime divides prime minus one: Suppose b>1 is chosen as a base for writing numbers, and p is a prime that does not divide b. Then, the expansion of 1/p in base b has period dividing p1. In fact, the period equals the order of b modulo p, and it divides p1 by Fermat's little theorem. It equals p1 if and only if b is a primitive root modulo p. For b=10, such primes p are termed full reptend primes.

Converse

If, for a given a relatively prime to p, p divides ap11, it does not follow that p is prime. This leads to some terminology:

  • Fermat pseudoprime to base a is a composite number n such that a and n are relatively prime and n divides an11. (Caution: Fermat prime means something very different!)
  • Poulet number is a Fermat pseudoprime to base 2.
  • Carmichael number, also called absolute pseudoprime, is a composite natural number n such that n divides an11 for all a relatively prime to n. Equivalently, n divides ana for all a.