Scheme
Anchor (Master): Hartshorne §II; Vakil; Grothendieck-Dieudonné EGA
Intuition [Beginner]
A scheme is a geometric object built from commutative rings. The slogan: a commutative ring is the ring of functions on some "geometric space," and that space is the scheme associated to the ring.
The basic example: the ring of polynomials in two variables. Geometrically, this ring is the "ring of functions on the plane ." The corresponding scheme has points corresponding to ideals of the polynomial ring — including the maximal ideals (corresponding to actual points of the plane) and the prime ideals (corresponding to subvarieties like curves).
Schemes generalize the algebraic varieties of classical algebraic geometry by allowing arbitrary commutative rings — including rings with nilpotents (e.g., for "infinitesimal" calculations) and rings of integers (for arithmetic geometry). They are the universal language of modern algebraic geometry, enabling Grothendieck's revolutionary unification of algebra and geometry.
Visual [Beginner]
A commutative ring on the left, an associated geometric "scheme" on the right. The scheme's points are prime ideals of the ring; functions on the scheme are elements of the ring.
Worked example [Beginner]
The simplest scheme: , the spectrum of the integers. Its points are the prime ideals of :
- The maximal ideals for each prime number — these correspond to "ordinary" closed points.
- The zero ideal — the generic point, geometrically the "whole space."
So has one point per prime number, plus a "generic point." The closed points are like a discrete set indexed by primes; the generic point is dense (its closure is the whole space).
The structure sheaf assigns to each open set the appropriate ring of "rational" functions — for example, , the ring of integers itself.
This is the prototype of all schemes. More generally, adds more polynomial dimensions; corresponds to the "scheme of ." Every commutative ring has its own scheme.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be a commutative ring (with unit) 03.01.02. The spectrum of , denoted , is the topological space whose points are the prime ideals of , with the Zariski topology: closed sets are for ideals .
The structure sheaf on assigns to a basic open (for ) the localisation . For a general open , is determined by the sheaf condition. The pair is an affine scheme.
A scheme is a locally ringed space — a topological space with a sheaf of commutative rings whose stalks are local rings — such that is locally isomorphic to an affine scheme. Concretely: every has an open neighbourhood with for some commutative ring .
A morphism of schemes is a morphism of locally ringed spaces — a continuous map of underlying spaces together with a compatible map of sheaves of rings such that the induced map on stalks is a local ring homomorphism (preserves the maximal ideal).
Key constructions:
- Affine scheme: for a ring .
- Projective scheme: for a graded ring . Examples: .
- Affine line over a ring : .
- Fibre product: schemes admit pullbacks for any morphisms .
A scheme over a field (or more generally a base scheme ) is a scheme together with a structural morphism . For algebraically closed , classical algebraic varieties are reduced, irreducible, separated, finite-type schemes over — a substantial restriction of the general scheme notion.
Key theorem with proof [Intermediate+]
Theorem (Anti-equivalence of affine schemes and commutative rings). The functor from commutative rings (opposite category) to affine schemes is an equivalence of categories. Its inverse is the global-sections functor , which sends .
Proof sketch. Two directions:
Affine schemes are determined by their global sections. For an affine scheme , by construction (the structure sheaf is glued from localisations, and the global sections are the original ring). So .
Morphisms of affine schemes correspond to ring homomorphisms. A morphism as locally ringed spaces gives a ring map (apply ). Conversely, a ring map induces a continuous map by , with the structure-sheaf map coming from . Verifying that these are inverse uses the local-ring-map condition (which lifts to the maximal-ideal-preserving condition on the corresponding prime ideal).
The full equivalence follows by combining objects and morphisms; the locally-ringed-space framework ensures the structure-sheaf data is preserved correctly.
This anti-equivalence is the foundation of Grothendieck's algebraic geometry: every commutative ring becomes a geometric object, and every algebraic operation has a geometric counterpart. It is what makes "schemes" the right generalisation of varieties.
Bridge. The construction here builds toward 04.03.01 (sheaf cohomology), where the same data is upgraded, and the symmetry side is taken up in 04.04.01 (riemann-roch theorem for curves). The defining pattern appears again in those units in a sharpened form, where the local data is glued or quotiented. Putting these together, the foundational insight is that the data of this unit gives the structural signature that the rest of the strand reads off.
Exercises [Intermediate+]
Lean formalization [Intermediate+]
lean_status: partial — Mathlib has AlgebraicGeometry.Scheme, AlgebraicGeometry.Spec, with the affine-scheme/ring duality formalised.
The companion module re-exports Mathlib's scheme API and Codex conventions.
Advanced results [Master]
Functor of points. Detailed in Exercise 5. Schemes form a full subcategory of functors via the representability . Yoneda's lemma identifies scheme morphisms with natural transformations of functors.
Properties of schemes / morphisms. Hartshorne and Vakil classify properties: separated (diagonal closed), proper (universally closed), flat, smooth, étale, finite type, finite presentation, etc. These properties characterise the morphisms one cares about; they are the algebraic-geometric analogues of "compact," "surjective," "differentiable," etc., from differential topology.
Quasi-coherent sheaves on schemes. A sheaf on a scheme is quasi-coherent if locally it is given by an -module via the localisation pattern. Quasi-coherent sheaves on correspond to -modules (the Serre-Swan theorem for affine schemes). They are the natural "vector-bundle-like" objects.
Coherent sheaves. Quasi-coherent + finite-type. On Noetherian schemes, coherent sheaves are well-behaved (kernels, cokernels, images are coherent) and have computable cohomology.
Cohomological properties. Affine schemes have vanishing higher cohomology of quasi-coherent sheaves (Serre's vanishing theorem). Projective schemes have computable coherent cohomology via the Serre formula. These properties drive Riemann-Roch and Hodge-theoretic computations 04.04.01.
Connection to other geometries. Smooth schemes over are complex manifolds; schemes over extend to the real-algebraic setting. Arithmetic schemes (over ) connect algebraic geometry with number theory. Stacks generalise schemes to allow "geometric objects with automorphisms."
Synthesis. This construction generalises the pattern fixed in 04.01.01 (sheaf), with the symmetric data replaced by its skew or twisted analogue. Read in the opposite direction, the construction is dual to the metric story: complements and orthogonality are taken with respect to the bilinear datum of this unit, not a metric, and the resulting category of subobjects is the one the rest of the strand classifies. The central insight is that this datum identifies algebra with geometry: functions become vector fields, subspaces become quotients, and invariants become cohomology classes — and that identification is the engine driving every theorem downstream.
Full proof set [Master]
. Proved in §"Key theorem".
Zariski topology axioms. Proved in Exercise 2.
Krull dimension and chains. Sketched in Exercise 3.
Projective space affine cover. Proved in Exercise 6.
Local ring structure of stalks. For an affine scheme at point , the stalk is the localisation — a local ring with maximal ideal . The "local ring at " captures the local algebraic information at that point.
Quasi-coherent ↔ module. On , the category of quasi-coherent sheaves is equivalent to the category of -modules: and conversely via the localisation construction.
Connections [Master]
Sheaf
04.01.01— the structure sheaf of a scheme is a sheaf of rings.Associative algebra
03.01.02, Ideal03.01.03— the ring-theoretic input.Topological space
02.01.01— the underlying point-set with Zariski topology.Sheaf cohomology
04.03.01— the central computational tool on schemes.Riemann-Roch theorem
04.04.01— applies to coherent sheaves on schemes (curves and surfaces).
Historical & philosophical context [Master]
The notion of a scheme was developed by Alexander Grothendieck and Jean Dieudonné in the Éléments de géométrie algébrique (EGA, 1960–1967). Grothendieck's revolutionary idea: replace the classical varieties (subsets of defined by polynomial equations) with the more flexible notion of locally ringed spaces locally isomorphic to spectra of rings. This generalisation includes nilpotents, arithmetic rings, and arbitrary base schemes, dramatically expanding the scope of algebraic geometry.
Earlier algebraic geometers (Weil, Zariski, Serre) had developed the theory of varieties in a functorial language but stopped short of the full ring-theoretic generalisation. Grothendieck's EGA, together with the Séminaire de géométrie algébrique (SGA) volumes, set the modern technology in place: schemes, morphisms, properties, sheaves, cohomology, étale cohomology.
The scheme-theoretic perspective transformed not just algebraic geometry but adjacent fields: arithmetic geometry (Wiles' proof of Fermat's Last Theorem; the Langlands programme), derived algebraic geometry (Lurie, Toën-Vezzosi), and category theory (sheaves on a Grothendieck site). Schemes are the universal language for "spaces studied via their rings of functions."
Bibliography [Master]
- Hartshorne, R., Algebraic Geometry, Springer GTM 52, 1977. Chapters II–III.
- Vakil, R., The Rising Sea: Foundations of Algebraic Geometry, draft monograph.
- Eisenbud, D. & Harris, J., The Geometry of Schemes, Springer GTM 197, 2000.
- Grothendieck, A. & Dieudonné, J., Éléments de géométrie algébrique (EGA), Publications Mathématiques de l'IHÉS, 1960–1967.
- Mumford, D., The Red Book of Varieties and Schemes, Springer Lecture Notes, 1988.
v0.5 Strand A unit #2. Scheme — the geometric realisation of a commutative ring; Grothendieck's universal generalisation of algebraic varieties to arbitrary commutative rings, including nilpotents and arithmetic rings.