NEWS
authordesharna
Thu, 13 Oct 2022 17:00:43 +0200
changeset 76284 71bf371a9784
parent 76283 bed09d3ddc23
child 76285 8e777e0e206a
child 76292 2317e9a19239
NEWS
NEWS
--- a/NEWS	Thu Oct 13 16:45:49 2022 +0200
+++ b/NEWS	Thu Oct 13 17:00:43 2022 +0200
@@ -17,15 +17,15 @@
   - Strengthened lemma total_on_singleton. Minor INCOMPATIBILITY.
   - Added lemmas.
       antisym_if_asymp
-      antisymp_ge[simp]
-      antisymp_greater[simp]
       antisymp_if_asymp
-      antisymp_le[simp]
-      antisymp_less[simp]
       irreflD
       irreflpD
-      reflp_ge[simp]
-      reflp_le[simp]
+      order.antisymp_ge[simp]
+      order.antisymp_le[simp]
+      preorder.antisymp_greater[simp]
+      preorder.antisymp_less[simp]
+      preorder.reflp_ge[simp]
+      preorder.reflp_le[simp]
       totalp_on_singleton[simp]
 
 * Theory "HOL.Wellfounded":