Step * of Lemma geo-between-implies-sep

e:BasicGeometry. ∀a,b,c:Point.  (a ≠  a_b_c  a ≠ c)
BY
(InstLemma `geo-between-sep` [] THEN RepeatFor (ParallelLast')) }

1
1. BasicGeometry
2. Point
3. ∀b,x:Point.  (a_x_b  a ≠  a ≠ b)
⊢ ∀b,c:Point.  (a ≠  a_b_c  a ≠ c)


Latex:


Latex:
\mforall{}e:BasicGeometry.  \mforall{}a,b,c:Point.    (a  \mneq{}  b  {}\mRightarrow{}  a\_b\_c  {}\mRightarrow{}  a  \mneq{}  c)


By


Latex:
(InstLemma  `geo-between-sep`  []  THEN  RepeatFor  2  (ParallelLast'))




Home Index