> For the complete documentation index, see [llms.txt](https://mandober.gitbook.io/math-debrief/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandober.gitbook.io/math-debrief/350-type-theory/itt.md).

# Intuitionistic type theory

* Intuitionistic type theory (ITT)
* Constructive type theory (CTT)
* Martin-Löf type theory (MLTT)
  * MLTT71
  * MLTT72
  * MLTT73
  * MLTT79
* intuitionistic intensional type theory
* intuitionistic extensional type theory
* intuitionistic predicative type theory
* intuitionistic impredicative type theory
* constructive logic
* Girard's paradox
* dependent types
* inductive types
* unbounded data structures
* judgement, entailment (turnstile), antecedents (context), conclusion

ITT types

* Base types
  * 0 type, `⟘`, bottom, the empty type
  * 1 type, `()`, the unit type
  * 2 type
* Type ctors
  * `Σ`-types: dependent ordered pairs, existential quantification
  * `Π`-types: dependent functions, universal quantification
  * `=`-types: reflection
  * inductive types
  * universe types
    * predicative hierarchy of universes:
      * `𝒰₀, 𝒰₁, 𝒰₂, …`
      * `𝒰₀ : 𝒰₁`, `𝒰₁ : 𝒰₂`, …
    * predicative universes
    * impredicative universes
    * super universes
    * Mahlo universes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandober.gitbook.io/math-debrief/350-type-theory/itt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
