Step * of Lemma geo-perp-is-shortest-path

e:EuclideanPlane. ∀a,b,c,d:Point.  (a bc  ad  ⊥bc  (∀x:{x:Point| Colinear(b;c;x)} (d ≠  |ad| < |ax|)))
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. d ≠ x
10. 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. d ≠ x
10. 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. d ≠ x
10. dx
⊢ |ad| < |ax|


Latex:


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


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