
terrytao.wordpress.com
August 19, 2026
3 min read
55/100
Summary
Palomar, a registry for Lean-verified mathematics incubated by the Lean FRO and ICARM, has opened for submissions. It records fixed GitHub repository snapshots containing formal Lean proofs of old or new mathematical results, including work produced by humans, AI systems, or both. Terence Tao serves on its scientific advisory board alongside Jeremy Avigad, Matthew Ballard, Jaume de Dios, Nestor Guillen, Bryna Kra, Kim Morrison, Ravi Vakil, and Akshay Venkatesh. Each submission must include a challenge file that states the claimed results in human-readable Lean, a solution module containing proofs, and a formalization.yaml metadata file with an informal description and disclosures. Palomar mechanically uses Lean Comparator to verify that the solution typechecks and proves the challenge file’s statements. A large language model separately assesses whether the informal description appears to match those formal statements, while the registry also checks minimal repository standards. Registration does not constitute peer review for novelty, interest, or mathematical accuracy. Tao reported successfully submitting his recent Lean formalization of the proof of Sendov’s conjecture as a test and plans to submit older formalizations. AI agents can assist with submission mechanics, though Palomar recommends human review.
Key Takeaways
What the discussion said
Commenters treated Palomar less as a novelty registry and more as missing infrastructure for machine-checkable mathematics, with clear implications for AI-assisted research. The strongest enthusiasm centered on the prospect of a connected corpus of Lean proofs: it could make results independently checkable, expose flawed claims buried in the literature, and eventually let researchers or AI systems trace dependencies and discover reusable abstractions. Several readers saw the project’s practical submission path as encouraging, with at least one considering formalizing and submitting an upcoming paper. Tao’s involvement was also read as a meaningful endorsement of formal methods as a companion to AI in mathematics. The thread was not naïve about what gets certified. Readers stressed that Lean can guarantee a formal statement once accepted, but cannot guarantee that the encoded statement faithfully captures the informal theorem a mathematician intended. That translation remains the human bottleneck, so a registry is not an automatic truth machine. Skepticism also focused on whether Palomar genuinely advances the ecosystem beyond longstanding archives for Isabelle and Metamath, and whether Lean’s growing dominance is deserved. A mention of an LLM-based screen for vacuous formalizations drew interest because it addresses a real failure mode: mechanically valid proofs can still formalize something trivial or beside the claimed result. Overall, readers saw substantial promise, tempered by interoperability and semantic-validation limits.
Where opinion split
The sharpest dispute is whether a Lean registry meaningfully improves formal mathematics or merely rebuilds facilities that older proof-assistant communities already provide. Supporters see a curated, challenge-backed corpus with tooling to catch empty formalizations as infrastructure suited to AI-era mathematical work; critics argue Lean is duplicating established archives while concentrating attention on one assistant.
Community Sentiment
Positives
Concerns