Module (mathematics)



























In mathematics, a module is one of the fundamental algebraic structures used in abstract algebra. A module over a ring is a generalization of the notion of vector space over a field, wherein the corresponding scalars are the elements of an arbitrary given ring (with identity) and a multiplication (on the left and/or on the right) is defined between elements of the ring and elements of the module.


Thus, a module, like a vector space, is an additive abelian group; a product is defined between elements of the ring and elements of the module that is distributive over the addition operation of each parameter and is compatible with the ring multiplication.


Modules are very closely related to the representation theory of groups. They are also one of the central notions of commutative algebra and homological algebra, and are used widely in algebraic geometry and algebraic topology.




Contents






  • 1 Introduction and definition


    • 1.1 Motivation


    • 1.2 Formal definition




  • 2 Examples


  • 3 Submodules and homomorphisms


  • 4 Types of modules


  • 5 Further notions


    • 5.1 Relation to representation theory


    • 5.2 Generalizations




  • 6 See also


  • 7 Notes


  • 8 References


  • 9 External links





Introduction and definition



Motivation


In a vector space, the set of scalars is a field and acts on the vectors by scalar multiplication, subject to certain axioms such as the distributive law. In a module, the scalars need only be a ring, so the module concept represents a significant generalization. In commutative algebra, both ideals and quotient rings are modules, so that many arguments about ideals or quotient rings can be combined into a single argument about modules. In non-commutative algebra the distinction between left ideals, ideals, and modules becomes more pronounced, though some ring-theoretic conditions can be expressed either about left ideals or left modules.


Much of the theory of modules consists of extending as many of the desirable properties of vector spaces as possible to the realm of modules over a "well-behaved" ring, such as a principal ideal domain. However, modules can be quite a bit more complicated than vector spaces; for instance, not all modules have a basis, and even those that do, free modules, need not have a unique rank if the underlying ring does not satisfy the invariant basis number condition, unlike vector spaces, which always have a (possibly infinite) basis whose cardinality is then unique. (These last two assertions require the axiom of choice in general, but not in the case of finite-dimensional spaces, or certain well-behaved infinite-dimensional spaces such as Lp spaces.)



Formal definition


Suppose that R is a ring and 1R is its multiplicative identity.
A left R-module M consists of an abelian group (M, +) and an operation ⋅ : R × MM such that for all r, s in R and x, y in M, we have:



  1. r⋅(x+y)=r⋅x+r⋅y{displaystyle rcdot (x+y)=rcdot x+rcdot y}rcdot (x+y)=rcdot x+rcdot y

  2. (r+s)⋅x=r⋅x+s⋅x{displaystyle (r+s)cdot x=rcdot x+scdot x}(r+s)cdot x=rcdot x+scdot x

  3. (rs)⋅x=r⋅(s⋅x){displaystyle (rs)cdot x=rcdot (scdot x)}(rs)cdot x=rcdot (scdot x)

  4. 1R⋅x=x.{displaystyle 1_{R}cdot x=x.}1_{R}cdot x=x.


The operation of the ring on M is called scalar multiplication, and is usually written by juxtaposition, i.e. as rx for r in R and x in M, though here it is denoted as rx to distinguish it from the ring multiplication operation, denoted here by juxtaposition. The notation RM indicates a left R-module M. A right R-module M or MR is defined similarly, except that the ring acts on the right; i.e., scalar multiplication takes the form ⋅ : M × RM, and the above axioms are written with scalars r and s on the right of x and y.


Authors who do not require rings to be unital omit condition 4 above in the definition of an R-module, and so would call the structures defined above "unital left R-modules". In this article, consistent with the glossary of ring theory, all rings and modules are assumed to be unital.[1]


If one writes the scalar action as fr so that fr(x) = rx, and f for the map that takes each r to its corresponding map fr , then the first axiom states that every fr is a group endomorphism of M, and the other three axioms assert that the map f : R → End(M) given by rfr is a ring homomorphism from R to the endomorphism ring End(M).[2] Thus a module is a ring action on an abelian group (cf. group action. Also consider monoid action of multiplicative structure of R). In this sense, module theory generalizes representation theory, which deals with group actions on vector spaces, or equivalently group ring actions.


A bimodule is a module that is a left module and a right module such that the two multiplications are compatible.


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



