Step * of Lemma geo-left-out-2

e:EuclideanPlane. ∀a,b,p,p':Point.  (p leftof ba  out(b pp')  p' leftof ba)
BY
(Auto
   THEN (Assert ba BY
               (OrLeft THEN Auto))
   THEN (Assert p' ba BY
               Auto)
   THEN -1
   THEN Auto
   THEN Assert ⌜False⌝⋅
   THEN Auto) }

1
.....assertion..... 
1. EuclideanPlane
2. Point
3. Point
4. Point
5. p' Point
6. leftof ba
7. out(b pp')
8. ba
9. p' leftof ab
⊢ False


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b,p,p':Point.    (p  leftof  ba  {}\mRightarrow{}  out(b  pp')  {}\mRightarrow{}  p'  leftof  ba)


By


Latex:
(Auto
  THEN  (Assert  p  \#  ba  BY
                          (OrLeft  THEN  Auto))
  THEN  (Assert  p'  \#  ba  BY
                          Auto)
  THEN  D  -1
  THEN  Auto
  THEN  Assert  \mkleeneopen{}False\mkleeneclose{}\mcdot{}
  THEN  Auto)




Home Index