Step
*
1
1
of Lemma
mset_sum_bor_mon_hom
1. s : DSet@i'
2. x : |s|@i
3. a1 : MSet{s}
4. a2 : MSet{s}
⊢ (x #∈ (a1 + a2)) > 0 
⇐⇒ ((x #∈ a1) > 0) ∨ ((x #∈ a2) > 0)
BY
{ RWH (LemmaC `mset_count_sum`) 0  
THEN Auto' }
Latex:
Latex:
1.  s  :  DSet@i'
2.  x  :  |s|@i
3.  a1  :  MSet\{s\}
4.  a2  :  MSet\{s\}
\mvdash{}  (x  \#\mmember{}  (a1  +  a2))  >  0  \mLeftarrow{}{}\mRightarrow{}  ((x  \#\mmember{}  a1)  >  0)  \mvee{}  ((x  \#\mmember{}  a2)  >  0)
By
Latex:
RWH  (LemmaC  `mset\_count\_sum`)  0   
THEN  Auto'
Home
Index