2024-06-16

627: Generator of Module

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

definition of generator of module

Topics


About: module

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of generator of module.

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:
R: { the rings }
M: { the modules over R}
S: M
//

Conditions:
pM(S{ the finite subsets of S},rjR(p=bjSrjbj))
//

S has to be a finite subset of B, because otherwise, p=bjSrjbj would not make sense without M equipped with any norm: definition of convergence of infinite series requires a norm.


2: Natural Language Description


For any ring, R, and any module, M, over R, any (possibly uncountable) subset, SM, such that each element of M is a linear combination of some (finite) elements of S


3: Note


Any module has a generator, because the module itself is a generator.

Each basis is a generator, but a generator is not necessarily a basis, because the generator may not be linearly independent.

Furthermore, a generator may not be able to be restricted to any basis: for example, let R:=Z; M:=Z/(2Z), with the operations, [z1]+[z2]=[z1+z2], well-defined because [z1+2k+z2+2l]=[z1+z2+2(k+l)]=[z1+z2], and z1[z2]=[z1z2], well-defined because [z1(z2+2k)]=[z1z2+2z1k]=[z1z2]: M={[0],[1]}. M is indeed a module: 1) [m1]+[m2]=[m1+m2]M; 2) [m1]+[m2]=[m1+m2]=[m2+m1]=[m2]+[m1]; 3) ([m1]+[m2])+[m3]=[m1+m2]+[m3]=[m1+m2+m3]=[m1]+[m2+m3]=[m1]+([m2]+[m3]); 4) [m]+[0]=[m+0]=[m]; 5) [1]+[1]=[1+1]=[2]=[0] and [0]+[0]=[0+0]=[0]; 6) r[m]=[rm]M; 7) (r1+r2)[m]=[(r1+r2)m]=[r1m+r2m]=[r1m]+[r2m]=r1[m]+r2[m]; 8) r([m1]+[m2])=r[m1+m2]=[r(m1+m2)]=[rm1+rm2]=[rm1]+[rm2]=r[m1]+r[m2]; 9) (r1r2)[m]=[(r1r2)m]=[r1(r2m)]=r1[r2m]=r1(r2[m]); 10) 1[m]=[1m]=[m]. Then, {[1]} is a generator, because [0]=2[1]=[2]=[0] and [1]=1[1], but the generator is not linearly independent, because 2[1]=[0], so, is not any basis, or cannot be restricted to be any basis.

As any vectors space is a module, 'generator of vectors space' is nothing but a generator of module.


References


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