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 of definitions and theorems from the Coq standard library.
f76a666b0b2c28c671d4fdf6dd25bcab865b9c36| 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 |
|---|---|
| Lemma | 10,045 |
| Definition | 2,527 |
| Notation | 1,550 |
| Theorem | 1,386 |
| Instance | 736 |
| Ltac | 597 |
| Fixpoint | 512 |
| Parameter | 305 |
| Inductive | 182 |
| Axiom | 127 |
| Hypothesis | 107 |
| Let | 105 |
| Record | 60 |
| Class | 45 |
| Example | 42 |
| Corollary | 24 |
| Fact | 17 |
| Coercion | 12 |
| Remark | 11 |
| Scheme | 10 |
| Parameters | 6 |
| CoFixpoint | 5 |
| Variant | 3 |
| CoInductive | 3 |
| Proposition | 1 |
| Structure | 1 |
gt_pred_stt : forall n m, m > S n -> pred m > n
:= fun n m Hgt => proj1 (Nat.lt_succ_lt_pred n m) Hgt.
gt_pred_stt | theories/Arith/Arith_base.vEach 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{coq_stdlib_dataset,
title = {Coq-Stdlib},
author = {Norton, Charles},
year = {2026},
note = {Extracted from https://github.com/rocq-prover/stdlib, commit f76a666b0b2c},
url = {https://huggingface.co/datasets/phanerozoic/Coq-Stdlib}
}