Step * of Lemma greatest-cevian-is-farthest-from-perp

e:EuclideanPlane. ∀a,b,c,d:Point.  (a bc  ad  ⊥bc  (∀x,y:{x:Point| Colinear(b;c;x)} .  (d-x-y  |ax| < |ay|)))
BY
(Auto THEN (Assert dx BY ((InstLemma `geo-sep-or` [⌜e⌝;⌜b⌝;⌜c⌝;⌜d⌝]⋅ THEN Auto) THEN -1))) }

1
.....aux..... 
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. bc
7. ad  ⊥bc
8. {x:Point| Colinear(b;c;x)} 
9. {x:Point| Colinear(b;c;x)} 
10. d-x-y
11. b ≠ d
⊢ dx

2
.....aux..... 
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. bc
7. ad  ⊥bc
8. {x:Point| Colinear(b;c;x)} 
9. {x:Point| Colinear(b;c;x)} 
10. d-x-y
11. c ≠ d
⊢ dx

3
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. bc
7. ad  ⊥bc
8. {x:Point| Colinear(b;c;x)} 
9. {x:Point| Colinear(b;c;x)} 
10. d-x-y
11. dx
⊢ |ax| < |ay|


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,d:Point.
    (a  \#  bc  {}\mRightarrow{}  ad    \mbot{}d  bc  {}\mRightarrow{}  (\mforall{}x,y:\{x:Point|  Colinear(b;c;x)\}  .    (d-x-y  {}\mRightarrow{}  |ax|  <  |ay|)))


By


Latex:
(Auto  THEN  (Assert  a  \#  dx  BY  ((InstLemma  `geo-sep-or`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}c\mkleeneclose{};\mkleeneopen{}d\mkleeneclose{}]\mcdot{}  THEN  Auto)  THEN  D  -1)))




Home Index