Step * of Lemma less-trichotomy

a,b:ℤ.  (a < b ∨ b < a ∨ (a b ∈ ℤ))
BY
(Auto THEN UseLessCases ⌜a⌝ ⌜b⌝⋅ THEN Auto) }

1
1. : ℤ
2. : ℤ
3. : ∀[u,v:Base].  (if (a) < (b)  then u  else u)
⊢ a < b ∨ b < a ∨ (a b ∈ ℤ)

2
1. : ℤ
2. : ℤ
3. : ∀[u,v:Base].  (if (a) < (b)  then u  else v)
⊢ a < b ∨ b < a ∨ (a b ∈ ℤ)


Latex:


Latex:
\mforall{}a,b:\mBbbZ{}.    (a  <  b  \mvee{}  b  <  a  \mvee{}  (a  =  b))


By


Latex:
(Auto  THEN  UseLessCases  \mkleeneopen{}a\mkleeneclose{}  \mkleeneopen{}b\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index