Step * 1 of Lemma less-iff-positive


1. : ℤ
2. : ℤ
3. x < y
⊢ 0 < x
BY
TACTIC:(Assert (-x) < (-x) BY
                (TACTIC:BLemma `add-monotonic` THEN Auto)) }

1
1. : ℤ
2. : ℤ
3. x < y
4. (-x) < (-x)
⊢ 0 < x


Latex:


Latex:

1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  x  <  y
\mvdash{}  0  <  y  -  x


By


Latex:
TACTIC:(Assert  x  +  (-x)  <  y  +  (-x)  BY
                            (TACTIC:BLemma  `add-monotonic`  THEN  Auto))




Home Index