From 33d4303596ab0cc984f270fcce4623f8b384bda7 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Sat, 18 Aug 2018 23:57:06 +0200 Subject: Move Empty and Unit types to their own theories --- HoTT.thy | 2 ++ Prod.thy | 19 ------------------- Sum.thy | 13 ------------- 3 files changed, 2 insertions(+), 32 deletions(-) diff --git a/HoTT.thy b/HoTT.thy index 60e0e71..abb1085 100644 --- a/HoTT.thy +++ b/HoTT.thy @@ -13,10 +13,12 @@ HoTT_Methods (* Types *) Coprod +Empty Equal Nat Prod Sum +Unit (* Derived definitions and properties *) EqualProps diff --git a/Prod.thy b/Prod.thy index 9dbb01e..b0408b9 100644 --- a/Prod.thy +++ b/Prod.thy @@ -81,23 +81,4 @@ syntax "_COMPOSE" :: "[Term, Term] \ Term" (infixr "\" 70) translations "g \ f" \ "g o f" -section \Unit type\ - -axiomatization - Unit :: Term ("\") and - pt :: Term ("\") and - indUnit :: "[Term, Term] \ Term" ("(1ind\<^sub>\)") -where - Unit_form: "\: U(O)" -and - Unit_intro: "\: \" -and - Unit_elim: "\C: \ \ U(i); c: C(\); a: \\ \ ind\<^sub>\(c)(a) : C(a)" -and - Unit_comp: "\C: \ \ U(i); c: C(\)\ \ ind\<^sub>\(c)(\) \ c" - -lemmas Unit_comp [comp] -lemmas Unit_routine [intro] = Unit_form Unit_intro Unit_elim - - end diff --git a/Sum.thy b/Sum.thy index f97bef1..8d0b0e6 100644 --- a/Sum.thy +++ b/Sum.thy @@ -66,17 +66,4 @@ lemmas Sum_wellform [wellform] = Sum_wellform1 Sum_wellform2 lemmas Sum_routine [intro] = Sum_form Sum_intro Sum_elim -section \Empty type\ - -axiomatization - Empty :: Term ("\") and - indEmpty :: "Term \ Term" ("(1ind\<^sub>\)") -where - Empty_form: "\ : U(O)" -and - Empty_elim: "\C: \ \ U(i); z: \\ \ ind\<^sub>\(z): C(z)" - -lemmas Empty_routine [intro] = Empty_form Empty_elim - - end -- cgit v1.2.3