default simp rule for image under identity
authorhaftmann
Thu, 04 Oct 2012 23:19:02 +0200
changeset 49717 56494eedf493
parent 49716 c55b39740529
child 49718 741dd8efff5b
default simp rule for image under identity
src/HOL/Library/Multiset.thy
--- a/src/HOL/Library/Multiset.thy	Thu Oct 04 23:19:02 2012 +0200
+++ b/src/HOL/Library/Multiset.thy	Thu Oct 04 23:19:02 2012 +0200
@@ -872,6 +872,8 @@
   qed
 qed
 
+declare image_mset.identity [simp]
+
 
 subsection {* Alternative representations *}