Step * of Lemma hyptrans_ext

rv:InnerProductSpace. ∀e:Point. ∀s,t:ℝ. ∀x,y:Point.  (hyptrans(rv;e;s;x) hyptrans(rv;e;t;y)  (x y ∨ s ≠ t))
BY
(Auto
   THEN Unfold `hyptrans` -1
   THEN ((FLemma `rv-add-sep` [-1] THENM -1) THEN Auto)
   THEN (FLemma `rv-mul-sep` [-1] THENM -1)
   THEN Auto) }

1
1. rv InnerProductSpace
2. Point
3. : ℝ
4. : ℝ
5. Point
6. Point
7. (x ⋅ (cosh(s) r1)) (rsqrt(r1 x^2) sinh(s))*e (y ⋅ (cosh(t) r1))
(rsqrt(r1 y^2) sinh(t))*e
8. (x ⋅ (cosh(s) r1)) (rsqrt(r1 x^2) sinh(s))*e (y ⋅ (cosh(t) r1)) (rsqrt(r1 y^2) sinh(t))*e
9. (x ⋅ (cosh(s) r1)) (rsqrt(r1 x^2) sinh(s)) ≠ (y ⋅ (cosh(t) r1)) (rsqrt(r1 y^2) sinh(t))
⊢ y ∨ s ≠ t

2
1. rv InnerProductSpace
2. Point
3. : ℝ
4. : ℝ
5. Point
6. Point
7. (x ⋅ (cosh(s) r1)) (rsqrt(r1 x^2) sinh(s))*e (y ⋅ (cosh(t) r1))
(rsqrt(r1 y^2) sinh(t))*e
8. (x ⋅ (cosh(s) r1)) (rsqrt(r1 x^2) sinh(s))*e (y ⋅ (cosh(t) r1)) (rsqrt(r1 y^2) sinh(t))*e
9. e
⊢ y ∨ s ≠ t


Latex:


Latex:
\mforall{}rv:InnerProductSpace.  \mforall{}e:Point.  \mforall{}s,t:\mBbbR{}.  \mforall{}x,y:Point.
    (hyptrans(rv;e;s;x)  \#  hyptrans(rv;e;t;y)  {}\mRightarrow{}  (x  \#  y  \mvee{}  s  \mneq{}  t))


By


Latex:
(Auto
  THEN  Unfold  `hyptrans`  -1
  THEN  ((FLemma  `rv-add-sep`  [-1]  THENM  D  -1)  THEN  Auto)
  THEN  (FLemma  `rv-mul-sep`  [-1]  THENM  D  -1)
  THEN  Auto)




Home Index