Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
awodey committed Feb 5, 2025
1 parent 60cd914 commit 7679a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprint/src/chapter/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
\end{align*}

\textbf{The Set Universe}
$$\text{S} := \sum_{u : \text{U}} \text{isSet}(\text{El}(u))$$
$$\text{Set} := \sum_{u : \text{U}} \text{isSet}(\text{El}(u))$$

\textbf{Type Equivalence}
$$A \simeq B := \sum_{f :A \to B}\sum_{g :B \to A}\sum_{h :B \to A}\Big(\prod_{a : A} \text{id}_{A}(g(f(a)),a) \Big) \times \Big(\prod_{b : B} \text{id}_{B}(f(h(b)),b) \Big)$$
Expand All @@ -177,7 +177,7 @@
$$\text{UA}: \prod_{x : \text{U}} \prod_{y : \text{U}} \text{Id}_{\text{U}}(x,y) \simeq \Big(\text{El}(x) \simeq \text{El}(y)\Big)$$

\textbf{The Univalence Axiom for Sets}
$$\text{UAset}: \prod_{x : \text{S}} \prod_{y : \text{S}} \text{Id}_{\text{S}}(x,y) \simeq \Big(\text{El}(x) \cong \text{El}(y)\Big)$$
$$\text{UASet}: \prod_{x : \text{Set}} \prod_{y : \text{S}} \text{Id}_{\text{Set}}(x,y) \simeq \Big(\text{El}(x) \cong \text{El}(y)\Big)$$

\textbf{Function Extensionality}
$$\text{FunExt}: \prod_{a : \text{U}} \prod_{b : \text{U}} \prod_{f : \text{El}(a) \to \text{El}(b)} \prod_{g : \text{El}(a) \to \text{El}(b)}\Big( \prod_{\alpha : \text{El}(a)}\text{id}_{\text{El(b)}}(f\alpha,g\alpha)\Big) \simeq \text{id}_{\text{El}(a) \to \text{El}(b)}(f,g)$$

0 comments on commit 7679a49

Please sign in to comment.