NEWS
changeset 76280 e381884c09d4
parent 76275 b446004b2464
parent 76269 cee0b9fccf6f
child 76283 bed09d3ddc23
--- a/NEWS	Thu Oct 13 11:22:32 2022 +0200
+++ b/NEWS	Thu Oct 13 14:49:15 2022 +0200
@@ -4,6 +4,38 @@
 (Note: Isabelle/jEdit shows a tree-view of the NEWS file in Sidekick.)
 
 
+New in this Isabelle version
+----------------------------
+
+*** HOL ***
+
+* Theory "HOL.Relation":
+  - 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]
+      totalp_on_singleton[simp]
+
+* Theory "HOL.Wellfounded":
+  - Added lemmas.
+      wfP_if_convertible_to_nat
+      wfP_if_convertible_to_wfP
+      wf_if_convertible_to_wf
+
+* Theory "HOL-Library.FSet":
+  - Added lemmas.
+      fimage_strict_mono
+      inj_on_strict_fsubset
+
+
 New in Isabelle2022 (October 2022)
 ----------------------------------