Step * of Lemma eu-proper-extend-exists

e:EuclideanPlane. ∀q:Point. ∀a:{a:Point| ¬(q a ∈ Point)} . ∀b:Point. ∀c:{c:Point| ¬(b c ∈ Point)} .
  ∃x:Point. (q-a-x ∧ ax=bc)
BY
(InstLemma `eu-extend-exists` [] THEN RepeatFor (ParallelLast') THEN Auto) }

1
1. EuclideanPlane
2. Point
3. {a:Point| ¬(q a ∈ Point)} 
4. Point
5. {c:Point| ¬(b c ∈ Point)} 
6. Point
7. q_a_x
8. ax=bc
⊢ q-a-x


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}q:Point.  \mforall{}a:\{a:Point|  \mneg{}(q  =  a)\}  .  \mforall{}b:Point.  \mforall{}c:\{c:Point|  \mneg{}(b  =  c)\}  .
    \mexists{}x:Point.  (q-a-x  \mwedge{}  ax=bc)


By


Latex:
(InstLemma  `eu-extend-exists`  []  THEN  RepeatFor  6  (ParallelLast')  THEN  Auto)




Home Index