01.03.01 · foundations / rings-modules

Rings and modules

shipped3 tiersLean: none

Anchor (Master): Atiyah-Macdonald §1–2; Lang Algebra §III–VI; Eisenbud Commutative Algebra Ch. 1

Intuition Beginner

A ring is a number system where you can add, subtract, and multiply. The integers are the guiding example: combine any two and you get another, in a way where the usual rules (order of operations, distribution) hold.

A module is the ring-version of a vector space. Where a vector space lets you scale vectors by numbers from a field, a module lets you scale by elements of a ring. Scaling integers by integers gives back integers, so the integers are a module over themselves.

The shift from fields to rings is where algebra stops being linear arithmetic and starts being structural. Most of modern algebra, number theory, and algebraic geometry runs on modules over rings.

Visual Beginner

A ring is one set with two operations layered on it; a module is a second set acted on by the ring.

The ring stays on the left as the system of scalars; the module on the right is what those scalars move and stretch.

Worked example Beginner

Take the ring of integers and the module of pairs of integers. Scale the pair by the ring element .

Step 1. Multiply each entry: and .

Step 2. The scaled pair is .

Scaling by gives . Scaling by gives .

What this tells us: a module is a set the ring acts on by scaling, with the usual arithmetic rules preserved.

Check your understanding Beginner

Formal definition Intermediate+

A ring is a set with two operations and such that is an abelian group with identity , multiplication is associative with identity , and multiplication distributes over addition: and . A ring is commutative if for all [Atiyah-Macdonald Ch. 1].

An ideal is an additive subgroup closed under multiplication by arbitrary ring elements: for , . The quotient ring identifies elements differing by an element of .

A (left) module over is an abelian group with a scalar action , , satisfying , , , and [Lang §VI].

A ring homomorphism preserves addition, multiplication, and . Its kernel is an ideal of ; its image is a subring of .

Counterexamples to common slips

  • has zero-divisors. The classes of and are nonzero but their product is . Rings need not be domains.
  • Not every module is free. The -module has no basis; it is torsion.
  • Submodules need not be direct summands. In , the submodule has no complement, unlike the vector-space situation.

Key theorem with proof Intermediate+

Theorem (First isomorphism theorem for rings). Let be a ring homomorphism. Then as rings.

Proof. Write . Define by . The definition is sound: if then , so , hence . The map is a homomorphism because

and likewise for addition. It is injective: gives , so , so . It is surjective onto by construction.

Bridge. This result builds toward 04.02.01 (the spectrum of a ring), where ideals become geometric points, and appears again in 03.01.05 (quotient algebra) as the algebraic engine that constructs Clifford algebras and tensor quotients. The foundational reason quotient constructions recur across algebra is that homomorphisms are determined by what they kill; putting these together, the kernel-to-image correspondence is exactly the pattern that identifies algebraic structure with the data of congruence relations, and the bridge is that every quotient is a homomorphism image and conversely.

Exercises Intermediate+

Lean formalization Intermediate+

lean_status: none is recorded for this curriculum unit because the project still needs a local bridge from the elementary statements here to the downstream consumers (scheme spectra in 04.02.01, Galois groups in 01.04.01). Mathlib itself has the full Ring, Ideal, Module, and quotient infrastructure.

Advanced results Master

The ideal lattice of a ring encodes its arithmetic geometry. Maximal ideals correspond to fields as quotients; prime ideals correspond to integral domains and, geometrically, to the points of the scheme 04.02.01. The Chinese remainder theorem decomposes quotients by comaximal ideals, and localisation inverts elements, producing the local rings on which algebraic geometry is built [Atiyah-Macdonald §1–3].

Modules measure how a ring acts. The classification of finitely generated modules over a principal ideal domain (structure theorem: direct sum of a free module and torsion modules of the form ) underpins linear algebra over (abelian groups) and over (rational canonical form). Noetherian rings, where ideals satisfy the ascending chain condition, are the setting of modern algebraic geometry: Hilbert's basis theorem makes every finitely generated -algebra Noetherian [Eisenbud Ch. 1].

