src/HOL/Hyperreal/Lim.ML
changeset 14369 c50188fe6366
parent 14365 3d4df8c166ae
child 14387 e96d5c42c4b0
--- a/src/HOL/Hyperreal/Lim.ML	Wed Jan 28 10:41:49 2004 +0100
+++ b/src/HOL/Hyperreal/Lim.ML	Wed Jan 28 17:01:01 2004 +0100
@@ -1734,11 +1734,9 @@
 by Auto_tac;  
 by (res_inst_tac [("x","s")] exI 1 THEN Clarify_tac 1);
 by (res_inst_tac [("x","abs(f x) + 1")] exI 1 THEN Clarify_tac 1);
-by (dres_inst_tac [("x","xa - x")] spec 1 THEN Safe_tac);
-by (arith_tac 1);
-by (arith_tac 1);
-by (asm_full_simp_tac (simpset() addsimps [abs_ge_self]) 1); 
-by (arith_tac 1);
+by (dres_inst_tac [("x","xa - x")] spec 1);
+by (auto_tac (claset(), simpset() addsimps [abs_ge_self]));
+by (REPEAT (arith_tac 1));
 qed "isCont_bounded";
 
 (*----------------------------------------------------------------------------*)