Step
*
2
1
of Lemma
le-iff-less-or-equal
1. x : ℤ
2. y : ℤ
3. x < y
⊢ x ≤ y
BY
{ TACTIC:(RepeatFor 2 ((D 0 THEN Auto)) THEN (Assert y < x BY (D 0 THEN Auto)) THEN Thin (-2)) }
1
1. x : ℤ
2. y : ℤ
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