src/HOL/NatDef.ML
changeset 10186 499637e8f2c6
parent 9969 4753185f1dd2
child 10202 9e8b4bebc940
--- a/src/HOL/NatDef.ML	Wed Oct 11 00:03:22 2000 +0200
+++ b/src/HOL/NatDef.ML	Wed Oct 11 09:09:06 2000 +0200
@@ -8,7 +8,7 @@
 by (REPEAT (ares_tac [monoI, subset_refl, image_mono, Un_mono] 1));
 qed "Nat_fun_mono";
 
-bind_thm ("Nat_unfold", Nat_fun_mono RS (Nat_def RS def_lfp_Tarski));
+bind_thm ("Nat_unfold", Nat_fun_mono RS (Nat_def RS def_lfp_unfold));
 
 (* Zero is a natural number -- this also justifies the type definition*)
 Goal "Zero_Rep: Nat";