The tensor product of modules linearises bilinear maps and is the algebraic substrate of homological algebra, base change in algebraic geometry, and induced representations 03.01.01. Exact sequences package quotient data; the homology of a complex measures the failure of exactness and is the subject of 01.06.01 (homological algebra).

Synthesis. Rings and modules form the load-bearing substrate of the algebraic half of the curriculum: the first isomorphism theorem established here builds toward 04.02.01 where ideals become geometric points of a scheme, the prime-ideal lattice appears again in 01.05.01 as the spectrum that defines the Zariski topology, the module-and-ideal machinery generalises in 01.06.01 to the homological algebra of derived functors, the structure theorem over a PID is exactly the linear-algebra classification of 01.01.03 upgraded from fields to rings, and the bridge is that the same quotient-and-homomorphism pattern recurs from abelian groups 01.02.01 through Lie algebras 03.04.01 to sheaves of modules 04.03.01; putting these together, the curriculum's algebraic geometry, number theory, and representation theory strands all reduce to the manipulation of ideals and modules introduced here.

Full proof set Master

Proposition (Maximal implies prime). If is maximal, then is a field, hence an integral domain, hence is prime.

Proof. Maximality of says has no nonzero proper ideals. For any nonzero , the ideal is nonzero and hence all of , so exists with . Thus every nonzero element is invertible and is a field. Fields are integral domains, so the quotient by has no zero-divisors, which is the prime-ideal condition on .

Proposition (Hilbert's basis theorem, statement). If is Noetherian, so is the polynomial ring . The proof, by contradiction from an ascending chain of ideals generated by leading terms, appears in [Eisenbud Ch. 1]; it is the foundation of Noetherian induction in algebraic geometry 04.02.01.

Connections Master

  • Scheme spectra 04.02.01. The prime ideals of a ring, topologised by the Zariski condition, form the underlying space of an affine scheme; the entire edifice of modern algebraic geometry in §04 runs on the ideal-and-module machinery established here.

  • Galois theory 01.04.01. Field extensions are controlled by the ideal structure of polynomial rings and the automorphism groups of their quotients; the fundamental theorem of Galois theory is a correspondence between intermediate fields and subgroups, structurally parallel to the ideal correspondence proved in Exercise 7.

  • Homological algebra 01.06.01. Modules over a ring form an abelian category in which kernels, cokernels, and exact sequences are available; derived functors measure the failure of exactness and underpin sheaf cohomology 04.03.01 and group cohomology.

  • Representation theory 07.06.01. A representation of a group or algebra is precisely a module over its group algebra or universal enveloping algebra; the representation theory of §07 is module theory over noncommutative rings.

Historical & philosophical context Master

The abstract definition of a ring consolidated in the early twentieth century from two sources: Dedekind's ideal theory for rings of algebraic integers, and Noether's 1921 paper Idealtheorie in Ringbereichen, which lifted the ascending-chain condition to the defining property now called Noetherian [Noether 1921]. Atiyah and Macdonald's 1969 Introduction to Commutative Algebra fixed the modern pedagogical sequence — rings, ideals, modules, localisation, primary decomposition — that this unit follows [Atiyah-Macdonald 1969].

The module concept replaced the older, narrower theory of linear algebra over fields: recognising that scalars could come from any ring unified the theories of abelian groups, representations, and sheaves of sections. This generalisation is the foundational reason a single algebraic machinery pervades number theory, geometry, and topology.

Bibliography Master

@book{AtiyahMacdonald1969,
  author = {Atiyah, M. F. and Macdonald, I. G.},
  title = {Introduction to Commutative Algebra},
  publisher = {Addison-Wesley},
  year = {1969},
}

@article{Noether1921,
  author = {Noether, Emmy},
  title = {Idealtheorie in Ringbereichen},
  journal = {Mathematische Annalen},
  volume = {83},
  year = {1921},
}

@book{Eisenbud1995,
  author = {Eisenbud, David},
  title = {Commutative Algebra with a View Toward Algebraic Geometry},
  publisher = {Springer GTM 150},
  year = {1995},
}