src/HOL/Induct/LList.ML
changeset 9870 2374ba026fc6
parent 9747 043098ba5098
child 10186 499637e8f2c6
--- a/src/HOL/Induct/LList.ML	Tue Sep 05 21:06:01 2000 +0200
+++ b/src/HOL/Induct/LList.ML	Wed Sep 06 08:04:41 2000 +0200
@@ -128,7 +128,7 @@
 qed "LListD_unfold";
 
 Goal "!M N. (M,N) : LListD(diag A) --> ntrunc k M = ntrunc k N";
-by (induct_thm_tac less_induct "k" 1);
+by (induct_thm_tac nat_less_induct "k" 1);
 by (safe_tac (claset() delrules [equalityI]));
 by (etac LListD.elim 1);
 by (safe_tac (claset() delrules [equalityI]));
@@ -287,7 +287,7 @@
 by (rtac (ntrunc_equality RS ext) 1);
 by (rename_tac "x k" 1);
 by (res_inst_tac [("x", "x")] spec 1);
-by (induct_thm_tac less_induct "k" 1);
+by (induct_thm_tac nat_less_induct "k" 1);
 by (rename_tac "n" 1);
 by (rtac allI 1);
 by (rename_tac "y" 1);