Step * of Lemma Euclid-drop-perp

e:EuclideanPlane. ∀a:Point. ∀b:{b:Point| a ≠ b} . ∀c:{c:Point| ab} .  (∃p:Point [(Colinear(a;b;p) ∧ ab  ⊥pc)])
BY
(InstLemma `Euclid-drop-perp-1` []
   THEN RepeatFor ((ParallelLast' THENA Auto))
   THEN ExRepD
   THEN Auto
   THEN ((InstHyp [⌜c⌝(-2)⋅ THENA Auto) THENM (D -1 THEN With ⌜p⌝  THEN Auto))) }

1
.....wf..... 
1. EuclideanPlane
2. Point
3. {b:Point| a ≠ b} 
4. ∀c:{c:Point| ∀x:Point. (Colinear(a;b;x)  c ≠ x)} . ∃p:Point. (Colinear(a;b;p) ∧ ab  ⊥pc)
5. {c:Point| ab} 
⊢ c ∈ {c:Point| ∀x:Point. (Colinear(a;b;x)  c ≠ x)} 


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a:Point.  \mforall{}b:\{b:Point|  a  \mneq{}  b\}  .  \mforall{}c:\{c:Point|  c  \#  ab\}  .
    (\mexists{}p:Point  [(Colinear(a;b;p)  \mwedge{}  ab    \mbot{}p  pc)])


By


Latex:
(InstLemma  `Euclid-drop-perp-1`  []
  THEN  RepeatFor  3  ((ParallelLast'  THENA  Auto))
  THEN  ExRepD
  THEN  Auto
  THEN  ((InstHyp  [\mkleeneopen{}c\mkleeneclose{}]  (-2)\mcdot{}  THENA  Auto)  THENM  (D  -1  THEN  D  0  With  \mkleeneopen{}p\mkleeneclose{}    THEN  Auto)))




Home Index