Step * 1 1 1 1 of Lemma basic-geo-not-left-and-right


1. EuclideanPlaneStructure
2. BasicGeometryAxioms(g)
3. Point
4. Point
5. Point
6. leftof bc
7. leftof cb
8. Point
9. B(axa)
10. x ≡ a
⊢ leftof bx
BY
((Enough to prove leftof cb
     Because Auto)
   THEN (Assert ∀a,b,x,y,z:Point.  (x leftof ab  leftof ab  B(xzy)  leftof ab) BY
               (D THEN SplitAndHyps THEN Hypothesis))
   }

1
1. EuclideanPlaneStructure
2. BasicGeometryAxioms(g)
3. Point
4. Point
5. Point
6. leftof bc
7. leftof cb
8. Point
9. B(axa)
10. x ≡ a
11. ∀a,b,x,y,z:Point.  (x leftof ab  leftof ab  B(xzy)  leftof ab)
⊢ leftof cb


Latex:


Latex:

1.  g  :  EuclideanPlaneStructure
2.  BasicGeometryAxioms(g)
3.  a  :  Point
4.  b  :  Point
5.  c  :  Point
6.  a  leftof  bc
7.  a  leftof  cb
8.  x  :  Point
9.  B(axa)
10.  x  \mequiv{}  a
\mvdash{}  c  leftof  bx


By


Latex:
((Enough  to  prove  x  leftof  cb
      Because  Auto)
  THEN  (Assert  \mforall{}a,b,x,y,z:Point.    (x  leftof  ab  {}\mRightarrow{}  y  leftof  ab  {}\mRightarrow{}  B(xzy)  {}\mRightarrow{}  z  leftof  ab)  BY
                          (D  2  THEN  SplitAndHyps  THEN  Hypothesis))
  )




Home Index