HN Debrief

Palomar: A registry of Lean verified mathematics

  • Mathematics
  • AI
  • Developer Tools
  • Open Source

Palomar is a new registry for mathematics formalized in Lean. It is not another proof assistant and not a general paper archive. It is a catalog of vetted external repositories, pinned to exact commits, with metadata and conventions meant to make formalized results discoverable and credible to working mathematicians. The point is to bridge a gap that already exists in formal math. A theorem may be machine-checked, but it can still be hard for outsiders to tell what was actually proved, whether the repository follows current practices, or whether the result is worth building on.

If you build domain registries on top of developer infrastructure, expect the platform choice to dominate adoption and trust as much as the core idea. For teams working with formal methods or AI-assisted verification, the opportunity is not proving that machine-checked math is valuable anymore, but making submission, preservation, and discovery durable enough that non-specialists will actually rely on it.

Discussion mood

Positive on the goal and the momentum behind formalized mathematics, but annoyed by the GitHub-only design. People mostly saw Palomar as useful infrastructure, while treating its current hosting choice as a pragmatic shortcut that needs to be outgrown.

Key insights

  1. 01

    Preservation does not require GitHub

    Palomar already keeps a preservation fork of each registered source, which undercuts the idea that GitHub exclusivity is needed for reliability. Several comments push the argument further and note that if the registry only needs a fixed artifact plus a required folder structure, then any archived blob would work. Zenodo is the obvious comparison. That reframes the design choice as a workflow shortcut, not a technical necessity.

    If you are building a scholarly registry, separate submission UX from storage and preservation. You can keep a simple front door while still accepting artifacts from multiple sources and storing your own durable copy.

      Attribution:
    • steinwinde #1
    • fuglede_ #1
    • dash2 #1
  2. 02

    Lean is winning by ecosystem gravity

    Older proof ecosystems already have pieces of this. Isabelle has the Archive of Formal Proofs, and Metamath centralizes results in its own library. What changes the picture is not that Palomar invented the category. Lean has built enough library depth, tooling, and community momentum that new infrastructure now defaults to it, even when people would prefer a more proof-assistant-neutral world. The lock-in is social and ecosystem-driven, not conceptual.

    When evaluating formal methods adoption, look less at theoretical elegance and more at where the reusable libraries and contributors already are. Ecosystem gravity will beat cleaner architecture most of the time.

      Attribution:
    • bramhaag #1
    • steinwinde #1
    • dwheeler #1
  3. 03

    The weak link is theorem translation

    The hard part is not recursively proving that Lean is right. Once a theorem statement is formalized, Lean's acceptance gives you the machine-checked guarantee inside that formal system. The fragile step is earlier. Someone has to decide that the informal mathematical claim and the formal Lean statement really mean the same thing. That is where human judgment still does the most important work.

    Treat formal verification projects as two separate tasks. First get the specification right, then trust the checker. Most risk sits in the mapping from human-language claims to formal statements.

      Attribution:
    • emil-lp #1
    • red75prime #1
    • demibabs #1
  4. 04

    Curation is the product, not indexing

    A few comments draw a sharp line between Palomar and looser theorem directories. Palomar asks for specific metadata and repository structure, and commenters describe even an LLM-based gate against vacuous or low-value submissions. That makes it closer to a specialized quality filter for professional mathematicians than a broad search engine for anything theorem-shaped. The value is in rejecting weak artifacts, not merely listing them.

    If your users need trust more than coverage, invest in submission constraints and review gates. A smaller index with dependable standards can beat a larger database that nobody wants to rely on.

      Attribution:
    • cbondurant #1
    • fractorial #1
  5. 05

    Formal proof corpora become AI training infrastructure

    Several comments connect Palomar to AI-assisted mathematics. A large body of formalized theorems would not just catch errors in the literature. It would also create structured data for theorem search, dependency analysis, and pattern mining across millions of results. That turns formalization from a niche correctness exercise into substrate for machine reasoning tools.

    Watch formal methods repositories as data assets, not just verification tools. If you work on AI for technical domains, curated formal corpora can become the highest-value training and evaluation sets.

      Attribution:
    • tjsquared #1
    • pfdietz #1

Against the grain

  1. 01

    Gödel objections are mostly cargo cult

    The appeal to Gödel's incompleteness theorem as a reason not to build registries of formal proofs got dismissed as a category error. Commenters compared it to the old claim that incompleteness makes AI impossible. Whatever limits incompleteness places on formal systems, it does not make machine-checked theorem libraries pointless or incoherent.

    Be wary when foundational results get used as blanket vetoes on engineering projects. Ask whether the theorem actually constrains the system being proposed, or whether it is just being name-dropped to sound profound.

      Attribution:
    • erichocean #1
    • pfdietz #1
  2. 02

    GitHub-only may be the right launch tradeoff

    A minority view defended the GitHub restriction as sensible for this audience. The claim is not that GitHub is technically superior. It is that mathematicians want a boring, familiar workflow and do not care about forge pluralism the way software engineers do. Standardizing on one place also reduces operational complexity at launch.

    Early infrastructure for non-developer audiences often wins by narrowing choices. If adoption is the bottleneck, a single familiar platform can be a feature, at least until the workflow is established.

      Attribution:
    • klntsky #1
    • orochimaaru #1
    • YetAnotherNick #1

In plain english

AI
Artificial intelligence, software systems that perform tasks such as analyzing code or generating text.
Archive of Formal Proofs
A curated online collection of formal proofs for the Isabelle proof assistant.
fork
A copy of a repository that can be maintained separately from the original.
Git
A version control system used to track changes in files, especially code and text documents.
GitHub
A commercial hosting service for Git repositories with collaboration features like pull requests and issue tracking.
Isabelle
A long-running proof assistant used for formal verification and formalized mathematics.
Lean
A proof assistant and programming language used to write mathematics in a formal way that a small trusted kernel can mechanically verify.
LLM
Large Language Model, a machine learning model trained to generate and analyze human-like text.
Metamath
A language and toolset for representing and checking formal mathematical proofs.
proof assistant
Software that helps express logical arguments precisely and checks that each step follows the rules of the formal system.
Zenodo
An online research archive that stores datasets, software, and papers with stable citations.

Reference links

Formal math registries and libraries

Preservation and publishing infrastructure

  • Zenodo
    Mentioned as a model for storing fixed research artifacts without depending on Git hosting semantics.

Related commentary