Step
*
1
1
of Lemma
le-iff-less-or-equal
1. x : ℤ
2. y : ℤ
3. x ≤ y
4. y < x
⊢ x < y ∨ (x = y ∈ ℤ)
BY
{ (Assert ⌜False⌝⋅ THEN Auto) }
1
.....assertion..... 
1. x : ℤ
2. y : ℤ
3. x ≤ y
4. y < x
⊢ False
Latex:
Latex:
1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  x  \mleq{}  y
4.  y  <  x
\mvdash{}  x  <  y  \mvee{}  (x  =  y)
By
Latex:
(Assert  \mkleeneopen{}False\mkleeneclose{}\mcdot{}  THEN  Auto)
Home
Index