Step * of Lemma geo-inner-pasch-ex

e:HeytingGeometry. ∀a,b:Point. ∀c:{c:Point| ab} . ∀p,q:Point.  (a-p-c  b-q-c  (∃x:Point. (b-x-p ∧ a-x-q)))
BY
(Unfold `geo-triangle` THEN Auto) }

1
1. HeytingGeometry
2. Point
3. Point
4. {c:Point| ab} 
5. Point
6. Point
7. a-p-c
8. b-q-c
⊢ ∃x:Point. (b-x-p ∧ a-x-q)


Latex:


Latex:
\mforall{}e:HeytingGeometry.  \mforall{}a,b:Point.  \mforall{}c:\{c:Point|  c  \#  ab\}  .  \mforall{}p,q:Point.
    (a-p-c  {}\mRightarrow{}  b-q-c  {}\mRightarrow{}  (\mexists{}x:Point.  (b-x-p  \mwedge{}  a-x-q)))


By


Latex:
(Unfold  `geo-triangle`  0  THEN  Auto)




Home Index