aboutsummaryrefslogtreecommitdiff
path: root/Unit.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-16 11:03:48 +0200
committerJosh Chen2018-09-16 11:03:48 +0200
commitd4900ced2e071927d81a21a9127034941f258ec3 (patch)
treec0289b3fd8337a05baa7740ca3f5e84c57f539ca /Unit.thy
parent515872533295e8464799467303fff923b52a2c01 (diff)
parentf0999d07a0f41284ba84fae725a0186e0ec9ff5f (diff)
Reorganized HoTT_Base, updated theories
Diffstat (limited to 'Unit.thy')
-rw-r--r--Unit.thy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Unit.thy b/Unit.thy
index 6adfb02..6760f27 100644
--- a/Unit.thy
+++ b/Unit.thy
@@ -16,13 +16,13 @@ axiomatization
pt :: Term ("\<star>") and
indUnit :: "[Term, Term] \<Rightarrow> Term" ("(1ind\<^sub>\<one>)")
where
- Unit_form: "\<one>: U(O)"
+ Unit_form: "\<one>: U O"
and
Unit_intro: "\<star>: \<one>"
and
- Unit_elim: "\<lbrakk>C: \<one> \<longrightarrow> U(i); c: C(\<star>); a: \<one>\<rbrakk> \<Longrightarrow> ind\<^sub>\<one>(c)(a) : C(a)"
+ Unit_elim: "\<lbrakk>C: \<one> \<longrightarrow> U i; c: C \<star>; a: \<one>\<rbrakk> \<Longrightarrow> ind\<^sub>\<one> c a: C a"
and
- Unit_comp: "\<lbrakk>C: \<one> \<longrightarrow> U(i); c: C(\<star>)\<rbrakk> \<Longrightarrow> ind\<^sub>\<one>(c)(\<star>) \<equiv> c"
+ Unit_comp: "\<lbrakk>C: \<one> \<longrightarrow> U i; c: C \<star>\<rbrakk> \<Longrightarrow> ind\<^sub>\<one> c \<star> \<equiv> c"
text "Rule attribute declarations:"