Step * of Lemma not-equal-implies-less

[T:Type]. ∀x,y:T.  ((¬(x y ∈ T))  (x < y ∨ y < x)) supposing T ⊆r ℤ
BY
(Auto
   THEN (Assert ¬(x y ∈ ℤBY
               RepeatFor (ParallelLast))
   THEN MoveToConcl (-1)
   THEN (GenConcl ⌜a ∈ ℤ⌝⋅ THENA Auto)
   THEN (GenConcl ⌜b ∈ ℤ⌝⋅ THENA Auto)
   THEN All Thin) }

1
1. : ℤ
2. : ℤ
⊢ (a b ∈ ℤ))  (a < b ∨ b < a)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}x,y:T.    ((\mneg{}(x  =  y))  {}\mRightarrow{}  (x  <  y  \mvee{}  y  <  x))  supposing  T  \msubseteq{}r  \mBbbZ{}


By


Latex:
(Auto
  THEN  (Assert  \mneg{}(x  =  y)  BY
                          RepeatFor  2  (ParallelLast))
  THEN  MoveToConcl  (-1)
  THEN  (GenConcl  \mkleeneopen{}x  =  a\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}y  =  b\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  All  Thin)




Home Index