Step * of Lemma assert-geo-isleft

g:OrientedPlane. ∀a,b:Point. ∀c:{c:Point| bc} .  (↑isleft(a;b;c) ⇐⇒ leftof bc)
BY
((UnivCD THENA Auto)
   THEN Unfold `geo-isleft` 0
   THEN (GenConclTerm ⌜geo-orientation(g;a;b;c)⌝⋅ THENA Auto)
   THEN -2
   THEN Auto) }

1
1. OrientedPlane
2. Point
3. Point
4. {c:Point| bc} 
5. leftof cb
6. geo-orientation(g;a;b;c) (inr ) ∈ (a leftof bc ∨ leftof cb)
7. leftof bc
⊢ False


Latex:


Latex:
\mforall{}g:OrientedPlane.  \mforall{}a,b:Point.  \mforall{}c:\{c:Point|  a  \#  bc\}  .    (\muparrow{}isleft(a;b;c)  \mLeftarrow{}{}\mRightarrow{}  a  leftof  bc)


By


Latex:
((UnivCD  THENA  Auto)
  THEN  Unfold  `geo-isleft`  0
  THEN  (GenConclTerm  \mkleeneopen{}geo-orientation(g;a;b;c)\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  D  -2
  THEN  Auto)




Home Index