Examples



  • If K is a field, then the concepts "K-vector space" (a vector space over K) and K-module are identical.

  • If K is a field, and K[x] a univariate polynomial ring, then a K[x]-module M is a K-module with an additional action of x on M that commutes with the action of K on M. In other words, a K[x]-module is a K-vector space M combined with a linear map from M to M. Applying the Structure theorem for finitely generated modules over a principal ideal domain to this example shows the existence of the rational and Jordan canonical forms.

  • The concept of a Z-module agrees with the notion of an abelian group. That is, every abelian group is a module over the ring of integers Z in a unique way. For n > 0, let nx = x + x + ... + x (n summands), 0 ⋅ x = 0, and (−n) ⋅ x = −(nx). Such a module need not have a basis—groups containing torsion elements do not. (For example, in the group of integers modulo 3, one cannot find even one element which satisfies the definition of a linearly independent set since when an integer such as 3 or 6 multiplies an element the result is 0. However, if a finite field is considered as a module over the same finite field taken as a ring, it is a vector space and does have a basis.)

  • The decimal fractions (including negative ones) form a module over the integers. Only singletons are linearly independent sets, but there is no singleton that can serve as a basis, so the module has no basis and no rank.

  • If R is any ring and n a natural number, then the cartesian product Rn is both a left and a right module over R if we use the component-wise operations. Hence when n = 1, R is an R-module, where the scalar multiplication is just ring multiplication. The case n = 0 yields the trivial R-module {0} consisting only of its identity element. Modules of this type are called free and if R has invariant basis number (e.g. any commutative ring or field) the number n is then the rank of the free module.

  • If R is any ring, Mn(R) is the ring of n × n matrices over R, let M be an Mn(R)-module, and let ei be the n × n matrix that has 1 in the (i, i)-entry, and 0 elsewhere. Then eiM is an R-module, since reim = eirmeiM. So M breaks up as the direct sum of R-modules, M = e1M ⊕ ... ⊕ enM. Conversely, given an R-module M0, then M0n is an Mn(R)-module. In fact, the category of R-module and the category of Mn(R)-module are equivalent. The special case is that the module M is just R as a module over itself, then Rn is an Mn(R)-module.

  • If S is a nonempty set, M is a left R-module, and MS is the collection of all functions f : SM, then with addition and scalar multiplication in MS defined by (f + g)(s) = f(s) + g(s) and (rf)(s) = rf(s), MS is a left R-module. The right R-module case is analogous. In particular, if R is commutative then the collection of R-module homomorphisms h : MN (see below) is an R-module (and in fact a submodule of NM).

  • If X is a smooth manifold, then the smooth functions from X to the real numbers form a ring C(X). The set of all smooth vector fields defined on X form a module over C(X), and so do the tensor fields and the differential forms on X. More generally, the sections of any vector bundle form a projective module over C(X), and by Swan's theorem, every projective module is isomorphic to the module of sections of some bundle; the category of C(X)-modules and the category of vector bundles over X are equivalent.

  • If R is any ring and I is any left ideal in R, then I is a left module over R. Analogously of course, right ideals are right modules.

  • If R is a ring, we can define the ring Rop which has the same underlying set and the same addition operation, but the opposite multiplication: if ab = c in R, then ba = c in Rop. Any left R-module M can then be seen to be a right module over Rop, and any right module over R can be considered a left module over Rop.

  • There are modules of a Lie algebra as well.



Submodules and homomorphisms


Suppose M is a left R-module and N is a subgroup of M. Then N is a submodule (or R-submodule, to be more explicit) if, for any n in N and any r in R, the product rn is in N (or nr for a right module).


The set of submodules of a given module M, together with the two binary operations + and ∩, forms a lattice which satisfies the modular law:
Given submodules U, N1, N2 of M such that N1N2, then the following two submodules are equal: (N1 + U) ∩ N2 = N1 + (UN2).


If M and N are left R-modules, then a map f : MN is a homomorphism of R-modules if, for any m, n in M and r, s in R,


f(r⋅m+s⋅n)=r⋅f(m)+s⋅f(n){displaystyle f(rcdot m+scdot n)=rcdot f(m)+scdot f(n)}f(rcdot m+scdot n)=rcdot f(m)+scdot f(n)

This, like any homomorphism of mathematical objects, is just a mapping which preserves the structure of the objects. Another name for a homomorphism of modules over R is an R-linear map.


A bijective module homomorphism is an isomorphism of modules, and the two modules are called isomorphic. Two isomorphic modules are identical for all practical purposes, differing solely in the notation for their elements.


The kernel of a module homomorphism f : MN is the submodule of M consisting of all elements that are sent to zero by f. The isomorphism theorems familiar from groups and vector spaces are also valid for R-modules.


The left R-modules, together with their module homomorphisms, form a category, written as R-Mod (see category of modules for more.) This is an abelian category.



Types of modules


Finitely generated. An R-module M is finitely generated if there exist finitely many elements x1, ..., xn in M such that every element of M is a linear combination of those elements with coefficients from the ring R.


Cyclic. A module is called a cyclic module if it is generated by one element.


Free. A free R-module is a module that has a basis, or equivalently, one that is isomorphic to a direct sum of copies of the ring R. These are the modules that behave very much like vector spaces.


Projective. Projective modules are direct summands of free modules and share many of their desirable properties.


Injective. Injective modules are defined dually to projective modules.


