Step * of Lemma test-prove-distinct

e:EuclideanPlane. ∀A,B,C,X,Y,Z,W,U,V:Point.
  ((Colinear(A;B;X) ∨ A-X-B ∨ B-X-A)
   (A_B_C ∨ C_B_A)
   (Y_C_A ∨ A_C_Y)
   (ZW=AY ∨ ZW=YA)
   ZW=UV
   (U V ∈ Point)))
BY
Auto }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. Point
9. Point
10. Point
11. Colinear(A;B;X) ∨ A-X-B ∨ B-X-A
12. A_B_C ∨ C_B_A
13. Y_C_A ∨ A_C_Y
14. ZW=AY ∨ ZW=YA
15. ZW=UV
⊢ ¬(U V ∈ Point)


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}A,B,C,X,Y,Z,W,U,V:Point.
    ((Colinear(A;B;X)  \mvee{}  A-X-B  \mvee{}  B-X-A)
    {}\mRightarrow{}  (A\_B\_C  \mvee{}  C\_B\_A)
    {}\mRightarrow{}  (Y\_C\_A  \mvee{}  A\_C\_Y)
    {}\mRightarrow{}  (ZW=AY  \mvee{}  ZW=YA)
    {}\mRightarrow{}  ZW=UV
    {}\mRightarrow{}  (\mneg{}(U  =  V)))


By


Latex:
Auto




Home Index