Tour:Group of integers modulo n

From Groupprops
Revision as of 21:11, 30 July 2008 by Vipul (talk | contribs) (New page: {{derivative of|group of integers modulo n}} {{tour-regular| target = beginners| secnum = four| previous = Group of integers| next = Order of an element}} {{'''WHAT YOU NEED TO DO''': * Un...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article adapts material from the main article: group of integers modulo n

This page is part of the Groupprops guided tour for beginners (Jump to beginning of tour)
PREVIOUS: Group of integers| UP: Introduction four (beginners)| NEXT: Order of an element
General instructions for the tour | Pedagogical notes for the tour | Pedagogical notes for this part

{{WHAT YOU NEED TO DO:

  • Understand the definition of the group of integers modulo n
  • Check that the addition tables given for small values of n are correct.}}

Definition

Let n be a positive integer. The group of integers modulo n is an abelian group defined as follows:

  • Its underlying set is the set {0,1,2,,n1}
  • The rule for addition in the group is as follows. If the integer sum a+b is between 0 and n1, then the sum is defined as equal to the integer sum. If the integer sum a+b is at least n, then the sum is defined as a+bn.
  • The identity element of the group is 0.
  • The inverse map in the group is defined as follows: the additive inverse of 0 is 0, and the additive inverse of any other a is, as an integer, na.

The group of integers modulo n is a concrete description of the cyclic group of order n.

This group is typically denoted as (Z/nZ,+) or simply Z/nZ. It is also sometimes denoted as Cn.

Examples

Here are the multiplication tables (more aptly called addition tables, because the group is abelian and the operation is more typically called addition) for the group of integers mod n for small values of n:

n=1:

+ 0
0 0

This is isomorphic to the trivial group.

n=2:

+ 0 1
0 0 1
1 1 0

n=3:

+ 0 1 2
0 0 1 2
1 1 2 0
2 2 0 1

n=4:

+ 0 1 2 3
0 0 1 2 3
1 1 2 3 0
2 2 3 0 1
3 3 0 1 2

See also

This page is part of the Groupprops guided tour for beginners. Make notes of any doubts, confusions or comments you have about this page before proceeding.
PREVIOUS: Group of integers| UP: Introduction four (beginners)| NEXT: Order of an element