Step
*
1
1
of Lemma
Euclid-drop-perp
1. e : EuclideanPlane
2. a : Point
3. b : {b:Point| a ≠ b} 
4. ∀c:{c:Point| ∀x:Point. (Colinear(a;b;x) 
⇒ c ≠ x)} . ∃p:Point. (Colinear(a;b;p) ∧ ab  ⊥p pc)
5. c : Point
6. c # ab
7. x : Point
8. Colinear(a;b;x)
⊢ c ≠ x
BY
{ (InstLemma `lsep-colinear-sep` [⌜e⌝;⌜c⌝;⌜a⌝;⌜b⌝;⌜x⌝]⋅ THEN Auto) }
Latex:
Latex:
1.  e  :  EuclideanPlane
2.  a  :  Point
3.  b  :  \{b:Point|  a  \mneq{}  b\} 
4.  \mforall{}c:\{c:Point|  \mforall{}x:Point.  (Colinear(a;b;x)  {}\mRightarrow{}  c  \mneq{}  x)\}  .  \mexists{}p:Point.  (Colinear(a;b;p)  \mwedge{}  ab    \mbot{}p  pc)
5.  c  :  Point
6.  c  \#  ab
7.  x  :  Point
8.  Colinear(a;b;x)
\mvdash{}  c  \mneq{}  x
By
Latex:
(InstLemma  `lsep-colinear-sep`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}c\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index