Step * of Lemma ip-five-segment

[rv:InnerProductSpace]. ∀[a,b,c,d,A,B,C,D:Point].
  (cd=CD) supposing (bd=BD and ad=AD and bc=BC and ab=AB and A_B_C and a_b_c and b)
BY
(Auto
   THEN ((FLemma `ip-dist-between` [-6] THENA Auto) THEN PromoteHyp (-1) 10)
   THEN (FLemma `ip-dist-between` [-5] THENA Auto)
   THEN PromoteHyp (-1) 10) }

1
1. rv InnerProductSpace
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. Point
9. Point
10. ||A C|| (||A B|| ||B C||)
11. ||a c|| (||a b|| ||b c||)
12. b
13. a_b_c
14. A_B_C
15. ab=AB
16. bc=BC
17. ad=AD
18. bd=BD
⊢ cd=CD


Latex:


Latex:
\mforall{}[rv:InnerProductSpace].  \mforall{}[a,b,c,d,A,B,C,D:Point].
    (cd=CD)  supposing  (bd=BD  and  ad=AD  and  bc=BC  and  ab=AB  and  A\_B\_C  and  a\_b\_c  and  a  \#  b)


By


Latex:
(Auto
  THEN  ((FLemma  `ip-dist-between`  [-6]  THENA  Auto)  THEN  PromoteHyp  (-1)  10)
  THEN  (FLemma  `ip-dist-between`  [-5]  THENA  Auto)
  THEN  PromoteHyp  (-1)  10)




Home Index