aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy
diff options
context:
space:
mode:
authorJosh Chen2018-07-03 18:57:57 +0200
committerJosh Chen2018-07-03 18:57:57 +0200
commit7823d59b2d9436f1bf0042fff62ee2bcc4c29ec0 (patch)
treee45df70f36abdedfa0e5c2bcaebfb11022b18a41 /HoTT_Base.thy
parent9ffa5ed2a972db4ae6274a7852de37945a32ab0e (diff)
Refactor HoTT_Methods.thy, proved more stuff with new methods.
Diffstat (limited to 'HoTT_Base.thy')
-rw-r--r--HoTT_Base.thy4
1 files changed, 3 insertions, 1 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy
index e5c0776..eaebfb0 100644
--- a/HoTT_Base.thy
+++ b/HoTT_Base.thy
@@ -9,12 +9,14 @@ theory HoTT_Base
imports Pure
begin
+
section \<open>Setup\<close>
-text "Declare rules expressing necessary wellformedness conditions for type and inhabitation judgments."
+text "Declare rules expressing necessary wellformedness conditions for type and inhabitation judgments, to be used by proof methods later (see HoTT_Methods.thy)."
named_theorems wellform
+
section \<open>Metalogical definitions\<close>
text "A single meta-type \<open>Term\<close> suffices to implement the object-logic types and terms.