Step * of Lemma geo-parallel-symmetry

e:EuclideanPlane. ∀a,b,c,d:Point.  (geo-parallel(e;a;b;c;d)  geo-parallel(e;c;d;a;b))
BY
((Auto THEN THEN Auto) THEN 6) }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. a ≠ b ∧ c ≠ d
7. ∀x:Point. (Colinear(a;b;x)  cd)
8. Point
9. Colinear(c;d;x)
⊢ ab


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,d:Point.    (geo-parallel(e;a;b;c;d)  {}\mRightarrow{}  geo-parallel(e;c;d;a;b))


By


Latex:
((Auto  THEN  D  0  THEN  Auto)  THEN  D  6)




Home Index