Step * 3 1 of Lemma approx-fixpoint


1. {I:Interval| icompact(I)} 
2. : ℕ
3. ∀f:{f:I^n ⟶ ℝ| ∀a,b:I^n.  (req-vec(n;a;b)  ((f a) (f b)))} 
     ((¬(∀x:I^n. x ≠ r0))  (∀e:{e:ℝr0 < e} . ∃x:I^n. (|f x| < e)))
4. {f:I^n ⟶ I^n| ∀a,b:I^n.  (req-vec(n;a;b)  req-vec(n;f a;f b))} 
5. ¬(∀x:I^n. x ≠ x)
6. {e:ℝr0 < e} 
7. I^n
8. |d(f x;x)| < e
⊢ d(f x;x) < e
BY
(RWO  "rabs-of-nonneg" (-1) THEN Auto) }


Latex:


Latex:

1.  I  :  \{I:Interval|  icompact(I)\} 
2.  n  :  \mBbbN{}
3.  \mforall{}f:\{f:I\^{}n  {}\mrightarrow{}  \mBbbR{}|  \mforall{}a,b:I\^{}n.    (req-vec(n;a;b)  {}\mRightarrow{}  ((f  a)  =  (f  b)))\} 
          ((\mneg{}(\mforall{}x:I\^{}n.  f  x  \mneq{}  r0))  {}\mRightarrow{}  (\mforall{}e:\{e:\mBbbR{}|  r0  <  e\}  .  \mexists{}x:I\^{}n.  (|f  x|  <  e)))
4.  f  :  \{f:I\^{}n  {}\mrightarrow{}  I\^{}n|  \mforall{}a,b:I\^{}n.    (req-vec(n;a;b)  {}\mRightarrow{}  req-vec(n;f  a;f  b))\} 
5.  \mneg{}(\mforall{}x:I\^{}n.  f  x  \mneq{}  x)
6.  e  :  \{e:\mBbbR{}|  r0  <  e\} 
7.  x  :  I\^{}n
8.  |d(f  x;x)|  <  e
\mvdash{}  d(f  x;x)  <  e


By


Latex:
(RWO    "rabs-of-nonneg"  (-1)  THEN  Auto)




Home Index