Skip to content

Alizter/HoTT

This branch is 1 commit ahead of, 1668 commits behind HoTT/Coq-HoTT:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc98084 · Feb 19, 2024
Aug 19, 2023
Feb 14, 2024
Feb 12, 2024
Feb 19, 2024
Feb 19, 2024
Aug 19, 2023
Apr 28, 2022
Jul 13, 2016
Aug 26, 2013
Sep 4, 2023
Oct 3, 2012
May 17, 2021
Feb 12, 2024
Oct 8, 2023
May 25, 2021
Oct 8, 2023
Aug 26, 2014
Sep 3, 2023
Sep 18, 2023
Sep 3, 2023
Feb 19, 2024
Feb 19, 2024

Repository files navigation

Github Actions CI HoTT Zulip chat

Homotopy Type Theory is an interpretation of Martin-Löf’s intensional type theory into abstract homotopy theory. Propositional equality is interpreted as homotopy and type isomorphism as homotopy equivalence. Logical constructions in type theory then correspond to homotopy-invariant constructions on spaces, while theorems and even proofs in the logical system inherit a homotopical meaning. As the natural logic of homotopy, type theory is also related to higher category theory as it is used e.g. in the notion of a higher topos.

The HoTT library is a development of homotopy-theoretic ideas in the Coq proof assistant. It draws many ideas from Vladimir Voevodsky's Foundations library (which has since been incorporated into the UniMath library) and also cross-pollinates with the HoTT-Agda library. See also: HoTT in Lean2, Spectral Sequences in Lean2, and Cubical Agda.

More information about this library can be found in:

  • The HoTT Library: A formalization of homotopy type theory in Coq, Andrej Bauer, Jason Gross, Peter LeFanu Lumsdaine, Mike Shulman, Matthieu Sozeau, Bas Spitters, 2016 arXiv CPP17

Other publications related to the library can be found here.

Installation

The HoTT library is part of the Coq Platform and can be installed using the installation instructions there.

More detailed installation instructions are provided in the file INSTALL.md.

Usage

The HoTT library can be used like any other Coq library. If you wish to use the HoTT library in your own project, make sure to put the following arguments in your _CoqProject file:

-arg -noinit
-arg -indices-matter

For more advanced use such as contribution see INSTALL.md.

We recommend the following text editors:

Other methods of developing in coq will work as long as the correct arguments are passed.

Contributing

Contributions to the HoTT library are very welcome! For style guidelines and further information, see the file STYLE.md.

Licensing

The library is released under the permissive BSD 2-clause license, see the file LICENSE.txt for further information. In brief, this means you can do whatever you like with it, as long as you preserve the Copyright messages. And of course, no warranty!

Wiki

More information can be found in the Wiki.

Packages

No packages published

Languages

  • Coq 98.7%
  • Python 0.6%
  • Shell 0.5%
  • Haskell 0.1%
  • CSS 0.1%
  • Lua 0.0%