Step
*
of Lemma
lsep-implies-sep-or-not-colinear
∀e:EuclideanPlane. ∀a,b,c,x:Point.  (a # bc 
⇒ (c ≠ x ∨ (¬Colinear(a;b;x))))
BY
{ Auto }
1
1. e : EuclideanPlane
2. a : Point
3. b : Point
4. c : Point
5. x : Point
6. a # bc
⊢ c ≠ x ∨ (¬Colinear(a;b;x))
Latex:
Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,x:Point.    (a  \#  bc  {}\mRightarrow{}  (c  \mneq{}  x  \mvee{}  (\mneg{}Colinear(a;b;x))))
By
Latex:
Auto
Home
Index