Step
*
1
of Lemma
scale-metric-converges
1. [X] : Type
2. [d] : metric(X)
3. c : {c:ℝ| r0 < c} 
4. x : ℕ ⟶ X
5. y : X
6. n : ℕ
7. r(-n) ≤ c
8. c ≤ r(n)
9. k : ℕ+
10. (r1/r(k)) < c
11. ¬(n = 0 ∈ ℤ)
12. ∀k:ℕ+. (∃N:ℕ [(∀n:ℕ. ((N ≤ n) 
⇒ (mdist(c*d;x n;y) ≤ (r1/r(k)))))])
13. k1 : ℕ+
⊢ ∃N:ℕ [(∀n:ℕ. ((N ≤ n) 
⇒ (mdist(d;x n;y) ≤ (r1/r(k1)))))]
BY
{ ((D -2 With ⌜k * k1⌝  THENA Auto)
   THEN RepeatFor 3 (ParallelLast)
   THEN RepUR ``mdist scale-metric`` -1
   THEN Fold `mdist` (-1)
   THEN (nRMul ⌜c⌝ 0⋅ THENA Auto)
   THEN (nRNorm (-1) THENA Auto)
   THEN (RWO "-1" 0 THENA Auto)) }
1
1. X : Type
2. d : metric(X)
3. c : {c:ℝ| r0 < c} 
4. x : ℕ ⟶ X
5. y : X
6. n : ℕ
7. r(-n) ≤ c
8. c ≤ r(n)
9. k : ℕ+
10. (r1/r(k)) < c
11. ¬(n = 0 ∈ ℤ)
12. k1 : ℕ+
13. N : ℕ
14. ∀n:ℕ. ((N ≤ n) 
⇒ (mdist(c*d;x n;y) ≤ (r1/r(k * k1))))
15. n1 : ℕ
16. N ≤ n1
17. (mdist(d;x n1;y) * c) ≤ (r1/r(k * k1))
⊢ (r1/r(k * k1)) ≤ (c/r(k1))
Latex:
Latex:
1.  [X]  :  Type
2.  [d]  :  metric(X)
3.  c  :  \{c:\mBbbR{}|  r0  <  c\} 
4.  x  :  \mBbbN{}  {}\mrightarrow{}  X
5.  y  :  X
6.  n  :  \mBbbN{}
7.  r(-n)  \mleq{}  c
8.  c  \mleq{}  r(n)
9.  k  :  \mBbbN{}\msupplus{}
10.  (r1/r(k))  <  c
11.  \mneg{}(n  =  0)
12.  \mforall{}k:\mBbbN{}\msupplus{}.  (\mexists{}N:\mBbbN{}  [(\mforall{}n:\mBbbN{}.  ((N  \mleq{}  n)  {}\mRightarrow{}  (mdist(c*d;x  n;y)  \mleq{}  (r1/r(k)))))])
13.  k1  :  \mBbbN{}\msupplus{}
\mvdash{}  \mexists{}N:\mBbbN{}  [(\mforall{}n:\mBbbN{}.  ((N  \mleq{}  n)  {}\mRightarrow{}  (mdist(d;x  n;y)  \mleq{}  (r1/r(k1)))))]
By
Latex:
((D  -2  With  \mkleeneopen{}k  *  k1\mkleeneclose{}    THENA  Auto)
  THEN  RepeatFor  3  (ParallelLast)
  THEN  RepUR  ``mdist  scale-metric``  -1
  THEN  Fold  `mdist`  (-1)
  THEN  (nRMul  \mkleeneopen{}c\mkleeneclose{}  0\mcdot{}  THENA  Auto)
  THEN  (nRNorm  (-1)  THENA  Auto)
  THEN  (RWO  "-1"  0  THENA  Auto))
Home
Index