src/ZF/Zorn.ML
changeset 7499 23e090051cb8
parent 6065 3b4a29166f26
child 9907 473a6604da94
--- a/src/ZF/Zorn.ML	Mon Sep 06 22:12:08 1999 +0200
+++ b/src/ZF/Zorn.ML	Tue Sep 07 10:40:58 1999 +0200
@@ -300,7 +300,7 @@
 by (Blast_tac 2);
 (*Now prove the well_foundedness goal*)
 by (rtac wf_onI 1);
-by (forward_tac [well_ord_TFin_lemma] 1 THEN assume_tac 1);
+by (ftac well_ord_TFin_lemma 1 THEN assume_tac 1);
 by (dres_inst_tac [("x","Inter(Z)")] bspec 1 THEN assume_tac 1);
 by (Blast_tac 1);
 qed "well_ord_TFin";