--- license: other task_categories: - text-generation - feature-extraction language: - en tags: - theorem-proving - formal-methods - arend size_categories: - 10K g = h \where { \func comp {C : Precat} {x y z : C} (g : Mono {C} {y} {z}) (f : Mono {C} {x} {y}) : Mono {C} {x} {z} (g.f ∘ f) \cowith | isMono p => f.isMono (g.isMono (inv o-assoc *> p *> o-assoc)) } ``` - type: \record | symbolic_name: `Mono` | src/Category.ard ## 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{arend_dataset, title = {Arend}, author = {Norton, Charles}, year = {2026}, note = {Extracted from https://github.com/JetBrains/arend-lib, commit 373ed3c493f4}, url = {https://huggingface.co/datasets/phanerozoic/Arend} } ```