--- license: other task_categories: - text-generation - feature-extraction language: - en tags: - theorem-proving - formal-methods - cubicaltt - cubical-type-theory - homotopy-type-theory size_categories: - 10K M -> M) : prop (isAssociative M op) = let B (a b c : M) : U = Path M (op a (op b c)) (op (op a b) c) h (a b c : M) : prop (B a b c) = sM (op a (op b c)) (op (op a b) c) in propPi3 M B h ``` - type: def | symbolic_name: `propisAssociative` | examples/algstruct.ctt ## 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{cubicaltt_dataset, title = {cubicaltt}, author = {Norton, Charles}, year = {2026}, note = {Extracted from https://github.com/mortberg/cubicaltt, commit 9baa6f2491cc}, url = {https://huggingface.co/datasets/phanerozoic/cubicaltt} } ```