Step
*
1
2
of Lemma
add-positive-nonneg
1. x : ℤ
2. y : ℤ
3. 0 ≤ y
4. 0 < x
⊢ 0 + 0 < x + y
BY
{ TACTIC:(BLemma `add-monotonic` THEN Auto) }
1
1. x : ℤ
2. y : ℤ
3. 0 ≤ y
4. 0 < x
⊢ (0 = y ∈ ℤ) ∨ 0 < y
Latex:
Latex:
1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  0  \mleq{}  y
4.  0  <  x
\mvdash{}  0  +  0  <  x  +  y
By
Latex:
TACTIC:(BLemma  `add-monotonic`  THEN  Auto)
Home
Index