src/ZF/ex/Primrec.ML
changeset 6112 5e4871c5136b
parent 6071 1b2392ac5752
child 6153 bff90585cce5
--- a/src/ZF/ex/Primrec.ML	Wed Jan 13 11:56:28 1999 +0100
+++ b/src/ZF/ex/Primrec.ML	Wed Jan 13 11:57:09 1999 +0100
@@ -70,8 +70,7 @@
 by (etac (succ_leI RS lt_trans1) 2);
 by (rtac (nat_0I RS nat_0_le RS lt_trans) 1);
 by Auto_tac;
-qed "lt_ack2_lemma";
-bind_thm ("lt_ack2", (lt_ack2_lemma RS bspec));
+qed_spec_mp "lt_ack2";
 
 (*PROPERTY A 5-, the single-step lemma*)
 Goal "[| i:nat; j:nat |] ==> ack(i,j) < ack(i, succ(j))";