Step * 3 1 2 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. b_x_c
⊢ x_a_b ∨ a_x_b ∨ b_x_c ∨ b_c_x
BY
RepeatFor ((OrRight 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.  b\_x\_c
\mvdash{}  x\_a\_b  \mvee{}  a\_x\_b  \mvee{}  b\_x\_c  \mvee{}  b\_c\_x


By


Latex:
RepeatFor  2  ((OrRight  THEN  Auto))




Home Index