Step
*
1
1
of Lemma
mset_diff_wf_f
1. s : DSet
2. a : MSet{s}
3. ∀x:|s|. ((x #∈ a) ≤ 1)
4. b : MSet{s}
5. ∀x:|s|. ((x #∈ b) ≤ 1)
6. x : |s|
⊢ (x #∈ (a - b)) ≤ 1
BY
{ ((RWH (LemmaC `mset_count_diff`) 0) THENA Auto) 
THEN With x (D 5) THENM With x (D 3) 
THENA Auto }
1
1. s : DSet
2. a : MSet{s}
3. b : MSet{s}
4. x : |s|
5. (x #∈ b) ≤ 1
6. (x #∈ a) ≤ 1
⊢ ((x #∈ a) -- (x #∈ b)) ≤ 1
Latex:
Latex:
1.  s  :  DSet
2.  a  :  MSet\{s\}
3.  \mforall{}x:|s|.  ((x  \#\mmember{}  a)  \mleq{}  1)
4.  b  :  MSet\{s\}
5.  \mforall{}x:|s|.  ((x  \#\mmember{}  b)  \mleq{}  1)
6.  x  :  |s|
\mvdash{}  (x  \#\mmember{}  (a  -  b))  \mleq{}  1
By
Latex:
((RWH  (LemmaC  `mset\_count\_diff`)  0)  THENA  Auto) 
THEN  With  x  (D  5)  THENM  With  x  (D  3) 
THENA  Auto
Home
Index