lean-theorem-proving-guide

Installation
SKILL.md

Lean Theorem Proving Agent Guide

Overview

LeanAgent is an LLM-based agent for automated theorem proving in Lean 4, a modern proof assistant. It combines LLM reasoning with formal verification — proposing proof steps that are verified by Lean's type checker. Can prove novel theorems, not just benchmarks, by exploring proof strategies, backtracking on failures, and learning from successful proofs.

Architecture

Theorem Statement (Lean 4)
   Goal Analysis Agent (understand proof obligations)
   Tactic Suggestion Agent (propose proof steps)
   Lean 4 Verification (check tactic correctness)
   Backtracking (if tactic fails, try alternatives)
Related skills
Installs
1
GitHub Stars
217
First Seen
Apr 13, 2026