Step * 3 1 1 of Lemma geo-col-between-cases


1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. a-b-c
7. Colinear(a;x;c)
8. a-x-c
9. x ≠ b
10. x_b_c
⊢ x_a_b ∨ a_x_b ∨ b_x_c ∨ b_c_x
BY
((OrRight THEN Auto) THEN OrLeft THEN Auto) }


Latex:


Latex:

1.  e  :  EuclideanPlane
2.  a  :  Point
3.  b  :  Point
4.  c  :  Point
5.  x  :  Point
6.  a-b-c
7.  Colinear(a;x;c)
8.  a-x-c
9.  x  \mneq{}  b
10.  x\_b\_c
\mvdash{}  x\_a\_b  \mvee{}  a\_x\_b  \mvee{}  b\_x\_c  \mvee{}  b\_c\_x


By


Latex:
((OrRight  THEN  Auto)  THEN  OrLeft  THEN  Auto)




Home Index