Samiksha Jaiswal (Editor)

Multiplicative group of integers modulo n

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Multiplicative group of integers modulo n

In modular arithmetic the set of congruence classes relatively prime to the modulus number, say n, form a group under multiplication called the multiplicative group of integers modulo n. It is also called the group of primitive residue classes modulo n. In the theory of rings, a branch of abstract algebra, it is described as the group of units of the ring of integers modulo n. (Units refers to elements with a multiplicative inverse.)

Contents

This group is fundamental in number theory. It has found applications in cryptography, integer factorization, and primality testing. For example, by finding the order of this group, one can determine whether n is prime: n is prime if and only if the order is n − 1.

Group axioms

It is a straightforward derivation exercise to show that, under multiplication, the set of congruence classes modulo n that are relatively prime to n satisfy the axioms for an abelian group.

Because ab (mod n) implies that gcd(a, n) = gcd(b, n), the notion of congruence classes modulo n that are relatively prime to n is well-defined.

Since gcd(a, n) = 1 and gcd(b, n) = 1 implies gcd(ab, n) = 1 the set of classes relatively prime to n is closed under multiplication.

The natural mapping from the integers to the congruence classes modulo n that takes an integer to its congruence class modulo n respects products. This implies that the class containing 1 is the unique multiplicative identity, and also the associative and commutative laws hold. In fact it is a ring homomorphism.

Given a, gcd(a, n) = 1, finding x satisfying ax ≡ 1 (mod n) is the same as solving ax + ny = 1, which can be done by Bézout's lemma. The x found will have the property that gcd(x, n) = 1.

Notation

The (quotient) ring of integers modulo n is denoted Z / n Z   or  Z / ( n )   (i.e., the ring of integers modulo the ideal n Z = ( n ) consisting of the multiples of n) or by Z n (though the latter can be confused with the p-adic integers when n is a prime number). Depending on the author, its group of units may be written ( Z / n Z ) ,   ( Z / n Z ) × ,   U ( Z / n Z ) ,   E ( Z / n Z )   (for German Einheit, which translates as unit) or similar notations. This article uses ( Z / n Z ) × .

The notation C n refers to the cyclic group of order n.

n = 1

Modulo 1 any two integers are congruent, i.e. there is only one congruence class. Every integer is relatively prime to 1. Therefore, the single congruence class modulo 1 is relatively prime to the modulus, so ( Z / 1 Z ) × C 1 is trivial. This implies that φ(1) = 1. Since the first power of any integer is congruent to 1 modulo 1, λ(1) is also 1.

Because of its trivial nature, the case of congruences modulo 1 is generally ignored. For example, the theorem " ( Z / n Z ) × is cyclic if and only if φ(n) = λ(n)" implicitly includes the case n = 1, whereas the usual statement of Gauss's theorem " ( Z / n Z ) × is cyclic if and only if n = 2, 4, any power of an odd prime or twice any power of an odd prime," explicitly excludes 1.

Powers of 2

Modulo 2 there is only one relatively prime congruence class, 1, so ( Z / 2 Z ) × C 1 is the trivial group.

Modulo 4 there are two relatively prime congruence classes, 1 and 3, so ( Z / 4 Z ) × C 2 , the cyclic group with two elements.

Modulo 8 there are four relatively prime classes, 1, 3, 5 and 7. The square of each of these is 1, so ( Z / 8 Z ) × C 2 × C 2 , the Klein four-group.

Modulo 16 there are eight relatively prime classes 1, 3, 5, 7, 9, 11, 13 and 15. { ± 1 , ± 7 } C 2 × C 2 , is the 2-torsion subgroup (i.e. the square of each element is 1), so ( Z / 16 Z ) × is not cyclic. The powers of 3, { 1 , 3 , 9 , 11 } are a subgroup of order 4, as are the powers of 5, { 1 , 5 , 9 , 13 } .   Thus ( Z / 16 Z ) × C 2 × C 4 .

The pattern shown by 8 and 16 holds for higher powers 2k, k > 2: { ± 1 , 2 k 1 ± 1 } C 2 × C 2 , is the 2-torsion subgroup (so ( Z / 2 k Z ) × is not cyclic) and the powers of 3 are a subgroup of order 2k − 2, so ( Z / 2 k Z ) × C 2 × C 2 k 2 .

Powers of odd primes

For powers of odd primes and their multiplying by 2: pk or 2*pk the group is cyclic:

( Z / p k Z ) × C p k 1 ( p 1 ) = C φ ( p k ) .

General composite numbers

The Chinese remainder theorem says that if n = p 1 k 1 p 2 k 2 p 3 k 3 , then the ring Z / n Z is the direct product of the rings corresponding to each of its prime power factors:

Z / n Z Z / p 1 k 1 Z × Z / p 2 k 2 Z × Z / p 3 k 3 Z

Similarly, the group of units ( Z / n Z ) × is the direct product of the groups corresponding to each of the prime power factors:

( Z / n Z ) × ( Z / p 1 k 1 Z ) × × ( Z / p 2 k 2 Z ) × × ( Z / p 3 k 3 Z ) × .

Subgroup of false witnesses

