Step * of Lemma full-Pasch-lemma

No Annotations
e:EuclideanPlane. ∀a,x,y,d,p:Point.
  ((((d leftof xa ∧ x-p-a) ∧ py) ∧ leftof xy)  (∃p':Point. ((x-p'-y ∨ a-p'-y) ∧ Colinear(d;p;p'))))
BY
(Auto THEN (Assert leftof ax BY RepeatFor ((FLemma `left-symmetry` [-1] THEN Auto)))) }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. leftof xa
8. x-p-a
9. py
10. leftof xy
11. leftof ax
⊢ ∃p':Point. ((x-p'-y ∨ a-p'-y) ∧ Colinear(d;p;p'))


Latex:


Latex:
No  Annotations
\mforall{}e:EuclideanPlane.  \mforall{}a,x,y,d,p:Point.
    ((((d  leftof  xa  \mwedge{}  x-p-a)  \mwedge{}  d  \#  py)  \mwedge{}  a  leftof  xy)
    {}\mRightarrow{}  (\mexists{}p':Point.  ((x-p'-y  \mvee{}  a-p'-y)  \mwedge{}  Colinear(d;p;p'))))


By


Latex:
(Auto  THEN  (Assert  y  leftof  ax  BY  RepeatFor  2  ((FLemma  `left-symmetry`  [-1]  THEN  Auto))))




Home Index