Homotopy Type Theory cohesive homotopy type theory > history (Rev #11, changes)

Showing changes from revision #10 to #11: Added | Removed | Changed

\tableofcontents

\section{Presentation}

We shall be using a combination of the objective type theory version of homotopy type theory, described in homotopy type theory along with the cohesive homotopy type theory developed by Mike Shulman.

\subsection{Judgments and contexts}

Cohesive homotopy type theory consists of four judgments: type judgments AtypeA \; \mathrm{type}, where we judge AA to be a type, cohesive typing judgments, where we judge aa to cohesively be an element of AA, a:Aa:A, crisp typing judgments, where we judge aa to crisply be an element of AA, a::Aa::A, and context judgments, where we judge Γ\Gamma to be a context, Γctx\Gamma \; \mathrm{ctx}. Contexts are lists of typing judgments a:Aa:A, b:Bb:B, c:Cc:C, et cetera, and crisp typing judgments a::Aa::A, b::Bb::B, c::Cc::C et cetera, and are formalized by the rules for the empty context and extending the context by a cohesive typing judgment and a crisp typing judgment

()ctxΓctxΓAtype(Γ,a:A)ctxΓctxΓAtype(Γ,a::A)ctx\frac{}{() \; \mathrm{ctx}} \qquad \frac{\Gamma \; \mathrm{ctx} \quad \Gamma \vdash A \; \mathrm{type}}{(\Gamma, a:A) \; \mathrm{ctx}} \qquad \frac{\Gamma \; \mathrm{ctx} \quad \Gamma \vdash A \; \mathrm{type}}{(\Gamma, a::A) \; \mathrm{ctx}}

\section{See also}

\section{References}

  • Mike Shulman, Brouwer’s fixed-point theorem in real-cohesive homotopy type theory, Mathematical Structures in Computer Science Vol 28 (6) (2018): 856-941 (arXiv:1509.07584, doi:10.1017/S0960129517000147)

  • Homotopy Type Theory: Univalent Foundations of Mathematics, The Univalent Foundations Program, Institute for Advanced Study, 2013. (web, pdf)

  • Egbert Rijke, Introduction to Homotopy Type Theory, Cambridge Studies in Advanced Mathematics, Cambridge University Press (pdf) (478 pages)

  • Benno van den Berg, Martijn den Besten, Quadratic type checking for objective type theory (arXiv:2102.00905)

Revision on October 7, 2022 at 22:01:08 by Anonymous?. See the history of this page for a list of all contributions to it.