NEWS
changeset 74475 409ca22dee4c
parent 74474 253c98aa935a
child 74490 dd18b59aded7
--- a/NEWS	Thu Oct 07 10:34:48 2021 +0200
+++ b/NEWS	Wed Oct 06 14:19:46 2021 +0200
@@ -144,6 +144,15 @@
 
 *** HOL ***
 
+* Theory "HOL-Analysis.Infinite_Sum": new theory for infinite sums with
+a more general definition than the existing theory Infinite_Set_Sum.
+(Infinite_Set_Sum contains theorems relating the two definitions.)
+
+* Theory "HOL-Analysis.Product_Vector": Instantiation of the product of
+uniform spaces as a uniform space. Minor INCOMPATIBILITY: the old
+definition "uniformity_prod_def" is available as a derived fact
+"uniformity_dist".
+
 * Theorems "antisym" and "eq_iff" in class "order" have been renamed to
 "order.antisym" and "order.eq_iff", to coexist locally with "antisym"
 and "eq_iff" from locale "ordering". INCOMPATIBILITY: significant
@@ -232,6 +241,9 @@
     multiset_inter_count ~> count_inter_mset
     sup_subset_mset_count ~> count_union_mset
 
+* Theory "HOL-Library.Complex_Order": Defines less, less_eq on complex
+numbers. Not imported by default.
+
 * Theory "HOL-Library.Multiset": syntax precendence for membership
 operations has been adjusted to match the corresponding precendences on
 sets. Rare INCOMPATIBILITY.