Step
*
1
1
of Lemma
assert_of_eq_int
1. x : ℤ
2. y : ℤ
3. ↑if x=y then tt else ff
⊢ x = y ∈ ℤ
BY
{ TACTIC:Assert ⌜¬x < x⌝⋅ }
1
.....assertion..... 
1. x : ℤ
2. y : ℤ
3. ↑if x=y then tt else ff
⊢ ¬x < x
2
1. x : ℤ
2. y : ℤ
3. ↑if x=y then tt else ff
4. ¬x < x
⊢ x = y ∈ ℤ
Latex:
Latex:
1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  \muparrow{}if  x=y  then  tt  else  ff
\mvdash{}  x  =  y
By
Latex:
TACTIC:Assert  \mkleeneopen{}\mneg{}x  <  x\mkleeneclose{}\mcdot{}
Home
Index