Step * of Lemma mset_union_assoc

s:DSet. ∀a,b,c:MSet{s}.  ((a ⋃ (b ⋃ c)) ((a ⋃ b) ⋃ c) ∈ MSet{s})
BY
((RepD THENM BLemma `eq_mset_iff_eq_counts` 
THENM RewriteWith [] ``mset_count_union`` 0) THENA Auto) }

1
1. DSet@i'
2. MSet{s}@i
3. MSet{s}@i
4. MSet{s}@i
⊢ ∀x:|s|. (imax(x #∈ a;imax(x #∈ b;x #∈ c)) imax(imax(x #∈ a;x #∈ b);x #∈ c) ∈ ℤ)


Latex:


Latex:
\mforall{}s:DSet.  \mforall{}a,b,c:MSet\{s\}.    ((a  \mcup{}  (b  \mcup{}  c))  =  ((a  \mcup{}  b)  \mcup{}  c))


By


Latex:
((RepD  THENM  BLemma  `eq\_mset\_iff\_eq\_counts` 
THENM  RewriteWith  []  ``mset\_count\_union``  0)  THENA  Auto)




Home Index