Step * of Lemma parallelogram-construction2

No Annotations
e:EuclideanPlane. ∀a,b,c,x,y:Point.
  (a bc
   a-x-b
   a-y-c
   (∃t:Point
       (geo-parallel-points(e;b;x;y;t)
       ∧ bx ≅ yt
       ∧ xt ≅ by
       ∧ xby ≅a xty
       ∧ (¬¬((a leftof bc  (t leftof ac ∧ leftof bc)) ∧ (a leftof cb  (t leftof ca ∧ leftof cb)))))))
BY
(Auto
   THEN (Assert xy BY
               ((InstLemma  `out-preserves-lsep` [⌜e⌝;⌜a⌝;⌜c⌝;⌜b⌝;⌜y⌝;⌜x⌝]⋅ THEN EAuto 1) THEN THEN Auto))
   }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. bc
8. a-x-b
9. a-y-c
10. xy
⊢ ∃t:Point
   (geo-parallel-points(e;b;x;y;t)
   ∧ bx ≅ yt
   ∧ xt ≅ by
   ∧ xby ≅a xty
   ∧ (¬¬((a leftof bc  (t leftof ac ∧ leftof bc)) ∧ (a leftof cb  (t leftof ca ∧ leftof cb)))))


Latex:


Latex:
No  Annotations
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,x,y:Point.
    (a  \#  bc
    {}\mRightarrow{}  a-x-b
    {}\mRightarrow{}  a-y-c
    {}\mRightarrow{}  (\mexists{}t:Point
              (geo-parallel-points(e;b;x;y;t)
              \mwedge{}  bx  \mcong{}  yt
              \mwedge{}  xt  \mcong{}  by
              \mwedge{}  xby  \mcong{}\msuba{}  xty
              \mwedge{}  (\mneg{}\mneg{}((a  leftof  bc  {}\mRightarrow{}  (t  leftof  ac  \mwedge{}  t  leftof  bc))
                  \mwedge{}  (a  leftof  cb  {}\mRightarrow{}  (t  leftof  ca  \mwedge{}  t  leftof  cb)))))))


By


Latex:
(Auto
  THEN  (Assert  a  \#  xy  BY
                          ((InstLemma    `out-preserves-lsep`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}c\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{}]\mcdot{}  THEN  EAuto  1)
                            THEN  D  0
                            THEN  Auto))
  )




Home Index