Step * of Lemma ip-between-inner-trans

No Annotations
[rv:InnerProductSpace]. ∀[a,b,c,d:Point(rv)].  (a_b_d  b_c_d  a_b_c)
BY
((Auto THEN (StableCases ⌜d⌝⋅ THENA Auto) THEN Try ((Fold `ss-eq` (-1) THEN RWO "-1" THEN Auto)))
   THEN ((StableCases ⌜b⌝⋅ THENA Auto) THEN Try ((Fold `ss-eq` (-1) THEN RWO "-1" THEN Auto)))
   THEN (StableCases ⌜c⌝⋅ THENA Auto)
   THEN Try ((Fold `ss-eq` (-1) THEN RWO "-1" THEN Auto))
   THEN (StableCases ⌜d⌝⋅ THENA Auto)
   THEN ((Fold `ss-eq` (-1) THEN RWO "-1<(-5) THEN Auto)
   ORELSE ((All (RWO "ip-between-iff") THENA EAuto 1) THEN ExRepD)
   )) }

1
1. rv InnerProductSpace
2. Point(rv)
3. Point(rv)
4. Point(rv)
5. Point(rv)
6. t1 : ℝ
7. t1 ∈ (r0, r1)
8. b ≡ t1*a r1 t1*d
9. : ℝ
10. t ∈ (r0, r1)
11. c ≡ t*b r1 t*d
12. d
13. b
14. c
15. d
⊢ ∃t:ℝ((t ∈ (r0, r1)) ∧ b ≡ t*a r1 t*c)

2
1. rv InnerProductSpace
2. Point(rv)
3. Point(rv)
4. Point(rv)
5. Point(rv)
6. a_b_d
7. b_c_b
8. d
9. b
10. c
11. b ≡ d
⊢ a_b_c


Latex:


Latex:
No  Annotations
\mforall{}[rv:InnerProductSpace].  \mforall{}[a,b,c,d:Point(rv)].    (a\_b\_d  {}\mRightarrow{}  b\_c\_d  {}\mRightarrow{}  a\_b\_c)


By


Latex:
((Auto
    THEN  (StableCases  \mkleeneopen{}c  \#  d\mkleeneclose{}\mcdot{}  THENA  Auto)
    THEN  Try  ((Fold  `ss-eq`  (-1)  THEN  RWO  "-1"  0  THEN  Auto)))
  THEN  ((StableCases  \mkleeneopen{}a  \#  b\mkleeneclose{}\mcdot{}  THENA  Auto)  THEN  Try  ((Fold  `ss-eq`  (-1)  THEN  RWO  "-1"  0  THEN  Auto)))
  THEN  (StableCases  \mkleeneopen{}b  \#  c\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  Try  ((Fold  `ss-eq`  (-1)  THEN  RWO  "-1"  0  THEN  Auto))
  THEN  (StableCases  \mkleeneopen{}b  \#  d\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  ((Fold  `ss-eq`  (-1)  THEN  RWO  "-1<"  (-5)  THEN  Auto)
  ORELSE  ((All  (RWO  "ip-between-iff")  THENA  EAuto  1)  THEN  ExRepD)
  ))




Home Index