merged
authorwenzelm
Mon, 19 Feb 2018 22:08:36 +0100
changeset 67672 52b0d4cd4be7
parent 67656 59feb83c6ab9 (diff)
parent 67671 857da80611ab (current diff)
child 67675 738f170f43ee
child 67676 47ffe7184cdd
merged
--- a/src/HOL/Library/Multiset.thy	Mon Feb 19 22:07:21 2018 +0100
+++ b/src/HOL/Library/Multiset.thy	Mon Feb 19 22:08:36 2018 +0100
@@ -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