Step * 2 1 of Lemma assert_of_lt_int


1. : ℤ
2. : ℤ
3. ↓if (x) < (y)  then True  else False ∧ (x ∈ ℤ) ∧ (y ∈ ℤ)
⊢ ↑if (x) < (y)  then tt  else ff
BY
(D -1 THEN Auto) }

1
1. : ℤ
2. : ℤ
3. if (x) < (y)  then True  else False
4. x ∈ ℤ
5. y ∈ ℤ
⊢ ↑if (x) < (y)  then tt  else ff


Latex:


Latex:

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


By


Latex:
(D  -1  THEN  Auto)




Home Index