less_induct, wf_induct_rule;
authorwenzelm
Thu, 06 Dec 2001 00:39:40 +0100
changeset 12397 6766aa05e4eb
parent 12396 2298d5b8e530
child 12398 9c27f28c8f5a
less_induct, wf_induct_rule;
src/HOL/PreList.thy
--- a/src/HOL/PreList.thy	Thu Dec 06 00:38:55 2001 +0100
+++ b/src/HOL/PreList.thy	Thu Dec 06 00:39:40 2001 +0100
@@ -14,8 +14,11 @@
 (*belongs to theory Divides*)
 declare dvdI [intro?]  dvdE [elim?]  dvd_trans [trans]
 
+(*belongs to theory Nat*)
+lemmas less_induct = nat_less_induct [rule_format, case_names less]
+
 (*belongs to theory Wellfounded_Recursion*)
-declare wf_induct [induct set: wf]
+lemmas wf_induct_rule = wf_induct [rule_format, case_names less, induct set: wf]
 
 
 (* generic summation indexed over nat *)