Step * of Lemma Euclid-Prop6-lemma

No Annotations
e:EuclideanPlane. ∀a,b,c:Point.
  (cab ≅a cba
   ab
   (∃x:Point
       (Colinear(c;a;x) ∧ ax ≅ bc ∧ (c leftof ab  leftof ab) ∧ (c leftof ba  leftof ba) ∧ Cong3(axb,bca))))
BY
(Auto THEN (InstLemma `Euclid-Prop2` [⌜e⌝;⌜a⌝;⌜b⌝;⌜c⌝]⋅ THENA Auto) THEN -1 THEN RenameVar `u' (-2)) }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. cab ≅a cba
6. ab
7. Point
8. [%8] au ≅ bc
⊢ ∃x:Point. (Colinear(c;a;x) ∧ ax ≅ bc ∧ (c leftof ab  leftof ab) ∧ (c leftof ba  leftof ba) ∧ Cong3(axb,bca))


Latex:


Latex:
No  Annotations
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c:Point.
    (cab  \mcong{}\msuba{}  cba
    {}\mRightarrow{}  c  \#  ab
    {}\mRightarrow{}  (\mexists{}x:Point
              (Colinear(c;a;x)
              \mwedge{}  ax  \mcong{}  bc
              \mwedge{}  (c  leftof  ab  {}\mRightarrow{}  x  leftof  ab)
              \mwedge{}  (c  leftof  ba  {}\mRightarrow{}  x  leftof  ba)
              \mwedge{}  Cong3(axb,bca))))


By


Latex:
(Auto
  THEN  (InstLemma  `Euclid-Prop2`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}c\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  D  -1
  THEN  RenameVar  `u'  (-2))




Home Index