Step * of Lemma geo-incident-line

[e:EuclideanPlane]. ∀[p:Point]. ∀[l:Line].  uiff(p l;Colinear(p;fst(l);fst(snd(l))))
BY
(Intro THEN (Assert Line ⊆LINE BY Auto) THEN Auto THEN (D THEN Auto) THEN RenameVar `m' (-2)) }

1
1. EuclideanPlane
2. Line ⊆LINE
3. Point
4. Line
5. Colinear(p;fst(l);fst(snd(l)))
6. Line
7. l ∈ LINE
⊢ Colinear(p;fst(m);fst(snd(m)))


Latex:


Latex:
\mforall{}[e:EuclideanPlane].  \mforall{}[p:Point].  \mforall{}[l:Line].    uiff(p  I  l;Colinear(p;fst(l);fst(snd(l))))


By


Latex:
(Intro  THEN  (Assert  Line  \msubseteq{}r  LINE  BY  Auto)  THEN  Auto  THEN  (D  0  THEN  Auto)  THEN  RenameVar  `m'  (-2))




Home Index