Multiplicative group modulo n

From Groupprops
Revision as of 20:53, 8 September 2008 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Let n be a positive integer. The multiplicative group modulo n is the subgroup of the multiplicative monoid modulo n comprising the elements that have inverses.

Equivalently, it is the group, under multiplication, of elements in {0,1,2,,n1} that are relatively prime to n. (The two definitions are equivalent because if a and n are relatively prime, there exist integers x,y such that ax+ny=1, so ax1modn).

Facts

  1. The order of the multiplicative group modulo n equals the number of elements in {0,1,2,,n1} that are relatively prime to n. This number is termed the Euler-phi function or Euler totient function of n, and is denoted φ(n).
  2. For a prime p, φ(p)=p1. In other words, every nonzero element less than p is invertible modulo p.
  3. The multiplicative group modulo n is a cyclic group if and only if n=2,4,pk,2pk for p an odd prime and k a natural number.