Step * 2 1 of Lemma le-iff-less-or-equal


1. : ℤ
2. : ℤ
3. x < y
⊢ x ≤ y
BY
TACTIC:(RepeatFor ((D THEN Auto)) THEN (Assert y < BY (D THEN Auto)) THEN Thin (-2)) }

1
1. : ℤ
2. : ℤ
3. x < y
4. y < x
⊢ False


Latex:


Latex:

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


By


Latex:
TACTIC:(RepeatFor  2  ((D  0  THEN  Auto))  THEN  (Assert  y  <  x  BY  (D  0  THEN  Auto))  THEN  Thin  (-2))




Home Index