fixed PROOF FAILED
authorpaulson
Thu, 10 Sep 1998 17:42:02 +0200
changeset 5469 024d887eae50
parent 5468 079d8eb6db19
child 5470 855654b691db
fixed PROOF FAILED
src/ZF/Zorn.ML
--- a/src/ZF/Zorn.ML	Thu Sep 10 17:40:03 1998 +0200
+++ b/src/ZF/Zorn.ML	Thu Sep 10 17:42:02 1998 +0200
@@ -217,7 +217,7 @@
 by (rtac CollectI 1 THEN Blast_tac 1);
 by Safe_tac;
 by (res_inst_tac  [("m1","B"), ("n1","Ba")] (TFin_subset_linear RS disjE) 1);
-by (ALLGOALS Fast_tac);
+by (ALLGOALS Fast_tac);   (*Blast_tac's slow*)
 qed "TFin_chain_lemma4";
 
 Goal "EX c. c : maxchain(S)";
@@ -256,7 +256,7 @@
 by (asm_full_simp_tac (simpset() addsimps [maxchain_def]) 1);
 by (rename_tac "c" 1);
 by (res_inst_tac [("x", "Union(c)")] bexI 1);
-by (Fast_tac 2);  (*Blast_tac: PROOF FAILED*)
+by (Blast_tac 2);
 by Safe_tac;
 by (rename_tac "z" 1);
 by (rtac classical 1);