2024-11-17

869: Integers Modulo Natural Number Group

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of integers modulo natural number group

Topics


About: group

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of integers modulo natural number group.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
Z: = the integers set 
n: N
: { the equivalence relations on Z}, such that z1,z2Z(lZ(z1=z2+ln)z1z2)
Z/n: =Z/ as the quotient set with the group operation specified below
//

Conditions:
[z1],[z2]Z/n([z1]+[z2]=[z1+z2])
//


2: Note


The operation is usually denoted as + because it is based on + on Z.

Let us see that the operation is well-defined.

That is about that [z1+z2] does not depend on the representatives, z1,z2.

Let z1,z2Z be such that [z1]=[z1] and [z2]=[z2]. That means that z1=z1+l1n and z2=z2+l2n. [z1+z2]=[z1+l1n+z2+l2n]=[z1+z2+(l1+l2)n]=[z1+z2].

Let us see that Z/n is indeed a Abelian group.

The operation is closed, because [z1+z2]Z/n.

[0] is the identity element: [0]+[z]=[0+z]=[z] and [z]+[0]=[z+0]=[z].

For each [z], [z] is the inverse: [z]+[z]=[zz]=[0] and [z]+[z]=[z+z]=[0].

The operation is associative: for each [z1],[z2],[z3]Z/n, ([z1]+[z2])+[z3]=[z1+z2]+[z3]=[z1+z2+z3]=[z1]+[z2+z3]=[z1]+([z2]+[z3]).

So, Z/n is a group.

Z/n is Abelian: for each [z1],[z2]Z/n, [z1]+[z2]=[z1+z2]=[z2+z1]=[z2]+[z1].

Obviously, Z/n={[0],...,[n1]}.

In fact, Z/n=Z/(nZ), the quotient group by the normal subgroup: nZ is a subgroup: for each nz1,nz2nZ, nz1+nz2=n(z1+z2)nZ, 0=n0nZ, and nz1=n(z1)nZ, and is a normal subgroup, because Z is Abelian.


References


<The previous article in this series | The table of contents of this series | The next article in this series>