Module

From Polytope Wiki
Jump to navigation Jump to search

A module is a type of abstract algebraic structure related to both vector spaces and abelian groups.

Idea[edit | edit source]

There are multiple ways to think of modules as generalizations of other familiar objects.

Vector spaces[edit | edit source]

The most common way to think of modules is as a generalization of the concept of a vector space. While a vector space requires its scalars to form a field, that is every scalar has an inverse, a module relaxes that restriction.

Abelian groups[edit | edit source]

In group theory it is common to see an element of a group a  raised to the power of some integer n .

This represents combining copies of a  (or if n  is negative, then ) in the same fashion that raising an integer to an integer power combines copies of that integer.

This operation has a few nice properties, but in an abelian group specifically this action distributes:

Thus there is a special relationship between abelian groups and the ring of integers. A module generalizes this idea, so that we have an operation that behaves like this power operation but instead of being between an group and the ring of integers it is between a group and any ring. Abelian groups correspond one to one with -modules.

Lattices[edit | edit source]

Lattices are of particular interest since they are relevant to the study of polytopes. A lattice is a particular kind of abelian group associated with a vector space. Lattices generally do not form a proper vector space themselves, however they do have vector-space-like properties not usually associated with abelian groups. By generalizing both vector spaces and abelian groups to modules we can use some of the language of vector spaces to talk about lattices. For example lattices as turn out to be free-modules and can be given a basis and dimension.

Group actions[edit | edit source]

Another way to think about modules is as being the idea of group actions applied to rings.

Note that a group action can be defined as a group homomorphism from a group to an automorphism group:

Similarly a module can be defined as a ring homomorphism from a ring to an endomorphism ring:

Definitions[edit | edit source]

Modules are defined in respect to a ring R . When that ring, R , is noncommutative, there exists distinct left and right modules, which have similar yet distinct definitions. When R  is commutative left modules are right modules and so no distinction is made.

Algebraic definition[edit | edit source]

For some ring R  and abelian group G , a left R -module is a function such that:

In a right R -module the first law is replaced with

Homomorphism definition[edit | edit source]

A left R -module is a ring homomorphism from R  to the endomorphism ring of an abelian group G , .

A right R -module is a ring homomorphism from R  to , where is the opposite ring, that is the same ring with its multiplicative action flipped. Alternatively a right R -module can be though of as a left -module.

Categorical definition[edit | edit source]

In category theory a ring, R , is simply a preadditive category with one object. A left R -module is thus a covariant additive functor from R  to the category of abelian groups. A right R -module is a contravariant functor.

Concepts[edit | edit source]

Linear independence[edit | edit source]

For an R -module on an abelian group G , a sequence of elements in G , is linearly dependent iff there exists some sequence of scalars of R , such that, at least one of the scalars is non-zero, and:

Where 0  is the identity of G .

A sequence of elements of G , which is not linearly dependent is called linearly independent. It is common to talk about the linear independence of a set of elements rather than a specific sequence.

The notion of linear dependence can be sometimes counter intuitive. For example for any non-trivial R -module the set is linearly dependent, even though it contains only one element. This is also true in vector spaces, but in modules this counter intuition extends even farther. For example if we have the -module over the abelian group C3  (the cyclic group of size 3), then the set is not linearly independent, since . In fact the only linearly independent set on this module is .

Basis[edit | edit source]

The concept of basis can be extended to modules without modification. A basis of a module is a linearly independent set of non-zero vectors such that its span is module. However unlike vector spaces, not every module has a basis.

Modules that do have a basis are called free-modules. The bases of a module are not in general all of the same size.

Direct product[edit | edit source]

Direct product of modules
Symbol
Algebraic properties
Algebraic structureMonoid
Associativeyes
Commutativeyes
Identity

As with vector spaces a direct product can be defined for modules. The direct product of two R -modules M  and N  is a R -module with its abelian group being the direct product of the ablian groups of M  and N  and its scalar multiplication being defined as:

If M  has a basis of size m  and N  has a basis of size n , then there is a basis of of size .

Examples[edit | edit source]

  • Since the set of integers modulo 5 form a abelian group they also form a -module. However since for any a , no element can be a part of a linearly independent set. Thus the only linearly independent set is the empty set. The empty set does not span the module, thus this is a module with no basis.
  • Vectors with integer coordinates form a -module rather than a vector space because is not a field. This makes them an abelian group.
  • Tilings of a vector space form modules in that space. Particularly a isotopic tiling will form a -module with each tile being represented by the coordinate of its center. This subspace is not a vector space, but it is a free module and has a definite dimension.

External links[edit | edit source]