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