Step
*
1
2
2
of Lemma
function-is-continuous
1. I : Interval
2. f : I ⟶ℝ
3. ∀x,y:{t:ℝ| t ∈ I} .  ((x = y) 
⇒ (f[x] = f[y]))
4. m : {m:ℕ+| icompact(i-approx(I;m))} 
5. n : ℕ+
6. ∀n:ℕ+
     (∃d:ℝ [((r0 < d)
           ∧ (∀x,y:ℝ.
                ((x ∈ i-approx(i-approx(I;m);m))
                
⇒ (y ∈ i-approx(i-approx(I;m);m))
                
⇒ (|x - y| ≤ d)
                
⇒ (|f[x] - f[y]| ≤ (r1/r(n))))))])
⊢ ∃d:ℝ [((r0 < d)
       ∧ (∀x,y:ℝ.  ((x ∈ i-approx(I;m)) 
⇒ (y ∈ i-approx(I;m)) 
⇒ (|x - y| ≤ d) 
⇒ (|f[x] - f[y]| ≤ (r1/r(n))))))]
BY
{ (RWO "i-approx-approx" (-1) THEN Auto) }
Latex:
Latex:
1.  I  :  Interval
2.  f  :  I  {}\mrightarrow{}\mBbbR{}
3.  \mforall{}x,y:\{t:\mBbbR{}|  t  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  (f[x]  =  f[y]))
4.  m  :  \{m:\mBbbN{}\msupplus{}|  icompact(i-approx(I;m))\} 
5.  n  :  \mBbbN{}\msupplus{}
6.  \mforall{}n:\mBbbN{}\msupplus{}
          (\mexists{}d:\mBbbR{}  [((r0  <  d)
                      \mwedge{}  (\mforall{}x,y:\mBbbR{}.
                                ((x  \mmember{}  i-approx(i-approx(I;m);m))
                                {}\mRightarrow{}  (y  \mmember{}  i-approx(i-approx(I;m);m))
                                {}\mRightarrow{}  (|x  -  y|  \mleq{}  d)
                                {}\mRightarrow{}  (|f[x]  -  f[y]|  \mleq{}  (r1/r(n))))))])
\mvdash{}  \mexists{}d:\mBbbR{}  [((r0  <  d)
              \mwedge{}  (\mforall{}x,y:\mBbbR{}.
                        ((x  \mmember{}  i-approx(I;m))
                        {}\mRightarrow{}  (y  \mmember{}  i-approx(I;m))
                        {}\mRightarrow{}  (|x  -  y|  \mleq{}  d)
                        {}\mRightarrow{}  (|f[x]  -  f[y]|  \mleq{}  (r1/r(n))))))]
By
Latex:
(RWO  "i-approx-approx"  (-1)  THEN  Auto)
Home
Index