General References
Foundational
- Papers by Per Martin-Löf, mathematician and philosopher.
- It is impossible to understate the importance of Voevodsky’s ideas.
- Homotopy theoretic models of identity types by S. Awodey and M. Warren. Also at arXiv.org
Textbooks
The Symmetry Book: a work in progress under the UniMath umbrella. In their own words:
[…] an undergraduate textbook written in the univalent style, taking advantage of the presence of symmetry in the logic at an early stage.
Our reference text, the Homotopy Type Theory book.
Additional References
Expository articles:
Intuitionistic Type Theory in the Stanford Encyclopedia of Philosophy by Peter Dybjer and Erik Palmgren.
An introduction to Univalent Foundations for Mathematicians, by D. Grayson. Also at arXiv.org.
Homotopy Type Theory and Voevodsky’s Univalent Foundations by Á. Pelayo and M. Warren. Also at arXiv.org. With an ancillary file,
tutorial.v
, containing the related code (in Coq).Martin-Löf Complexes by S. Awodey, P. Hofstra, and M. Warren. Also at arXiv.org
Courses and Lectures
Theses
Agda References
Many of the following references have pointers to installation instructions. See however, install.html for a step-by-step guide.
Documentation
- Agda wiki
- The Agda documentation. You may want to start here.
- Agda further references.
Courses using Agda
- Programming Language Foundations in Agda by Philip Wadler.
- CS410-17 (Video lectures) (alternatively here, with Agda exercises and solutions), by Conor McBride.