aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy
diff options
context:
space:
mode:
authorJosh Chen2018-06-17 20:37:33 +0200
committerJosh Chen2018-06-17 20:37:33 +0200
commitf88e1c0de030ac32014dd6f4f04fb4c6961b93ab (patch)
tree5312f5dac83bdf6dbe58e8b295475ace73ae2056 /HoTT_Base.thy
parent7d8becd9e936c7a1212731ee92a85909c780f250 (diff)
Proof of projection functions now harder. Should look up automation methods.
Diffstat (limited to '')
-rw-r--r--HoTT_Base.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy
index 7794601..9b7c3e2 100644
--- a/HoTT_Base.thy
+++ b/HoTT_Base.thy
@@ -34,7 +34,7 @@ consts
is_of_type :: "[Term, Term] \<Rightarrow> prop" ("(1_ :/ _)" [0, 0] 1000)
axiomatization where
- inhabited_implies_type [intro]: "\<And>a A. a : A \<Longrightarrow> A : U"
+ inhabited_implies_type: "\<And>a A. a : A \<Longrightarrow> A : U"
section \<open>Type families\<close>