Merge
authorpaulson <lp15@cam.ac.uk>
Mon, 19 Feb 2018 16:47:05 +0000
changeset 67674 67909bfc3923
parent 67673 c8caefb20564 (current diff)
parent 67656 59feb83c6ab9 (diff)
child 67675 738f170f43ee
Merge
--- a/src/HOL/Library/Multiset.thy	Mon Feb 19 16:44:45 2018 +0000
+++ b/src/HOL/Library/Multiset.thy	Mon Feb 19 16:47:05 2018 +0000
@@ -2407,6 +2407,9 @@
 lemma Union_mset_empty_conv[simp]: "\<Union># M = {#} \<longleftrightarrow> (\<forall>i\<in>#M. i = {#})"
   by (induction M) auto
 
+lemma Union_image_single_mset[simp]: "\<Union># (image_mset (\<lambda>x. {#x#}) m) = m"
+by(induction m) auto
+
 
 context comm_monoid_mult
 begin