Step * of Lemma mean-value-theorem

a,b:ℝ.
  ((a < b)
   (∀f,f':[a, b] ⟶ℝ.
        (f'[x] continuous for x ∈ [a, b]
         d(f[x])/dx = λx.f'[x] on [a, b]
         (∀e:ℝ((r0 < e)  (∃x:ℝ((x ∈ [a, b]) ∧ (|f[b] f[a] f'[x] (b a)| ≤ e))))))))
BY
(InstLemma `Rolles-theorem` [] THEN RepeatFor (ParallelLast') THEN Auto) }

1
1. : ℝ
2. : ℝ
3. a < b
4. ∀f,f':[a, b] ⟶ℝ.
     (f'[x] continuous for x ∈ [a, b]
      d(f[x])/dx = λx.f'[x] on [a, b]
      (f[a] f[b])
      (∀e:ℝ((r0 < e)  (∃x:ℝ((x ∈ [a, b]) ∧ (|f'[x]| ≤ e))))))
5. [a, b] ⟶ℝ
6. f' [a, b] ⟶ℝ
7. f'[x] continuous for x ∈ [a, b]
8. d(f[x])/dx = λx.f'[x] on [a, b]
9. : ℝ
10. r0 < e
⊢ ∃x:ℝ((x ∈ [a, b]) ∧ (|f[b] f[a] f'[x] (b a)| ≤ e))


Latex:


Latex:
\mforall{}a,b:\mBbbR{}.
    ((a  <  b)
    {}\mRightarrow{}  (\mforall{}f,f':[a,  b]  {}\mrightarrow{}\mBbbR{}.
                (f'[x]  continuous  for  x  \mmember{}  [a,  b]
                {}\mRightarrow{}  d(f[x])/dx  =  \mlambda{}x.f'[x]  on  [a,  b]
                {}\mRightarrow{}  (\mforall{}e:\mBbbR{}.  ((r0  <  e)  {}\mRightarrow{}  (\mexists{}x:\mBbbR{}.  ((x  \mmember{}  [a,  b])  \mwedge{}  (|f[b]  -  f[a]  -  f'[x]  *  (b  -  a)|  \mleq{}  e))))))))


By


Latex:
(InstLemma  `Rolles-theorem`  []  THEN  RepeatFor  3  (ParallelLast')  THEN  Auto)




Home Index