Step * 1 1 3 of Lemma geo-line-eq-to-col


1. EuclideanPlane
2. Point
3. Point
4. l2 x ≠ y
5. x1 Point
6. y1 Point
7. m2 x1 ≠ y1
8. <x, y, l2> ≡ <x1, y1, m2>
9. x1y1
⊢ Colinear(x;y;y1)
BY
((D THEN Unfold `geo-line-sep` THEN Reduce 0) THEN InstConcl [⌜x⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  g  :  EuclideanPlane
2.  x  :  Point
3.  y  :  Point
4.  l2  :  x  \mneq{}  y
5.  x1  :  Point
6.  y1  :  Point
7.  m2  :  x1  \mneq{}  y1
8.  <x,  y,  l2>  \mequiv{}  <x1,  y1,  m2>
9.  x  \#  x1y1
\mvdash{}  Colinear(x;y;y1)


By


Latex:
((D  8  THEN  Unfold  `geo-line-sep`  0  THEN  Reduce  0)  THEN  InstConcl  [\mkleeneopen{}x\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index