Step * 2 1 1 of Lemma assert_of_lt_int


1. : ℤ
2. : ℤ
3. if (x) < (y)  then True  else False
4. x ∈ ℤ
5. y ∈ ℤ
⊢ ↑if (x) < (y)  then tt  else ff
BY
((LessCases (-3) THENA Auto) THEN Reduce THEN Auto) }


Latex:


Latex:

1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  if  (x)  <  (y)    then  True    else  False
4.  x  \mmember{}  \mBbbZ{}
5.  y  \mmember{}  \mBbbZ{}
\mvdash{}  \muparrow{}if  (x)  <  (y)    then  tt    else  ff


By


Latex:
((LessCases  (-3)  THENA  Auto)  THEN  Reduce  0  THEN  Auto)




Home Index