NEWS
changeset 47142 d64fa2ca54b8
parent 47113 b5a5662528fb
child 47158 d317a71f24d5
child 47159 978c00c20a59
--- a/NEWS	Tue Mar 27 12:42:54 2012 +0200
+++ b/NEWS	Tue Mar 27 14:49:56 2012 +0200
@@ -136,6 +136,16 @@
 
 * New type synonym 'a rel = ('a * 'a) set
 
+* Theory Divides: Discontinued redundant theorems about div and mod.
+INCOMPATIBILITY, use the corresponding generic theorems instead.
+
+  DIVISION_BY_ZERO ~> div_by_0, mod_by_0
+  zdiv_self ~> div_self
+  zmod_self ~> mod_self
+  zdiv_zero ~> div_0
+  zmod_zero ~> mod_0
+  zmod_zdiv_trivial ~> mod_div_trivial
+
 * More default pred/set conversions on a couple of relation operations
 and predicates.  Consolidation of some relation theorems: