aboutsummaryrefslogtreecommitdiff
path: root/Empty.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-30 00:45:08 +0200
committerJosh Chen2018-08-30 00:45:08 +0200
commita7b46d4b0204571ba9124accebc84f77ae0bed26 (patch)
tree5b96f1637659816097c12cdeb3b518e6f7fe0034 /Empty.thy
parent5193d4dd1ebef7fa000489710ff138ab98876c52 (diff)
Add leq relation to meta-ordinals, it helps with proofs
Diffstat (limited to '')
-rw-r--r--Empty.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Empty.thy b/Empty.thy
index 1b339ba..8f5cc8c 100644
--- a/Empty.thy
+++ b/Empty.thy
@@ -17,7 +17,7 @@ axiomatization
Empty :: Term ("\<zero>") and
indEmpty :: "Term \<Rightarrow> Term" ("(1ind\<^sub>\<zero>)")
where
- Empty_form: "\<zero> : U(O)"
+ Empty_form: "\<zero>: U(O)"
and
Empty_elim: "\<lbrakk>C: \<zero> \<longrightarrow> U(i); z: \<zero>\<rbrakk> \<Longrightarrow> ind\<^sub>\<zero>(z): C(z)"