Step * of Lemma real-continuity2

a,b:ℝ.
  ∀f:[a, b] ⟶ℝ
    ((∀x,y:{x:ℝx ∈ [a, b]} .  (f x ≠  x ≠ y))
     (∀k:ℕ+. ∃d:{d:ℝr0 < d} . ∀x,y:{x:ℝx ∈ [a, b]} .  ((|x y| ≤ d)  (|(f x) y| ≤ (r1/r(k)))))) 
  supposing a ≤ b
BY
(Folds ``real-sfun real-cont`` THEN InstLemma `real-continuity-ext` [] THEN RepeatFor (ParallelLast') THEN Auto) }

1
.....antecedent..... 
1. : ℝ
2. : ℝ
3. a ≤ b
4. [a, b] ⟶ℝ
5. real-sfun(f;a;b)
⊢ real-fun(f;a;b)


Latex:


Latex:
\mforall{}a,b:\mBbbR{}.
    \mforall{}f:[a,  b]  {}\mrightarrow{}\mBbbR{}
        ((\mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .    (f  x  \mneq{}  f  y  {}\mRightarrow{}  x  \mneq{}  y))
        {}\mRightarrow{}  (\mforall{}k:\mBbbN{}\msupplus{}
                    \mexists{}d:\{d:\mBbbR{}|  r0  <  d\} 
                      \mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .    ((|x  -  y|  \mleq{}  d)  {}\mRightarrow{}  (|(f  x)  -  f  y|  \mleq{}  (r1/r(k)))))) 
    supposing  a  \mleq{}  b


By


Latex:
(Folds  ``real-sfun  real-cont``  0
  THEN  InstLemma  `real-continuity-ext`  []
  THEN  RepeatFor  5  (ParallelLast')
  THEN  Auto)




Home Index