Proof Assistant Projects
Collection
Digesting proof assistant libraries for AI ingestion. • 103 items • Updated • 3
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Structured dataset from SciLean — Scientific computing.
95f8119a2884e9c41f82136523bd5568ea7075c5| Column | Type | Description |
|---|---|---|
| statement | string | Declaration signature/claim with the leading keyword removed (verbatim slice); the full declaration minus its proof |
| proof | string | Verbatim proof/body, empty if the declaration has none |
| type | string | Declaration keyword |
| symbolic_name | string | Declaration identifier |
| library | string | Sub-library |
| filename | string | Repository-relative source path |
| imports | list[string] | File-level Require/Import modules |
| deps | list[string] | Intra-corpus identifiers referenced |
| docstring | string | Preceding documentation comment, empty if absent |
| source_url | string | Upstream repository |
| commit | string | Upstream commit extracted |
| Type | Count |
|---|---|
| theorem | 2,036 |
| def | 1,986 |
| structure | 218 |
| abbrev | 195 |
| class | 152 |
| instance | 114 |
| macro | 106 |
| inductive | 74 |
| axiom | 35 |
| elab | 33 |
| opaque | 24 |
| lemma | 1 |
linkArgs
if System.Platform.isWindows then
#[]
else if System.Platform.isOSX then
#["-L/opt/homebrew/opt/openblas/lib",
"-L/usr/local/opt/openblas/lib", "-lblas"]
else -- assuming linux
#["-L/usr/lib/x86_64-linux-gnu/", "-lblas", "-lm"]
linkArgs | lakefile.leanEach declaration is split into a statement (signature/claim) and a proof (body) that are disjoint
and together form the complete declaration, for proof modeling, autoformalization, retrieval, and
dependency analysis via deps.
@misc{lean4_scilean_dataset,
title = {Lean4-SciLean},
author = {Norton, Charles},
year = {2026},
note = {Extracted from https://github.com/lecopivo/SciLean, commit 95f8119a2884},
url = {https://huggingface.co/datasets/phanerozoic/Lean4-SciLean}
}