removed duplicate Compl_atMost;
authorwenzelm
Thu, 13 Jul 2000 23:09:03 +0200
changeset 9310 ab706fdb0842
parent 9309 4078d5e8b293
child 9311 ab5b24cbaa16
removed duplicate Compl_atMost;
src/HOL/SetInterval.ML
--- a/src/HOL/SetInterval.ML	Thu Jul 13 23:08:42 2000 +0200
+++ b/src/HOL/SetInterval.ML	Thu Jul 13 23:09:03 2000 +0200
@@ -132,21 +132,9 @@
 by (Blast_tac 1);
 qed "UN_atMost_UNIV";
 
-Goalw [atMost_def, le_def]
-    "!!k:: 'a::linorder. -atMost k = greaterThan k";
-by Auto_tac;
-by (blast_tac (claset() addIs [linorder_not_less RS iffD1]) 1);
-by (blast_tac (claset() addIs [order_le_less_trans RS 
-	                       (order_less_irrefl RS notE)]) 1);
-qed "Compl_atMost";
-Addsimps [Compl_atMost];
-
 
 (*** Combined properties ***)
 
 Goal "!!n:: 'a::order. atMost n Int atLeast n = {n}";
 by (blast_tac (claset() addIs [order_antisym]) 1);
 qed "atMost_Int_atLeast";
-
-
-