Step * 1 of Lemma absval_wf


1. : ℤ
2. 0 ∈ ℤ
3. x ∈ ℤ
4. ¬0 < x
⊢ -x ∈ ℕ
BY
TACTIC:((Assert x ≤ BY Auto) THEN Add ⌜-x⌝ (-1)⋅ THEN RW IntNormC (-1) THEN Auto) }


Latex:


Latex:

1.  x  :  \mBbbZ{}
2.  0  \mmember{}  \mBbbZ{}
3.  x  \mmember{}  \mBbbZ{}
4.  \mneg{}0  <  x
\mvdash{}  -x  \mmember{}  \mBbbN{}


By


Latex:
TACTIC:((Assert  x  \mleq{}  0  BY  Auto)  THEN  Add  \mkleeneopen{}-x\mkleeneclose{}  (-1)\mcdot{}  THEN  RW  IntNormC  (-1)  THEN  Auto)




Home Index