Show HN: Formalizing Principia Mathematica using Lean
25 comments
·April 25, 2025ks2048
This guy is cool and I looked into this many years ago (using metamath).
Sorry if this is obvious in one of the links, but does there exists a high quality “ocr-ed” version of the original text?
resters
This is useful to anyone who wants to reason through the proofs constructively and tinker with the approaches. Thank you!
ndrwnaguib
Thank you!
hackandthink
I only see these very initial propositional theorems.
Am I missing something, or has the project only just begun?
https://github.com/ndrwnaguib/principia/blob/main/Principia/...
ndrwnaguib
You're not missing something. The project begun several months ago (I had to pause while I was writing my thesis). I resumed working on it recently.
grandempire
It looks like you just have a few pages written. Is that right?
Which theorem are you trying to prove?
ndrwnaguib
Yes; the goal is to finish the first volume. I am particularly looking forward to formalizing the well-known 1+1 proof.
grandempire
My understanding is the first bit follows first order logic fairly close but then diverges as Russel builds different classes of sets etc, do you have line of sight of how it’s going to translate?
wanderlust123
What do you think of using something like naproche?
ndrwnaguib
I have not used `naproche` before; thanks for the suggestion. I will try several propositions and see what do I get!
krick
> Although the Principia is thought to be “a monumental failure”, as said by Prof. Freeman Dyson
I'd like some elaboration on that. I failed to find a source.
gnulinux
Principia was written during the naive Logicist era of philosophy of mathematics that couldn't foresee serious foundational decidability issues in logic like Godel's incompleteness theorems, or the Halting Problem. Formalism/Platonism and Constructivism are two streams that came out of Logicism as a way to fix logical issues, and they're (very roughly speaking) the philosophical basis of classical mathematics and constructive mathematics today.
The way formalists (mainstream mathematical community) dealt with the foundational issues was to study them very closely and precisely so that they can ignore it as much as possible. The philosophical justification is that even though a statement P is undecidable, ultimately speaking, within the universe of mathematical truth, it's either true or false and nothing else, even though we may not be able to construct a proof of either.
Constructivists on the other hand took the opposite approach, they equated mathematical truth with provability, therefore undecidable statements P are such that they're neither true nor false, constructively. This means Aristotle's law of excluded middle (for any statement P, P or (not P)) no longer holds and therefore constructivists had to rebuild mathematics from a different logical basis.
The issue with Principia is it doesn't know how to deal with issues like this, so the way it lays out mathematics no longer makes total sense, and its goals (mathematical program) are found to be impossible.
Note: this is an extreme oversimplification. I recommend Stanford Encyclopedia of Philosophy for a more detailed overview. E.g. https://plato.stanford.edu/entries/hilbert-program/
Jtsummers
https://www.youtube.com/watch?v=9RD5D4swZfk - Possibly this.
imglorp
TLDW: Godel's incompleteness theorem is at odds with the goals of Principia.
mikrl
I remember my Java IDE in undergrad warned me about an infinite loop, and this was before I learned about the diagonalization proof of the non-computability of the halting problem, one of my favourite proofs ever. The fact that not all programs and inputs can be shown to halt did not stop the engineer who wrote that guardrail for the IDE.
Surely the principia and similar efforts will still yield useful results even if they cannot necessarily prove every true statement from the axioms?
yablak
Which is weird because he used the formalism of principia to actually state the theorem, or at least part of it
null
krick
Thanks. It appears, however, that Dyson considers the whole approach a failure (referring to Gödel as a demolisher of it). So while he is saying it about a book, ironically, it seems hardly applicable in this context anymore. Because with this reasoning, any program in Lean (and the Lean programming language itself) should be seen as "a monumental failure".
jandrese
This is just my opinion, but reading about Bertrand Russell my impression is that he dedicated his life to Pincipia Mathematica partially because he expected to find God in the foundations of the mathematics, and when that didn't happen it drove him rather insane. And then Gödel shows up and basically knifes him on stage with the Incompleteness Theorm.
StarlaAtNight
When I saw “Lean” I thought https://en.m.wikipedia.org/wiki/Lean_manufacturing
This project aims to formalize the first volume of Prof. Bertrand Russell’s Principia Mathematica using the Lean theorem prover. Throughout the formalization, I tried to rigorously follow Prof. Russell’s proof, with no or little added statements from my side, which were only necessary for the formalization but not the logical argument. Should you notice any inaccuracy (even if it does not necessarily falsify the proof), please let me know as I would like to proceed with the same spirit of rigour. Before starting this project, I had already found Prof. Elkind’s formalization of the Principia using Rocq (formerly Coq), which is much mature work than this one. However, I still thought it would be fun to do it using Lean4.
https://ndrwnaguib.com/principia/
https://github.com/ndrwnaguib/principia