Step
*
1
1
1
of Lemma
assert_of_eq_int
.....assertion..... 
1. x : ℤ
2. y : ℤ
3. ↑if x=y then tt else ff
⊢ ¬x < x
BY
{ (Assert (x + (-x)) = 0 ∈ ℤ BY
         (Refine_addInverse THEN Auto)) }
1
1. x : ℤ
2. y : ℤ
3. ↑if x=y then tt else ff
4. (x + (-x)) = 0 ∈ ℤ
⊢ ¬x < x
Latex:
Latex:
.....assertion..... 
1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  \muparrow{}if  x=y  then  tt  else  ff
\mvdash{}  \mneg{}x  <  x
By
Latex:
(Assert  (x  +  (-x))  =  0  BY
              (Refine\_addInverse  THEN  Auto))
Home
Index