Step * of Lemma Euclid-Prop1

e:EuclideanPlane. ∀a,b:Point.  (a ≠  (∃c:Point. EQΔ(c;b;a)))
BY
(Auto
   THEN ((InstLemma `Euclid-Prop1-left-ext` [⌜e⌝;⌜a⌝;⌜b⌝]⋅ THENA Auto) THEN -1)
   THEN With ⌜c⌝ 
   THEN Auto
   THEN 0
   THEN Auto
   THEN Unhide
   THEN Auto) }


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b:Point.    (a  \mneq{}  b  {}\mRightarrow{}  (\mexists{}c:Point.  EQ\mDelta{}(c;b;a)))


By


Latex:
(Auto
  THEN  ((InstLemma  `Euclid-Prop1-left-ext`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  D  -1)
  THEN  D  0  With  \mkleeneopen{}c\mkleeneclose{} 
  THEN  Auto
  THEN  D  0
  THEN  Auto
  THEN  Unhide
  THEN  Auto)




Home Index