Step * 1 1 of Lemma less-iff-le


1. : ℤ@i
2. : ℤ@i
3. x < y
⊢ x < y ∨ ((1 x) y ∈ ℤ)
BY
(TACTIC:UseLessCases ⌜x⌝ ⌜y⌝⋅ THENA Auto) }

1
1. : ℤ@i
2. : ℤ@i
3. x < y
4. x1 : ∀[u,v:Base].  (if (1 x) < (y)  then u  else u)
⊢ x < y ∨ ((1 x) y ∈ ℤ)

2
1. : ℤ@i
2. : ℤ@i
3. x < y
4. x1 : ∀[u,v:Base].  (if (1 x) < (y)  then u  else v)
⊢ x < y ∨ ((1 x) y ∈ ℤ)


Latex:


Latex:

1.  x  :  \mBbbZ{}@i
2.  y  :  \mBbbZ{}@i
3.  x  <  y
\mvdash{}  1  +  x  <  y  \mvee{}  ((1  +  x)  =  y)


By


Latex:
(TACTIC:UseLessCases  \mkleeneopen{}1  +  x\mkleeneclose{}  \mkleeneopen{}y\mkleeneclose{}\mcdot{}  THENA  Auto)




Home Index