Step * 1 1 1 1 1 of Lemma implies-isometry-lemma3


1. rv InnerProductSpace
2. : ℕ+
3. Point(rv)
4. Point(rv)
5. : ℝ
6. r0 < s
7. ||x y|| s
⊢ ∃z:Point(rv). ((||z x|| (r(m) s)) ∧ (||z y|| (r(m) s)))
BY
(InstLemma `ip-circle-circle-lemma3` 
   [⌜rv⌝;⌜x⌝;⌜r(m)*y x⌝;⌜y⌝;⌜r(m)*x y⌝
   ;⌜r(m)*y x⌝;⌜r(m)*x y⌝]⋅
   THENA (Auto THEN MemTypeCD THEN Auto THEN Try ((Unfold `ip-congruent` THEN Auto)))
   }

1
.....set predicate..... 
1. rv InnerProductSpace
2. : ℕ+
3. Point(rv)
4. Point(rv)
5. : ℝ
6. r0 < s
7. ||x y|| s
⊢ y

2
1. rv InnerProductSpace
2. : ℕ+
3. Point(rv)
4. Point(rv)
5. : ℝ
6. r0 < s
7. ||x y|| s
8. xx r(m)*y x=xx r(m)*y x
⊢ ||y r(m)*y x|| ≤ ||y r(m)*x y||

3
1. rv InnerProductSpace
2. : ℕ+
3. Point(rv)
4. Point(rv)
5. : ℝ
6. r0 < s
7. ||x y|| s
8. yy r(m)*x y=yy r(m)*x y
⊢ ||x r(m)*x y|| ≤ ||x r(m)*y x||

4
1. rv InnerProductSpace
2. : ℕ+
3. Point(rv)
4. Point(rv)
5. : ℝ
6. r0 < s
7. ||x y|| s
8. ∃u,v:{p:Point(rv)| xx r(m)*y x=xp ∧ yy r(m)*x y=yp} 
    (((||x r(m)*x y|| < ||x r(m)*y x||) ∧ (||y r(m)*y x|| < ||y r(m)*x y||))  v)
⊢ ∃z:Point(rv). ((||z x|| (r(m) s)) ∧ (||z y|| (r(m) s)))


Latex:


Latex:

1.  rv  :  InnerProductSpace
2.  m  :  \mBbbN{}\msupplus{}
3.  x  :  Point(rv)
4.  y  :  Point(rv)
5.  s  :  \mBbbR{}
6.  r0  <  s
7.  ||x  -  y||  =  s
\mvdash{}  \mexists{}z:Point(rv).  ((||z  -  x||  =  (r(m)  *  s))  \mwedge{}  (||z  -  y||  =  (r(m)  *  s)))


By


Latex:
(InstLemma  `ip-circle-circle-lemma3` 
  [\mkleeneopen{}rv\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}x  +  r(m)*y  -  x\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{};\mkleeneopen{}y  +  r(m)*x  -  y\mkleeneclose{}
  ;\mkleeneopen{}x  +  r(m)*y  -  x\mkleeneclose{};\mkleeneopen{}y  +  r(m)*x  -  y\mkleeneclose{}]\mcdot{}
  THENA  (Auto  THEN  MemTypeCD  THEN  Auto  THEN  Try  ((Unfold  `ip-congruent`  0  THEN  Auto)))
  )




Home Index