Step * 1 1 1 2 of Lemma implies-isometry


1. rv InnerProductSpace
2. Point ⟶ Point
3. {r:ℝr0 < r} 
4. {2...}
5. ∀x,y:Point.  (x ≡  x ≡ y)
6. ∀x,y:Point.  ((||x y|| r)  (||f y|| ≤ r))
7. ∀x,y:Point.  ((||x y|| (r(N) r))  ((r(N) r) ≤ ||f y||))
8. ∀x,y:Point.  (((||x y|| r) ∨ (||x y|| (r(2) r)))  (||f y|| ||x y||))
9. ∀s,r@0:ℝ.
     ((∃n,m:ℕ+(s (r(n)/r(m))))
      (∃n,m:ℕ+(r@0 (r(n)/r(m))))
      (∀x,y:Point.  ((||x y|| ∈ (r@0 r, r))  (||f y|| ∈ [r@0 r, r]))))
10. ∀x,y:Point.  (||f y|| ||x y||)
⊢ Isometry(λx.f 0)
BY
(RepeatFor (((D THENA Auto) THEN Reduce 0))
   THEN (Assert 0 ≡ BY
               (RealVecEqual THEN Auto))
   THEN RWO  "-1" 0
   THEN Auto) }


Latex:


Latex:

1.  rv  :  InnerProductSpace
2.  f  :  Point  {}\mrightarrow{}  Point
3.  r  :  \{r:\mBbbR{}|  r0  <  r\} 
4.  N  :  \{2...\}
5.  \mforall{}x,y:Point.    (x  \mequiv{}  y  {}\mRightarrow{}  f  x  \mequiv{}  f  y)
6.  \mforall{}x,y:Point.    ((||x  -  y||  =  r)  {}\mRightarrow{}  (||f  x  -  f  y||  \mleq{}  r))
7.  \mforall{}x,y:Point.    ((||x  -  y||  =  (r(N)  *  r))  {}\mRightarrow{}  ((r(N)  *  r)  \mleq{}  ||f  x  -  f  y||))
8.  \mforall{}x,y:Point.    (((||x  -  y||  =  r)  \mvee{}  (||x  -  y||  =  (r(2)  *  r)))  {}\mRightarrow{}  (||f  x  -  f  y||  =  ||x  -  y||))
9.  \mforall{}s,r@0:\mBbbR{}.
          ((\mexists{}n,m:\mBbbN{}\msupplus{}.  (s  =  (r(n)/r(m))))
          {}\mRightarrow{}  (\mexists{}n,m:\mBbbN{}\msupplus{}.  (r@0  =  (r(n)/r(m))))
          {}\mRightarrow{}  (\mforall{}x,y:Point.    ((||x  -  y||  \mmember{}  (r@0  *  r,  s  *  r))  {}\mRightarrow{}  (||f  x  -  f  y||  \mmember{}  [r@0  *  r,  s  *  r]))))
10.  \mforall{}x,y:Point.    (||f  x  -  f  y||  =  ||x  -  y||)
\mvdash{}  Isometry(\mlambda{}x.f  x  -  f  0)


By


Latex:
(RepeatFor  2  (((D  0  THENA  Auto)  THEN  Reduce  0))
  THEN  (Assert  f  x  -  f  0  -  f  y  -  f  0  \mequiv{}  f  x  -  f  y  BY
                          (RealVecEqual  THEN  Auto))
  THEN  RWO    "-1"  0
  THEN  Auto)




Home Index