← Back to arXiv
arXivAlgebraic GeometryarXiv:2609.28489

Projective blowups: a formal and multicentered proof

The geometry of algebraic varieties often requires a technique called "blowing up," which is a way of replacing a troublesome subset of a geometric space with something smoother and more manageable. Think of it like zooming into a complicated intersection point and replacing it with a whole new geometric object that separates the different directions passing through that point. Mathematicians have understood blowups for decades, but proving all their properties rigorously is notoriously fiddly, involving many local-to-global arguments where you check things on small patches and then carefully stitch the results together. This paper presents the first fully machine-verified proof of the key defining property of blowups, using the interactive proof assistant Lean 4.

The central result being verified is the "universal property" of blowups, which is the precise mathematical statement capturing what a blowup is supposed to do and why it is unique. The paper handles an even more general version called a multicentered blowup, where instead of zooming in on a single subset you simultaneously handle a whole finite collection of subsets at once. The proof strategy is built around a purely algebraic object called a dilatation, which is a kind of modified ring of functions in which certain ideals are forced to behave nicely. By establishing the key properties of dilatations locally on small affine patches, and then repeatedly invoking a uniqueness argument to glue everything together, the authors avoid a lot of the ad hoc checking that traditional proofs require.

Formalizing this kind of result in a proof assistant is a substantial undertaking because every logical step, no matter how routine it seems on paper, must be spelled out explicitly in a form the computer can verify. The authors describe not just the final theorem but the overall proof architecture and the new mathematical ingredients they needed to make the formalization work cleanly. The paper is notable both as a contribution to the growing library of formally verified algebraic geometry and as a demonstration that sophisticated constructions involving global geometric spaces built by patching together local pieces can be handled systematically in modern proof assistants.

Read original →