ConceptComplete

Rings, Ideals, and Modules - Core Definitions

Commutative algebra studies commutative rings and their modules, providing the algebraic foundation for algebraic geometry and number theory.

DefinitionCommutative Ring

A commutative ring is a set RR equipped with two binary operations, addition ++ and multiplication \cdot, satisfying:

  1. (R,+)(R, +) is an abelian group with identity 00
  2. Multiplication is associative and commutative
  3. There exists a multiplicative identity 101 \neq 0
  4. Distributivity: a(b+c)=ab+aca(b + c) = ab + ac for all a,b,cRa, b, c \in R

Unless stated otherwise, all rings in this text are commutative with identity.

ExampleFundamental Examples
  • Integers Z\mathbb{Z}: The prototypical commutative ring
  • Fields Q,R,C\mathbb{Q}, \mathbb{R}, \mathbb{C}: Rings where every non-zero element is invertible
  • Polynomial rings k[x1,,xn]k[x_1, \ldots, x_n]: Central objects in algebraic geometry
  • Ring of integers OK\mathcal{O}_K in a number field KK: Foundation of algebraic number theory
DefinitionIdeal

A subset IRI \subseteq R is an ideal if:

  1. II is an additive subgroup of RR
  2. For all rRr \in R and aIa \in I, we have raIra \in I

An ideal II is proper if IRI \neq R. A proper ideal p\mathfrak{p} is prime if abpab \in \mathfrak{p} implies apa \in \mathfrak{p} or bpb \in \mathfrak{p}. An ideal m\mathfrak{m} is maximal if it is maximal among proper ideals.

DefinitionModule

An RR-module MM is an abelian group (M,+)(M, +) equipped with scalar multiplication R×MMR \times M \to M satisfying:

  1. r(m+n)=rm+rnr(m + n) = rm + rn
  2. (r+s)m=rm+sm(r + s)m = rm + sm
  3. (rs)m=r(sm)(rs)m = r(sm)
  4. 1m=m1 \cdot m = m

for all r,sRr, s \in R and m,nMm, n \in M. Modules generalize vector spaces by replacing fields with rings.

Remark

The quotient R/IR/I by an ideal II forms a ring. Maximal ideals correspond to fields via R/mR/\mathfrak{m}, while prime ideals correspond to integral domains via R/pR/\mathfrak{p}. This connection between ideals and quotient structures is fundamental throughout commutative algebra.

The interplay between rings, ideals, and modules forms the backbone of commutative algebra, with ideals encoding geometric and arithmetic properties of rings, and modules providing a flexible framework for studying linear algebra over rings.