Step
*
1
of Lemma
mset_sum_comm
1. s : DSet
2. x : MSet{s}
3. y : MSet{s}
⊢ (x + y) = (y + x) ∈ MSet{s}
BY
{ Unfold `mset_sum` 0 
THEN (OnVar `x' msetD   THENM OnVar `y' msetD  THENM EqTypeCD⋅ THENA Auto) 
  }
Latex:
Latex:
1.  s  :  DSet
2.  x  :  MSet\{s\}
3.  y  :  MSet\{s\}
\mvdash{}  (x  +  y)  =  (y  +  x)
By
Latex:
Unfold  `mset\_sum`  0 
THEN  (OnVar  `x'  msetD      THENM  OnVar  `y'  msetD    THENM  EqTypeCD\mcdot{}  THENA  Auto) 
 
Home
Index