Step
*
of Lemma
eu-colinear-same-side
∀e:EuclideanPlane
  ∀[A,B,C,D:Point].  (Colinear(B;C;D)) supposing ((¬(B = C ∈ Point)) and (¬(A = B ∈ Point)) and A_B_C and A_B_D)
BY
{ (InstLemma `eu-between-eq-same-side2` [] THEN RepeatFor 8 (ParallelLast') THEN Auto) }
1
1. e : EuclideanPlane@i'
2. [A] : Point
3. [B] : Point
4. [C] : Point
5. [D] : Point
6. [%1] : A_B_D
7. [%] : A_B_C
8. ¬(A = B ∈ Point)
9. ¬((¬B_C_D) ∧ (¬B_D_C))
10. ¬(B = C ∈ Point)
⊢ Colinear(B;C;D)
Latex:
Latex:
\mforall{}e:EuclideanPlane
    \mforall{}[A,B,C,D:Point].    (Colinear(B;C;D))  supposing  ((\mneg{}(B  =  C))  and  (\mneg{}(A  =  B))  and  A\_B\_C  and  A\_B\_D)
By
Latex:
(InstLemma  `eu-between-eq-same-side2`  []  THEN  RepeatFor  8  (ParallelLast')  THEN  Auto)
Home
Index