--- license: lgpl-2.1 task_categories: - text-generation - feature-extraction language: - en tags: - theorem-proving - formal-methods - coq - standard-library size_categories: - 1K S n -> pred m > n := fun n m Hgt => proj1 (Nat.lt_succ_lt_pred n m) Hgt. ``` - type: Definition | symbolic_name: `gt_pred_stt` | theories/Arith/Arith_base.v ## Use Each 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`. ## Citation ```bibtex @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} } ```