aboutsummaryrefslogtreecommitdiff
path: root/Nat.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-13 10:37:20 +0200
committerJosh Chen2018-08-13 10:37:20 +0200
commit962fc96123039b53b9c6946796e909fb50ec9004 (patch)
tree16f7d456fef26b6eb549200515a274e8ed3fc388 /Nat.thy
parent7a89ec1e72f61179767c6488177c6d12e69388c5 (diff)
rcompose done
Diffstat (limited to '')
-rw-r--r--Nat.thy1
1 files changed, 1 insertions, 0 deletions
diff --git a/Nat.thy b/Nat.thy
index bd2c4ca..eed9226 100644
--- a/Nat.thy
+++ b/Nat.thy
@@ -43,6 +43,7 @@ and
\<rbrakk> \<Longrightarrow> ind\<^sub>\<nat>(f)(a)(succ n) \<equiv> f(n)(ind\<^sub>\<nat> f a n)"
lemmas Nat_rules [intro] = Nat_form Nat_intro1 Nat_intro2 Nat_elim Nat_comp1 Nat_comp2
+lemmas Nat_intro = Nat_intro1 Nat_intro2
lemmas Nat_comps [comp] = Nat_comp1 Nat_comp2