Lecture notes for a course on writing proofs, on paper and in the Lean proof assistant
-
Updated
Dec 9, 2024 - HTML
8000
Lean is a functional programming language that makes it easy to write correct
and maintainable code. You can also use Lean as an interactive theorem prover.
Lean programming primarily involves defining types and functions. This allows
your focus to remain on the problem domain and manipulating its data, rather
than the details of programming.
Lecture notes for a course on writing proofs, on paper and in the Lean proof assistant
A tutorial on doing proofs with a computational flavour in the Lean proof assistant, and particularly on using the tactic polyrith
Created by Leonardo de Moura
Released 2013