LLMs as Copilots for Theorem Proving in Lean
-
Updated
Feb 17, 2026 - C++
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.
LLMs as Copilots for Theorem Proving in Lean
Visualizer for mathlib library inspired in https://github.com/Crispher/MathlibExplorer . The idea is to connect each topic based on standard curricula to each file in mathlib so new code and math topics can be implemented faster.
Created by Leonardo de Moura
Released 2013