aboutsummaryrefslogtreecommitdiff
path: root/Univalence.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-12 06:33:55 +0200
committerJosh Chen2018-09-12 06:33:55 +0200
commita1afde729f1d9b2f930696b117cfaec827eaa178 (patch)
tree651ad0a1413cd911bf81caa862928117015fc6a7 /Univalence.thy
parentd7b9fc814d0fcb296156143a5d9bc3f5d9ad9ad1 (diff)
Some final touchups before release 0.1 for the MS thesis
Diffstat (limited to '')
-rw-r--r--Univalence.thy4
1 files changed, 3 insertions, 1 deletions
diff --git a/Univalence.thy b/Univalence.thy
index 80325f3..8599ba7 100644
--- a/Univalence.thy
+++ b/Univalence.thy
@@ -15,6 +15,8 @@ begin
section \<open>Homotopy and equivalence\<close>
+text "We define polymorphic constants implementing the definitions of homotopy and equivalence."
+
axiomatization homotopic :: "[Term, Term] \<Rightarrow> Term" (infix "~" 100) where
homotopic_def: "\<lbrakk>
f: \<Prod>x:A. B x;
@@ -166,7 +168,7 @@ proof
qed
-text "The univalence axiom:"
+text "The univalence axiom."
axiomatization univalence :: Term where
ua: "univalence: isequiv idtoeqv"