src/ZF/WF.ML
changeset 5265 9d1d4c43c76d
parent 5147 825877190618
child 5321 f8848433d240
--- a/src/ZF/WF.ML	Thu Aug 06 10:37:39 1998 +0200
+++ b/src/ZF/WF.ML	Thu Aug 06 10:38:57 1998 +0200
@@ -38,13 +38,11 @@
 qed "wf_iff_wf_on_field";
 
 Goalw [wf_on_def, wf_def] "[| wf[A](r);  B<=A |] ==> wf[B](r)";
-by (Clarify_tac 1);  (*essential for Blast_tac's efficiency*)
-by (Blast_tac 1);
+by (Fast_tac 1);
 qed "wf_on_subset_A";
 
 Goalw [wf_on_def, wf_def] "[| wf[A](r);  s<=r |] ==> wf[A](s)";
-by (Clarify_tac 1);  (*essential for Blast_tac's efficiency*)
-by (Blast_tac 1);
+by (Fast_tac 1);
 qed "wf_on_subset_r";
 
 (** Introduction rules for wf_on **)