If n is composite, there exists a subgroup of the multiplicative group, called the "group of false witnesses", in which the elements, when raised to the power n − 1, are congruent to 1 modulo n (since the residue 1, to any power, is congruent to 1 modulo n, the set of such elements is nonempty). One could say, because of Fermat's Little Theorem, that such residues are "false positives" or "false witnesses" for the primality of n. 2 is the residue most often used in this basic primality check, hence 341 = 11 × 31 is famous since 2340 is congruent to 1 modulo 341, and 341 is the smallest such composite number (with respect to 2). For 341, the false witnesses subgroup contains 100 residues and so is of index 3 inside the 300 element multiplicative group mod 341.

Examples
n = 9

The smallest example with a nontrivial subgroup of false witnesses is 9 = 3 × 3. There are 6 residues relatively prime to 9: 1, 2, 4, 5, 7, 8. Since 8 is congruent to −1 modulo 9, it follows that 88 is congruent to 1 modulo 9. So 1 and 8 are false positives for the "primality" of 9 (since 9 is not actually prime). These are in fact the only ones, so the subgroup {1,8} is the subgroup of false witnesses. The same argument shows that n − 1 is a "false witness" for any odd composite n.

n = 91

For n = 91, there are φ ( 91 ) = 72 residues relatively prime to 91, half of them (i. e. 36 of them) are false witnesses of 91, namely 1, 3, 4, 9, 10, 12, 16, 17, 22, 23, 25, 27, 29, 30, 36, 38, 40, 43, 48, 51, 53, 55, 61, 62, 64, 66, 68, 69, 74, 75, 79, 81, 82, 87, 88, and 90, since for these xs, x90 is congruent to 1 mod 91.

n = 561

561 is a Carmichael number, thus n560 is congruent to 1 modulo 561 for any number n coprime to 561. Thus the subgroup of false witnesses is in this case not proper; it is the entire group of multiplicative units modulo 561, which consists of 320 residues.

Order

The order of the group is given by Euler's totient function: | ( Z / n Z ) × | = φ ( n ) . This is the product of the orders of the cyclic groups in the direct product. (sequence A000010 in the OEIS)

Exponent

The exponent is given by the Carmichael function λ ( n ) , the least common multiple of the orders of the cyclic groups. Thus, λ ( n ) is the smallest number for a given n such that for each a relatively prime to n, a λ ( n ) 1 ( mod n ) holds. (sequence A002322 in the OEIS)

Generators

The group ( Z / n Z ) × is cyclic if and only if its order φ ( n ) is equal to its exponent λ ( n ) . This is the case when n is 1, 2, 4, pk or 2pk, where p is an odd prime and k > 0. For all other values of n the group is not cyclic. The single generator in the cyclic case is called a primitive root modulo n.

Since all the ( Z / n Z ) × , n ≤ 7 are cyclic, another way to state this is: If n < 8 then ( Z / n Z ) × has a primitive root. If n ≥ 8 then ( Z / n Z ) × has a primitive root unless n is divisible by 4 or by two distinct odd primes. All ns which have a primitive root are listed in  A033948.

In the general case there is one generator for each cyclic direct factor.

Examples

This table shows the cyclic decomposition of ( Z / n Z ) × and a generating set for n ≤ 128. The generating sets are not unique; e.g. modulo 16 both {15, 3} and {15, 5} will work, in the list, we list the smallest values, (thus, for n with primitive root, we list the smallest primitive root modulo n) for example, for modulo 12, we list {5, 7} instead of {5, 11} or {7, 11} . The generators are listed in the same order as the direct factors.

For example, we take n = 20. φ ( 20 ) = 8 means that the order of ( Z / 20 Z ) × is 8 (i.e. there are 8 numbers less than 20 and coprime to it); λ ( 20 ) = 4 that the fourth power of any number relatively prime to 20 is congruent to 1 (mod 20); and as for the generators, 19 has order 2, 3 has order 4, and every member of ( Z / 20 Z ) × is of the form 19a × 3b, where a is 0 or 1 and b is 0, 1, 2, or 3.

The powers of 19 are {±1} and the powers of 3 are {3, 9, 7, 1}. The latter and their negatives modulo 20, {17, 11, 13, 19} are all the numbers less than 20 and coprime to it. That the order of 19 is 2 and the order of 3 is 4 implies that the fourth power of every member of ( Z / 20 Z ) × is congruent to 1 (mod 20).

Smallest primitive root mod n are (0 if no root exists)

0, 1, 2, 3, 2, 5, 3, 0, 2, 3, 2, 0, 2, 3, 0, 0, 3, 5, 2, 0, 0, 7, 5, 0, 2, 7, 2, 0, 2, 0, 3, 0, 0, 3, 0, 0, 2, 3, 0, 0, 6, 0, 3, 0, 0, 5, 5, 0, 3, 3, 0, 0, 2, 5, 0, 0, 0, 3, 2, 0, 2, 3, 0, 0, 0, 0, 2, 0, 0, 0, 7, 0, 5, 5, 0, 0, 0, 0, 3, 0, 2, 7, 2, 0, 0, 3, 0, 0, 3, 0, ... (sequence A046145 in the OEIS)

Numbers of the elements in a minimal generating set of mod n are

0, 0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 3, 1, 1, 1, 2, 1, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2, 3, 1, 2, 1, 2, 2, 1, 1, 3, 1, 1, 2, 2, 1, 1, 2, 3, 2, 1, 1, 3, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 1, 3, 1, 1, 2, 2, 2, 2, 1, 3, 1, 1, 1, 3, 2, 1, 2, 3, 1, 2, ... (sequence A046072 in the OEIS)

References

Multiplicative group of integers modulo n Wikipedia