src/ZF/ex/misc.ML
changeset 1782 ab45b881fa62
parent 1646 f48fafc18a88
child 2469 b50b8c0eec01
--- a/src/ZF/ex/misc.ML	Fri May 31 20:25:59 1996 +0200
+++ b/src/ZF/ex/misc.ML	Mon Jun 03 11:41:00 1996 +0200
@@ -60,10 +60,7 @@
 
 goalw ZF.thy [Pi_def, function_def]
     "r: domain(r)->B  <->  r <= domain(r)*B & (ALL X. r `` (r -`` X) <= X)";
-by (safe_tac ZF_cs);
-by (fast_tac ZF_cs 1);
-by (eres_inst_tac [("x", "{y}")] allE 1);
-by (fast_tac ZF_cs 1);
+by (best_tac ZF_cs 1);
 result();