Step * of Lemma real-continuity3

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
(InstLemma  `real-continuity2` []
   THEN RepeatFor (ParallelLast')
   THEN 0
   THEN Try (Trivial)
   THEN (D THENA Auto)
   THEN InstLemma `continuous-rneq` [⌜[a, b]⌝;⌜λ2x.f x⌝]⋅
   THEN Auto) }

1
.....antecedent..... 
1. : ℝ@i
2. : ℝ@i
3. a ≤ b
4. [a, b] ⟶ℝ@i
5. (∀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)))))
6. ∀k:ℕ+. ∃d:{d:ℝr0 < d} . ∀x,y:{x:ℝx ∈ [a, b]} .  ((|x y| ≤ d)  (|(f x) y| ≤ (r1/r(k))))@i
⊢ continuous for x ∈ [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)
        \mLeftarrow{}{}\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:
(InstLemma    `real-continuity2`  []
  THEN  RepeatFor  4  (ParallelLast')
  THEN  D  0
  THEN  Try  (Trivial)
  THEN  (D  0  THENA  Auto)
  THEN  InstLemma  `continuous-rneq`  [\mkleeneopen{}[a,  b]\mkleeneclose{};\mkleeneopen{}\mlambda{}\msubtwo{}x.f  x\mkleeneclose{}]\mcdot{}
  THEN  Auto)




Home Index