Zulip Chat Archive
Stream: general
Topic: a typo in Theorem Proving in Lean 4
Stepan Holub (Jul 14 2024 at 09:56):
I believe, in Theorem Proving in Lean 4, there is a small but unpleasant (especially for the beginner at this stage) typo:
Incidentally, just as
Falsehas only an elimination rule,Truehas only an introduction rule,True.intro : true. In other words,Trueis simply true, and has a canonical proof,True.intro.
It should be True.intro : True (capital T).
(BTW, what is the preferred way for this kind of proof-reading message?)
Kevin Buzzard (Jul 14 2024 at 10:01):
Just make a PR to the book! It's at https://github.com/leanprover/theorem_proving_in_lean4 . They'll be grateful.
Stepan Holub (Jul 15 2024 at 08:45):
Done. Thanks.
Last updated: May 02 2025 at 03:31 UTC