Step * 2 1 of Lemma geo-intersect-lines


1. EuclideanPlane
2. Line
3. Line
4. Point
5. Point
6. Colinear(a;fst(p);fst(snd(p)))
7. Colinear(b;fst(p);fst(snd(p)))
8. leftof fst(l)fst(snd(l))
9. leftof fst(snd(l))fst(l)
⊢ \/ l
BY
((D With ⌜p⌝  THENA Auto) THEN With ⌜l⌝  THEN Auto) }

1
1. EuclideanPlane
2. Line
3. Line
4. Point
5. Point
6. Colinear(a;fst(p);fst(snd(p)))
7. Colinear(b;fst(p);fst(snd(p)))
8. leftof fst(l)fst(snd(l))
9. leftof fst(snd(l))fst(l)
10. p ∈ LINE
11. l ∈ LINE
⊢ ∃a,b:{c:Point| p} (a leftof fst(l)fst(snd(l)) ∧ leftof fst(snd(l))fst(l))


Latex:


Latex:

1.  e  :  EuclideanPlane
2.  p  :  Line
3.  l  :  Line
4.  a  :  Point
5.  b  :  Point
6.  Colinear(a;fst(p);fst(snd(p)))
7.  Colinear(b;fst(p);fst(snd(p)))
8.  a  leftof  fst(l)fst(snd(l))
9.  b  leftof  fst(snd(l))fst(l)
\mvdash{}  p  \mbackslash{}/  l


By


Latex:
((D  0  With  \mkleeneopen{}p\mkleeneclose{}    THENA  Auto)  THEN  D  0  With  \mkleeneopen{}l\mkleeneclose{}    THEN  Auto)




Home Index