tidied
authorpaulson
Thu, 10 Sep 1998 17:49:36 +0200
changeset 5472 746cd24ee3ac
parent 5471 a4c9eaff2333
child 5473 4abb47b79b86
tidied
src/ZF/AC/WO1_WO6.ML
--- a/src/ZF/AC/WO1_WO6.ML	Thu Sep 10 17:49:14 1998 +0200
+++ b/src/ZF/AC/WO1_WO6.ML	Thu Sep 10 17:49:36 1998 +0200
@@ -62,20 +62,20 @@
 (* ********************************************************************** *)
 
 Goalw WO_defs "[| m:nat; n:nat; m le n; WO4(m) |] ==> WO4(n)";
-by (fast_tac (claset() addIs [nat_le_imp_lepoll RSN (2, lepoll_trans)]) 1);
+by (rtac allI 1);
+by (dtac spec 1);
+by (blast_tac (claset() addIs [nat_le_imp_lepoll RSN (2, lepoll_trans)]) 1);
 qed "WO4_mono";
 
 (* ********************************************************************** *)
 
 Goalw WO_defs "[| m:nat; 1 le m; WO4(m) |] ==> WO5";
-    (*ZF_cs is essential: default claset's too slow*)
-by (fast_tac ZF_cs 1);
+by (Blast_tac 1);
 qed "WO4_WO5";
 
 (* ********************************************************************** *)
 
 Goalw WO_defs "WO5 ==> WO6";
-    (*ZF_cs is essential: default claset's too slow*)
-by (fast_tac ZF_cs 1);
+by (Blast_tac 1);
 qed "WO5_WO6";