Step
*
1
1
of Lemma
Minkowski-equality
1. n : ℕ
2. x : ℝ^n
3. y : ℝ^n
4. r0 < ||y||
5. ||x + y|| = (||x|| + ||y||)
6. r0 < ||y||^2
7. (r(2) * ||x|| * ||y||) = (r(2) * x⋅y)
⊢ ∃t:ℝ. ((r0 ≤ t) ∧ req-vec(n;x;t*y) ∧ ((r0 < ||x||) 
⇒ (r0 < t)))
BY
{ (Assert x⋅y = (||x|| * ||y||) BY
         (nRMul ⌜r(2)⌝ 0⋅ THEN Auto)) }
1
1. n : ℕ
2. x : ℝ^n
3. y : ℝ^n
4. r0 < ||y||
5. ||x + y|| = (||x|| + ||y||)
6. r0 < ||y||^2
7. (r(2) * ||x|| * ||y||) = (r(2) * x⋅y)
8. x⋅y = (||x|| * ||y||)
⊢ ∃t:ℝ. ((r0 ≤ t) ∧ req-vec(n;x;t*y) ∧ ((r0 < ||x||) 
⇒ (r0 < t)))
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  x  :  \mBbbR{}\^{}n
3.  y  :  \mBbbR{}\^{}n
4.  r0  <  ||y||
5.  ||x  +  y||  =  (||x||  +  ||y||)
6.  r0  <  ||y||\^{}2
7.  (r(2)  *  ||x||  *  ||y||)  =  (r(2)  *  x\mcdot{}y)
\mvdash{}  \mexists{}t:\mBbbR{}.  ((r0  \mleq{}  t)  \mwedge{}  req-vec(n;x;t*y)  \mwedge{}  ((r0  <  ||x||)  {}\mRightarrow{}  (r0  <  t)))
By
Latex:
(Assert  x\mcdot{}y  =  (||x||  *  ||y||)  BY
              (nRMul  \mkleeneopen{}r(2)\mkleeneclose{}  0\mcdot{}  THEN  Auto))
Home
Index