NEWS: infinite products
authorpaulson <lp15@cam.ac.uk>
Mon, 04 Jun 2018 21:03:10 +0100
changeset 68373 f254e383bfe9
parent 68372 8e9da2d09dc6
child 68377 1d1e9f9f8641
NEWS: infinite products
NEWS
--- a/NEWS	Mon Jun 04 21:00:21 2018 +0100
+++ b/NEWS	Mon Jun 04 21:03:10 2018 +0100
@@ -239,14 +239,14 @@
 * Abstract bit operations as part of Main: push_bit, take_bit,
 drop_bit.
 
-* New, more general, axiomatization of complete_distrib_lattice. 
+* New, more general, axiomatization of complete_distrib_lattice.
 The former axioms:
 "sup x (Inf X) = Inf (sup x ` X)" and "inf x (Sup X) = Sup (inf x ` X)"
-are replaced by 
+are replaced by
 "Inf (Sup ` A) <= Sup (Inf ` {f ` A | f . (! Y \<in> A . f Y \<in> Y)})"
-The instantiations of sets and functions as complete_distrib_lattice 
+The instantiations of sets and functions as complete_distrib_lattice
 are moved to Hilbert_Choice.thy because their proofs need the Hilbert
-choice operator. The dual of this property is also proved in 
+choice operator. The dual of this property is also proved in
 Hilbert_Choice.thy.
 
 * New syntax for the minimum/maximum of a function over a finite set:
@@ -295,7 +295,7 @@
 * Predicate pairwise_coprime abolished, use "pairwise coprime" instead.
 INCOMPATIBILITY.
 
-* The relator rel_filter on filters has been strengthened to its 
+* The relator rel_filter on filters has been strengthened to its
 canonical categorical definition with better properties. INCOMPATIBILITY.
 
 * Generalized linear algebra involving linear, span, dependent, dim
@@ -308,7 +308,7 @@
 
 * HOL-Algebra: renamed (^) to [^]
 
-* Session HOL-Analysis: Moebius functions, the Riemann mapping
+* Session HOL-Analysis: infinite products, Moebius functions, the Riemann mapping
 theorem, the Vitali covering theorem, change-of-variables results for
 integration and measures.