NEWS
changeset 63795 7f6128adfe67
parent 63793 e68a0b651eb5
child 63807 5f77017055a3
equal deleted inserted replaced
63794:bcec0534aeea 63795:7f6128adfe67
   491 
   491 
   492 * There are some new simplification rules about multisets, the multiset
   492 * There are some new simplification rules about multisets, the multiset
   493 ordering, and the subset ordering on multisets.
   493 ordering, and the subset ordering on multisets.
   494 INCOMPATIBILITY.
   494 INCOMPATIBILITY.
   495 
   495 
   496 * The subset ordering on multisets has now the interpretation
   496 * The subset ordering on multisets has now the interpretations
   497 ordered_ab_semigroup_monoid_add_imp_le.
   497 ordered_ab_semigroup_monoid_add_imp_le and bounded_lattice_bot.
   498 INCOMPATIBILITY.
   498 INCOMPATIBILITY.
   499 
   499 
   500 * Multiset: single has been removed in favor of add_mset that roughly
   500 * Multiset: single has been removed in favor of add_mset that roughly
   501 corresponds to Set.insert. Some theorems have removed or changed:
   501 corresponds to Set.insert. Some theorems have removed or changed:
   502   single_not_empty ~> add_mset_not_empty or empty_not_add_mset
   502   single_not_empty ~> add_mset_not_empty or empty_not_add_mset
   575   image_mset_single [simp] ~> []
   575   image_mset_single [simp] ~> []
   576   mset_subset_eq_mono_add_right_cancel [simp] ~> []
   576   mset_subset_eq_mono_add_right_cancel [simp] ~> []
   577   mset_subset_eq_mono_add_left_cancel [simp] ~> []
   577   mset_subset_eq_mono_add_left_cancel [simp] ~> []
   578   fold_mset_single [simp] ~> []
   578   fold_mset_single [simp] ~> []
   579   subset_eq_empty [simp] ~> []
   579   subset_eq_empty [simp] ~> []
       
   580   empty_sup [simp] ~> []
       
   581   sup_empty [simp] ~> []
       
   582   inter_empty [simp] ~> []
       
   583   empty_inter [simp] ~> []
   580 INCOMPATIBILITY.
   584 INCOMPATIBILITY.
   581 
   585 
   582 * The order of the variables in the second cases of multiset_induct,
   586 * The order of the variables in the second cases of multiset_induct,
   583 multiset_induct2_size, multiset_induct2 has been changed (e.g. Add A a ~> Add a A).
   587 multiset_induct2_size, multiset_induct2 has been changed (e.g. Add A a ~> Add a A).
   584 INCOMPATIBILITY.
   588 INCOMPATIBILITY.
   585 
   589 
   586 * There is now a simplification procedure on multisets. It mimics the behavior
   590 * There is now a simplification procedure on multisets. It mimics the behavior
   587 of the procedure on natural numbers.
   591 of the procedure on natural numbers.
       
   592 INCOMPATIBILITY.
       
   593 
       
   594 * The lemma one_step_implies_mult_aux on multisets has been removed, use
       
   595 one_step_implies_mult instead.
   588 INCOMPATIBILITY.
   596 INCOMPATIBILITY.
   589 
   597 
   590 * Compound constants INFIMUM and SUPREMUM are mere abbreviations now.
   598 * Compound constants INFIMUM and SUPREMUM are mere abbreviations now.
   591 INCOMPATIBILITY.
   599 INCOMPATIBILITY.
   592 
   600