Flat. A module is called flat if taking the tensor product of it with any exact sequence of R-modules preserves exactness.


Torsionless module. A module is called torsionless if it embeds into its algebraic dual.


Simple. A simple module S is a module that is not {0} and whose only submodules are {0} and S. Simple modules are sometimes called irreducible.[3]


Semisimple. A semisimple module is a direct sum (finite or not) of simple modules. Historically these modules are also called completely reducible.


Indecomposable. An indecomposable module is a non-zero module that cannot be written as a direct sum of two non-zero submodules. Every simple module is indecomposable, but there are indecomposable modules which are not simple (e.g. uniform modules).


Faithful. A faithful module M is one where the action of each r ≠ 0 in R on M is nontrivial (i.e. rx ≠ 0 for some x in M). Equivalently, the annihilator of M is the zero ideal.


Torsion-free. A torsion-free module is a module over a ring such that 0 is the only element annihilated by a regular element (non zero-divisor) of the ring.


Noetherian. A Noetherian module is a module which satisfies the ascending chain condition on submodules, that is, every increasing chain of submodules becomes stationary after finitely many steps. Equivalently, every submodule is finitely generated.


Artinian. An Artinian module is a module which satisfies the descending chain condition on submodules, that is, every decreasing chain of submodules becomes stationary after finitely many steps.


Graded. A graded module is a module with a decomposition as a direct sum M = xMx over a graded ring R = xRx such that RxMyMx+y for all x and y.


Uniform. A uniform module is a module in which all pairs of nonzero submodules have nonzero intersection.



Further notions



Relation to representation theory


If M is a left R-module, then the action of an element r in R is defined to be the map MM that sends each x to rx (or xr in the case of a right module), and is necessarily a group endomorphism of the abelian group (M, +). The set of all group endomorphisms of M is denoted EndZ(M) and forms a ring under addition and composition, and sending a ring element r of R to its action actually defines a ring homomorphism from R to EndZ(M).


Such a ring homomorphism R → EndZ(M) is called a representation of R over the abelian group M; an alternative and equivalent way of defining left R-modules is to say that a left R-module is an abelian group M together with a representation of R over it.


A representation is called faithful if and only if the map R → EndZ(M) is injective. In terms of modules, this means that if r is an element of R such that rx = 0 for all x in M, then r = 0. Every abelian group is a faithful module over the integers or over some modular arithmetic Z/nZ.



Generalizations


Any ring R can be viewed as a preadditive category with a single object. With this understanding, a left R-module is nothing but a (covariant) additive functor from R to the category Ab of abelian groups. Right R-modules are contravariant additive functors. This suggests that, if C is any preadditive category, a covariant additive functor from C to Ab should be considered a generalized left module over C; these functors form a functor category C-Mod which is the natural generalization of the module category R-Mod.


Modules over commutative rings can be generalized in a different direction: take a ringed space (X, OX) and consider the sheaves of OX-modules; see sheaf of modules for more. These form a category OX-Mod, and play an important role in modern algebraic geometry. If X has only a single point, then this is a module category in the old sense over the commutative ring OX(X).


One can also consider modules over a semiring. Modules over rings are abelian groups, but modules over semirings are only commutative monoids. Most applications of modules are still possible. In particular, for any semiring S the matrices over S form a semiring over which the tuples of elements from S are a module (in this generalized sense only). This allows a further generalization of the concept of vector space incorporating the semirings from theoretical computer science.


Over near-rings, one can consider near-ring modules, a nonabelian generalization of modules.[citation needed]



See also



  • group ring

  • algebra (ring theory)

  • module (model theory)

  • module spectrum



Notes





  1. ^ Dummit, David S. & Foote, Richard M. (2004). Abstract Algebra. Hoboken, NJ: John Wiley & Sons, Inc. ISBN 978-0-471-43334-7..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ This is the endomorphism ring of the additive group M. If R is commutative, then these endomorphisms are additionally R linear.


  3. ^ Jacobson (1964), p. 4, Def. 1; Irreducible Module at PlanetMath.org.




References



  • F.W. Anderson and K.R. Fuller: Rings and Categories of Modules, Graduate Texts in Mathematics, Vol. 13, 2nd Ed., Springer-Verlag, New York, 1992,
    ISBN 0-387-97845-3,
    ISBN 3-540-97845-3


  • Nathan Jacobson. Structure of rings. Colloquium publications, Vol. 37, 2nd Ed., AMS Bookstore, 1964,
    ISBN 978-0-8218-1037-8



External links




  • Hazewinkel, Michiel, ed. (2001) [1994], "Module", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4


  • Why is it a good idea to study the modules of a ring ? on MathOverflow


  • module in nLab




這個網誌中的熱門文章

Hercules Kyvelos

Tes-Khemsky District

Tangent Lines Diagram Along Smooth Curve