src/ZF/ex/PropLog.ML
changeset 11233 34c81a796ee3
parent 6154 6a00a5baef2b
child 11316 b4e71bd751e4
--- a/src/ZF/ex/PropLog.ML	Thu Mar 29 13:59:54 2001 +0200
+++ b/src/ZF/ex/PropLog.ML	Fri Mar 30 12:31:10 2001 +0200
@@ -190,9 +190,7 @@
  could probably prove the stronger hyps(p,t) : Fin(hyps(p,0) Un hyps(p,nat))*)
 Goal "p: prop ==> hyps(p,t) : Fin(UN v:nat. {#v, #v=>Fls})";
 by (induct_tac "p" 1);
-by (asm_simp_tac (simpset() addsimps [UN_I]) 2);
-by (ALLGOALS Asm_simp_tac);
-by (blast_tac (claset() addIs Fin.intrs) 1);
+by Auto_tac;  
 qed "hyps_finite";
 
 val Diff_weaken_left = subset_refl RSN (2, Diff_mono) RS weaken_left;