Step
*
1
1
of Lemma
absval_cases
1. x : ℤ
2. [y] : ℕ
3. if (0) < (x)  then x  else (-x) = y ∈ ℤ
⊢ (x = y ∈ ℤ) ∨ (x = (-y) ∈ ℤ)
BY
{ MoveToConcl (-1) }
1
1. x : ℤ
2. [y] : ℕ
⊢ (if (0) < (x)  then x  else (-x) = y ∈ ℤ) 
⇒ ((x = y ∈ ℤ) ∨ (x = (-y) ∈ ℤ))
Latex:
Latex:
1.  x  :  \mBbbZ{}
2.  [y]  :  \mBbbN{}
3.  if  (0)  <  (x)    then  x    else  (-x)  =  y
\mvdash{}  (x  =  y)  \mvee{}  (x  =  (-y))
By
Latex:
MoveToConcl  (-1)
Home
Index