Step * of Lemma geo-lt-angle-in-half-plane-point-exists

e:EuclideanPlane. ∀w,x,y,z:Point.  (xyz < wyz  leftof yz  leftof yz  (∃q:Point. (w-q-z ∧ out(y qx))))
BY
(Auto
   THEN (InstLemma `geo-lt-angle-in-half-plane-implies-left` [⌜e⌝;⌜w⌝;⌜x⌝;⌜y⌝;⌜z⌝]⋅ THEN Auto)
   THEN (InstLemma `use-plane-sep_strict` [⌜e⌝;⌜y⌝;⌜x⌝;⌜w⌝;⌜z⌝]⋅ THENA Auto)) }

1
.....antecedent..... 
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. xyz < wyz
7. leftof yz
8. leftof yz
9. leftof yx
⊢ leftof xy

2
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. xyz < wyz
7. leftof yz
8. leftof yz
9. leftof yx
10. ∃x@0:Point. (Colinear(y;x;x@0) ∧ w-x@0-z)
⊢ ∃q:Point. (w-q-z ∧ out(y qx))


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}w,x,y,z:Point.
    (xyz  <  wyz  {}\mRightarrow{}  w  leftof  yz  {}\mRightarrow{}  x  leftof  yz  {}\mRightarrow{}  (\mexists{}q:Point.  (w-q-z  \mwedge{}  out(y  qx))))


By


Latex:
(Auto
  THEN  (InstLemma  `geo-lt-angle-in-half-plane-implies-left`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}w\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{};\mkleeneopen{}z\mkleeneclose{}]\mcdot{}  THEN  Auto)
  THEN  (InstLemma  `use-plane-sep\_strict`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}w\mkleeneclose{};\mkleeneopen{}z\mkleeneclose{}]\mcdot{}  THENA  Auto))




Home Index