Simplified a proof
authorpaulson
Fri, 04 Apr 1997 11:32:44 +0200
changeset 2895 c1a00adb0a80
parent 2894 d2ffee4f811b
child 2896 86cc7ef9b30c
Simplified a proof
src/ZF/func.ML
--- a/src/ZF/func.ML	Fri Apr 04 11:28:28 1997 +0200
+++ b/src/ZF/func.ML	Fri Apr 04 11:32:44 1997 +0200
@@ -328,9 +328,8 @@
 \         (f Un g) : (A Un C) -> (B Un D)";
 (*Prove the product and domain subgoals using distributive laws*)
 by (asm_full_simp_tac (!simpset addsimps [Pi_iff,extension]@Un_rls) 1);
-by (safe_tac (!claset));
 by (rewtac function_def);
-by (Blast.depth_tac (!claset) 8 1);
+by (Blast_tac 1);
 qed "fun_disjoint_Un";
 
 goal ZF.thy