ConceptComplete

Modules over Rings

Modules generalize vector spaces by replacing the scalar field with an arbitrary ring, providing a unified framework for linear algebra over rings, abelian group theory, and representation theory.


Basic Definitions

Definition9.1Module

A left module over a ring RR (or left RR-module) is an abelian group (M,+)(M, +) together with a scalar multiplication R×MMR \times M \to M, (r,m)rm(r, m) \mapsto rm, satisfying:

  1. r(m+n)=rm+rnr(m + n) = rm + rn for all rRr \in R, m,nMm, n \in M.
  2. (r+s)m=rm+sm(r + s)m = rm + sm for all r,sRr, s \in R, mMm \in M.
  3. (rs)m=r(sm)(rs)m = r(sm) for all r,sRr, s \in R, mMm \in M.
  4. 1Rm=m1_R m = m for all mMm \in M (for unital modules).
ExampleFundamental examples of modules
  1. Vector spaces: Modules over a field kk.
  2. Abelian groups: Modules over Z\mathbb{Z} (with nm=m++mn \cdot m = m + \cdots + m).
  3. Ideals: IRI \subseteq R is an RR-module via ring multiplication.
  4. R[x]R[x]-modules: An R[x]R[x]-module is an RR-module MM with a chosen RR-linear endomorphism T:MMT: M \to M (xx acts as TT). This connects module theory to linear algebra.
  5. RnR^n: The free module of rank nn, analogous to knk^n.

Submodules and Quotients

Definition9.2Submodule, quotient, homomorphism

A submodule NMN \leq M is a subgroup closed under scalar multiplication. The quotient module M/NM/N consists of cosets m+Nm + N with the natural operations. A module homomorphism f:MNf: M \to N is a function satisfying f(rm+sn)=rf(m)+sf(n)f(rm + sn) = rf(m) + sf(n).

The kernel kerf\ker f is a submodule of MM, and M/kerfim(f)M/\ker f \cong \mathrm{im}(f) (first isomorphism theorem for modules).


Free Modules and Bases

Definition9.3Free module

An RR-module MM is free if it has a basis: a set {ei}iI\{e_i\}_{i \in I} such that every mMm \in M has a unique expression m=rieim = \sum r_i e_i (finite sum) with riRr_i \in R. Then MR(I)=iIRM \cong R^{(I)} = \bigoplus_{i \in I} R.

For commutative rings RR, a free module of rank nn is isomorphic to RnR^n, and the rank is well-defined (the IBN property: invariant basis number).

RemarkNot every module is free

Unlike vector spaces, modules over general rings need not be free. Z/2Z\mathbb{Z}/2\mathbb{Z} is a Z\mathbb{Z}-module with no basis: 21ˉ=0ˉ2 \cdot \bar{1} = \bar{0} shows no element is "linearly independent." Modules over a field are always free (they are vector spaces), but this fails for modules over Z\mathbb{Z}, polynomial rings, etc.