tuned;
authorwenzelm
Tue, 16 Oct 2001 00:30:53 +0200
changeset 11789 da81334357ba
parent 11788 60054fee3c16
child 11790 42393a11642d
tuned;
src/FOL/ex/Natural_Numbers.thy
--- a/src/FOL/ex/Natural_Numbers.thy	Mon Oct 15 21:04:46 2001 +0200
+++ b/src/FOL/ex/Natural_Numbers.thy	Tue Oct 16 00:30:53 2001 +0200
@@ -17,7 +17,7 @@
   rec :: "[nat, 'a, [nat, 'a] => 'a] => 'a"
 
 axioms
-  induct [case_names Zero Suc, induct type: nat]:
+  induct [case_names 0 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"