Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Module (mathematics)


First Prev [ 1 2 3 ] Next Last

Algebra

In abstract algebra, a module is a generalization of a vector space. In a vector space the set of scalars forms a field whereas in a module the scalars just form a ring. Much of the theory of modules consists of recovering desirable properties of vector spaces in the realm of modules over certain rings. However, modules can be quite a bit more complicated than vector spaces; for instance, not all modules have a basis.

1 Definition

Specifically, a left module over the ring R consists of an abelian group (M, +) and an operation R × M -> M (scalar multiplication, usually just written by juxtaposition, i.e. as rx for r in R and x in M) such that

For all r,s in R, x,y in M, we have

  1. (rs)x = r(sx)
  2. (r+s)x = rx+sx
  3. r(x+y) = rx+ry
  4. 1x = x

Usually, we simply write "a left R-module M" or RM.

Some authors omit condition 4 for the general definition of left modules, and call the above defined structures "unital left modules". In this encyclopedia however, all modules are assumed to be unital, and all rings are assumed to have a one.

A right R-module M or MR is defined similarly, only the ring acts on the right, i.e. we have a scalar multiplication of the form M × R -> M, and the above three axioms are written with scalars r and s on the right of x and y.

If R is commutative, then left R-modules are the same as right R-modules and are simply called R-modules.

2 Examples





Non User