Step * 1 1 1 of Lemma geo-opp-side-iff


1. BasicGeometry
2. Point
3. Point
4. Point
5. Point
6. ¬(∀T:Point. (P_T_Q  Colinear(A;B;T))))
7. ¬Colinear(A;B;P)
8. ¬Colinear(A;B;Q)
9. ¬leftof AB
10. leftof BA
11. leftof BA
12. ∃T:Point. (P_T_Q ∧ Colinear(A;B;T))
⊢ False
BY
(ExRepD
   THEN (Assert leftof BA BY
               EasyGeometry)
   THEN (Assert BA BY
               Auto)
   THEN RWO "not-lsep-iff-colinear<(-3)
   THEN Auto) }


Latex:


Latex:

1.  e  :  BasicGeometry
2.  A  :  Point
3.  B  :  Point
4.  P  :  Point
5.  Q  :  Point
6.  \mneg{}(\mforall{}T:Point.  (P\_T\_Q  {}\mRightarrow{}  (\mneg{}Colinear(A;B;T))))
7.  \mneg{}Colinear(A;B;P)
8.  \mneg{}Colinear(A;B;Q)
9.  \mneg{}P  leftof  AB
10.  Q  leftof  BA
11.  P  leftof  BA
12.  \mexists{}T:Point.  (P\_T\_Q  \mwedge{}  Colinear(A;B;T))
\mvdash{}  False


By


Latex:
(ExRepD
  THEN  (Assert  T  leftof  BA  BY
                          EasyGeometry)
  THEN  (Assert  T  \#  BA  BY
                          Auto)
  THEN  RWO  "not-lsep-iff-colinear<"  (-3)
  THEN  Auto)




Home Index