induct: case names;
authorwenzelm
Fri, 05 Oct 2001 21:42:10 +0200
changeset 11696 233362cfecc7
parent 11695 8c66866fb0ff
child 11697 8dd899efbd35
induct: case names;
src/FOL/ex/Natural_Numbers.thy
--- a/src/FOL/ex/Natural_Numbers.thy	Fri Oct 05 21:37:33 2001 +0200
+++ b/src/FOL/ex/Natural_Numbers.thy	Fri Oct 05 21:42:10 2001 +0200
@@ -17,7 +17,7 @@
   rec :: "[nat, 'a, [nat, 'a] => 'a] => 'a"
 
 axioms
-  induct [induct type: nat]:
+  induct [case_names Zero Suc, induct type: nat]:
     "P(0) ==> (!!x. P(x) ==> P(Suc(x))) ==> P(n)"
   Suc_inject: "Suc(m) = Suc(n) ==> m = n"
   Suc_neq_0: "Suc(m) = 0 ==> R"