Zulip Chat Archive
Stream: Is there code for X?
Topic: Code For Patrick Massot's Lean Informal Demo
Frederick Pu (Dec 25 2023 at 17:37):
Does anyone know if the code used in this video to generate informal proofs from lean4 code is available: https://www.youtube.com/watch?v=tp_h3vzkObo&t=1897s
Kevin Buzzard (Dec 25 2023 at 17:38):
@Kyle Miller is the ball in your court here? I would also love to see this available more widely.
Julian Berman (Dec 25 2023 at 19:38):
Is it not https://github.com/PatrickMassot/verbose-lean4/ ?
Frederick Pu (Dec 25 2023 at 19:42):
Julian Berman said:
Is it not https://github.com/PatrickMassot/verbose-lean4/ ?
I don't think so. Patrick Massot's demo converts raw lean4 code into natural language. Lean verbose seems to be simply a macro wrapper for regular lean4 tactics and definitions.
Johan Commelin (Dec 25 2023 at 19:45):
I'm not sure "simply" is the right word. But yes, it's a different project.
Patrick Massot (Dec 26 2023 at 20:09):
Lean verbose is quite a bit more than a wrapper. But it is indeed much simpler than informal Lean and going in the opposite direction.
Last updated: May 02 2025 at 03:31 UTC