--- license: bsd-2-clause task_categories: - text-generation - feature-extraction language: - en tags: - theorem-proving - formal-methods - coq - hott - homotopy-type-theory size_categories: - 10K B) (f : B <~> C) (g : C <~> D) : g oE (f oE e) = (g oE f) oE e. Proof. apply path_equiv; reflexivity. Defined. ``` - type: Definition | symbolic_name: `ecompose_e_ee` | theories/EquivGroupoids.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_hott_dataset, title = {Coq-HoTT}, author = {Norton, Charles}, year = {2026}, note = {Extracted from https://github.com/HoTT/Coq-HoTT, commit b75eadc7cb2b}, url = {https://huggingface.co/datasets/phanerozoic/Coq-HoTT} } ```