Step
*
1
of Lemma
compact-dist-zero
1. [X] : Type
2. d : metric(X)
3. A : Type
4. A ⊆r X
5. c : mcompact(A;d)
6. x : X
7. dist-fun(d;x) ∈ FUN(A ⟶ ℝ)
8. ∀x@0:A. (dist(x;A) ≤ (dist-fun(d;x) x@0))
9. ∀e:ℝ. ((r0 < e) 
⇒ (∃x@0:A. ((dist-fun(d;x) x@0) < (dist(x;A) + e))))
10. dist(x;A) = r0
⊢ ∀n:ℕ+. ∃a:A. (mdist(d;x;a) < (r1/r(n)))
BY
{ ((RWO "-1" (-2) THENA Auto)
   THEN nRNorm (-2)
   THEN RepUR ``dist-fun`` -2
   THEN (D 0 THENA Auto)
   THEN BackThruSomeHyp
   THEN Auto) }
Latex:
Latex:
1.  [X]  :  Type
2.  d  :  metric(X)
3.  A  :  Type
4.  A  \msubseteq{}r  X
5.  c  :  mcompact(A;d)
6.  x  :  X
7.  dist-fun(d;x)  \mmember{}  FUN(A  {}\mrightarrow{}  \mBbbR{})
8.  \mforall{}x@0:A.  (dist(x;A)  \mleq{}  (dist-fun(d;x)  x@0))
9.  \mforall{}e:\mBbbR{}.  ((r0  <  e)  {}\mRightarrow{}  (\mexists{}x@0:A.  ((dist-fun(d;x)  x@0)  <  (dist(x;A)  +  e))))
10.  dist(x;A)  =  r0
\mvdash{}  \mforall{}n:\mBbbN{}\msupplus{}.  \mexists{}a:A.  (mdist(d;x;a)  <  (r1/r(n)))
By
Latex:
((RWO  "-1"  (-2)  THENA  Auto)
  THEN  nRNorm  (-2)
  THEN  RepUR  ``dist-fun``  -2
  THEN  (D  0  THENA  Auto)
  THEN  BackThruSomeHyp
  THEN  Auto)
Home
Index