Step
*
1
1
1
of Lemma
real-vec-triangle-equality
.....assertion..... 
1. n : ℕ
2. x : ℝ^n
3. y : ℝ^n
4. z : ℝ^n
5. r0 < d(y;z)
6. ||x - y + y - z|| = (||x - y|| + ||y - z||)
7. ||x - z|| = ||x - y + y - z||
8. t : ℝ
9. r0 ≤ t
10. req-vec(n;x - y;t*y - z)
11. (r0 < d(x;y)) 
⇒ (r0 < t)
12. r0 < (r1 + t)
⊢ req-vec(n;y;(r1/r1 + t)*x + r1 - (r1/r1 + t)*z)
BY
{ RepeatFor 2 (ParallelOp -3) }
1
1. n : ℕ
2. x : ℝ^n
3. y : ℝ^n
4. z : ℝ^n
5. r0 < d(y;z)
6. ||x - y + y - z|| = (||x - y|| + ||y - z||)
7. ||x - z|| = ||x - y + y - z||
8. t : ℝ
9. r0 ≤ t
10. ∀i:ℕn. ((x - y i) = (t*y - z i))
11. (r0 < d(x;y)) 
⇒ (r0 < t)
12. r0 < (r1 + t)
13. i : ℕn
14. (x - y i) = (t*y - z i)
⊢ (y i) = ((r1/r1 + t)*x + r1 - (r1/r1 + t)*z i)
Latex:
Latex:
.....assertion..... 
1.  n  :  \mBbbN{}
2.  x  :  \mBbbR{}\^{}n
3.  y  :  \mBbbR{}\^{}n
4.  z  :  \mBbbR{}\^{}n
5.  r0  <  d(y;z)
6.  ||x  -  y  +  y  -  z||  =  (||x  -  y||  +  ||y  -  z||)
7.  ||x  -  z||  =  ||x  -  y  +  y  -  z||
8.  t  :  \mBbbR{}
9.  r0  \mleq{}  t
10.  req-vec(n;x  -  y;t*y  -  z)
11.  (r0  <  d(x;y))  {}\mRightarrow{}  (r0  <  t)
12.  r0  <  (r1  +  t)
\mvdash{}  req-vec(n;y;(r1/r1  +  t)*x  +  r1  -  (r1/r1  +  t)*z)
By
Latex:
RepeatFor  2  (ParallelOp  -3)
Home
Index