Step * of Lemma not-left-collinear

No Annotations
g:OrientedPlane. ∀a,b,c:Point.  ((¬leftof bc)  leftof cb)  ((¬B(abc)) ∧ B(bca)) ∧ B(cab)))))
BY
(InstLemma `not-lsep-iff-colinear` [] THEN RepeatFor (ParallelLast') THEN Auto) }

1
1. OrientedPlane
2. Point
3. Point
4. Point
5. bc)  Colinear(a;b;c)
6. bc)  Colinear(a;b;c)
7. ¬leftof bc
8. ¬leftof cb
⊢ ¬((¬B(abc)) ∧ B(bca)) ∧ B(cab)))


Latex:


Latex:
No  Annotations
\mforall{}g:OrientedPlane.  \mforall{}a,b,c:Point.
    ((\mneg{}a  leftof  bc)  {}\mRightarrow{}  (\mneg{}a  leftof  cb)  {}\mRightarrow{}  (\mneg{}((\mneg{}B(abc))  \mwedge{}  (\mneg{}B(bca))  \mwedge{}  (\mneg{}B(cab)))))


By


Latex:
(InstLemma  `not-lsep-iff-colinear`  []  THEN  RepeatFor  4  (ParallelLast')  THEN  Auto)




Home Index