Step
*
1
of Lemma
add-associates
.....assertion..... 
∀x,y,z:ℤ.  (((x + y) + z) = (x + y + z) ∈ ℤ)
BY
{ TACTIC:((UnivCD THENA Auto) THEN Refine_addAssociative THEN Fold `member` 0 THEN Declaration) }
Latex:
Latex:
.....assertion..... 
\mforall{}x,y,z:\mBbbZ{}.    (((x  +  y)  +  z)  =  (x  +  y  +  z))
By
Latex:
TACTIC:((UnivCD  THENA  Auto)  THEN  Refine\_addAssociative  THEN  Fold  `member`  0  THEN  Declaration)
Home
Index