← Latest papers
🤖 AI

Towards a Bridge Layer Between Bibliographic and Formalized Mathematical Knowledge

This paper proposes a relational bridge database and a paper-level formalization score to connect bibliographic metadata with formal proof artifacts, aiming to unify mathematical literature and machine-verifiable proofs into a scalable, machine-actionable knowledge graph.

Original authors: A. Mayeux

Published 2026-06-11
📖 4 min read☕ Coffee break read

Original authors: A. Mayeux

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the world of mathematics as a massive library, but it's split into two completely separate wings that don't talk to each other.

The Two Wings of the Library

  1. The "Human" Wing (Bibliographic Databases): This is where all the published math papers live. Think of places like MathSciNet or zbMATH. These are like the library's card catalog. They tell you who wrote a paper, when it was published, what it's about, and who cited it. It's a record of human research, but the math inside is written in "human language" (text and symbols) that only people can read and understand.
  2. The "Robot" Wing (Formal Libraries): This is where "machine-verifiable" math lives. Think of systems like Lean's mathlib. Here, mathematicians translate their ideas into strict computer code. It's like translating a novel into a programming language that a computer can check to ensure every single logical step is 100% correct. The problem is, this wing is organized by how the code is built, not by the original papers it came from.

The Problem: A Missing Bridge

Right now, these two wings are disconnected. If you find a famous theorem in the "Human" wing, the library catalog doesn't tell you if it's been translated into the "Robot" wing. Conversely, if you look at a piece of code in the "Robot" wing, it doesn't tell you which famous paper it came from. They are two different maps of the same territory that don't align.

The Solution: A "Bridge Layer"

The author, Arnaud Mayeux, proposes building a digital bridge between these two wings. This isn't a new library; it's a connector.

  • What it does: It takes a paper from the "Human" wing and links it to its corresponding code in the "Robot" wing.
  • The "Formalization Score": To make this useful, the system assigns a score to every paper (from 0% to 100%).
    • 100% means the computer has translated and checked every single definition, theorem, and proof in that paper.
    • 50% means half of it has been translated.
    • 0% means the paper exists in the human world, but the robot world hasn't touched it yet.

How They Tested It (The "AI Translator" Experiment)

To see if this bridge could actually be built, the author ran a small experiment using an Artificial Intelligence (specifically, a large language model called Google Gemini).

They gave the AI two documents for several different math papers:

  1. The original human paper (PDF 1).
  2. The corresponding computer code or documentation (PDF 2).

The AI was asked to act like a strict librarian:

  • Step 1: Count every single math claim in the human paper (like "Theorem A," "Definition B," "Conjecture C").
  • Step 2: Check the computer code to see if that specific claim exists there.
    • If it's just a definition, the code needs the definition.
    • If it's a theorem, the code needs both the definition and the proof.
  • Step 3: Calculate the percentage.

The Results

The AI successfully calculated these scores for several real-world examples:

  • Sphere Packing (Dimension 8): The AI found that the computer code covered 100% of the human paper. (Perfect match).
  • Irrationality of ζ(3): The AI found a 50% match. (Half the work is done).
  • Algebraic Magnetism: The AI found 0%. The human paper existed, but the computer code was completely unrelated.

Why This Matters (According to the Paper)

The paper argues that this system is feasible. It doesn't try to replace the human reviewers or the computer checkers. Instead, it acts as an index or a directory that says, "Hey, if you are reading this paper, here is the link to the part that has been checked by a computer, and here is the score of how much is checked."

The Limitations

The author is honest about the flaws:

  • Reading PDFs is hard: Computers struggle to read math from a PDF because it's just an image of text, not a structured list of facts.
  • AI isn't perfect: The AI might sometimes guess wrong about whether a piece of code matches a piece of text.
  • It's a "Best Effort" system: It's not a perfect, magical map. It's a tool to help researchers see the big picture of what has been formalized and what hasn't, based on the best data currently available.

In short, the paper proposes a scorecard system that connects human math papers with their computer-checked versions, using AI to help count how much of the work has been done.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →