src/HOL/Hyperreal/HRealAbs.ML
changeset 14299 0b5c0b0a3eba
parent 12018 ec054019c910
child 14331 8dbbb7cf3637
--- a/src/HOL/Hyperreal/HRealAbs.ML	Tue Dec 16 23:24:17 2003 +0100
+++ b/src/HOL/Hyperreal/HRealAbs.ML	Wed Dec 17 16:23:52 2003 +0100
@@ -18,15 +18,6 @@
 qed "hrabs_number_of";
 Addsimps [hrabs_number_of];
 
-Goalw [hrabs_def]
-     "abs (Abs_hypreal (hyprel `` {X})) = \
-\     Abs_hypreal(hyprel `` {%n. abs (X n)})";
-by (auto_tac (claset(),
-              simpset_of HyperDef.thy 
-                  addsimps [hypreal_zero_def, hypreal_le,hypreal_minus]));
-by (ALLGOALS(Ultra_tac THEN' arith_tac ));
-qed "hypreal_hrabs";
-
 (*------------------------------------------------------------
    Properties of the absolute value function over the reals
    (adapted version of previously proved theorems about abs)