Why Is Lean Revolutionizing Mathematics?

Calling Lean revolutionary is not a claim that mathematicians have stopped thinking or that every proof should be written by a machine. The deeper change is that formal proof makes a mathematical argument into a durable, checkable object that software can inspect and other people can replay.

Mathematicians have always checked proofs socially: by reading definitions, following arguments, trying examples, and asking colleagues to find gaps. Lean adds another layer of checking. The formal statement fixes what is being claimed, and the kernel checks that the proof follows from the imported facts and definitions.

A new scale of mathematical collaboration

Formal libraries let results accumulate as shared infrastructure. Definitions can be reused, dependencies can be inspected, and changes can reveal which later results need attention. This creates a different relationship between mathematical writing and software engineering: names, interfaces, versioning, and automated checks become part of the life of a theorem.

The benefit is not only certainty. Formalization can expose hidden assumptions, make alternative definitions visible, and turn a disputed informal step into a precise question. It can also connect mathematics to verified programs whose behavior is proved against a specification.

What kind of claims does Lean support?

Lean is especially useful for claims of the form: given these definitions and assumptions, this proposition follows. It can support claims about algebra, analysis, algorithms, data transformations, and the correctness of software. It does not by itself settle historical priority, the importance of a result, or the interpretation of a physical model.

That boundary is central to StartClaims. In scientific controversies, a Lean proof can make the mathematical core inspectable: which theorem is proved, which definitions and lemmas it depends on, and which assumptions enter the argument. Questions about authorship, contribution, credit, or the significance of a result still require scientific and human judgment. There are further emerging theories on the difficulty of leveraging the proof of one claim into the proof of another, based on computational or even energetic considerations.

The revolution, then, is partly epistemic and partly practical: more of the reasoning can become a shared object that is checked, versioned, circulated, aggregared and reused.