Evidence Relationship: Supports
Vote on whether "Mathlib grew from 1.4M to 5.2M lines between 2023 and 2027 and now contains the prerequisites for perfectoid spaces, condensed mathematics, and étale cohomology" is good evidence that supports the claim "By 2035 a machine-generated proof of a previously open Annals-level conjecture will be formally verified in Lean and accepted without a human-written proof sketch"
Evidence Claim
Mathlib grew from 1.4M to 5.2M lines between 2023 and 2027 and now contains the prerequisites for perfectoid spaces, condensed mathematics, and étale cohomology
Mathlib4 line counts and dependency graphs show the library crossed the threshold where several active research areas can be stated natively. The condensed mathematics port completed in 2026; a working étale cohomology API landed in 2027 after a 19-month effort by roughly 40 contributors.
Main Claim
By 2035 a machine-generated proof of a previously open Annals-level conjecture will be formally verified in Lean and accepted without a human-written proof sketch
The claim requires four conjuncts to hold jointly before 31 Dec 2035: (a) the target was an open problem of a difficulty class typically published in Annals of Mathematics or comparable venues; (b) the proof's mathematical content originates from an automated system, not from human-supplied intermediate lemmas or a strategy outline; (c) the artifact typechecks in Lean (or a successor with a comparable kernel); (d) the community treats the result as established. Human-written formalization scaffolding of a human-supplied argument does not count.
Log in to join the discussion.
Do the line counts include the auto-generated simp lemma families? Those inflate the number without adding mathematical reach.
Excluding auto-generated declarations the 2027 figure is about 4.1M rather than 5.2M. The area-coverage claim is unaffected since I measured that from the dependency graph, not the line count.