Step * 1 2 1 of Lemma mean-value-for-bounded-derivative

.....assertion..... 
1. Interval
2. iproper(I)
3. I ⟶ℝ
4. f' I ⟶ℝ
5. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f'[x] f'[y]))
6. d(f[x])/dx = λx.f'[x] on I
7. : ℝ
8. ∀x:{x:ℝx ∈ I} (|f'[x]| ≤ c)
9. {x:ℝx ∈ I} 
10. {x:ℝx ∈ I} 
11. f'[x] continuous for x ∈ I
12. f[x] continuous for x ∈ I
13. {e:ℝr0 < e} 
14. (x < y)  (|f[x] f[y]| ≤ ((c |x y|) e))
⊢ (y < x)  (|f[x] f[y]| ≤ ((c |x y|) e))
BY
(SwapVars `x' `y'
   THEN ((D THENA Auto)
         THEN (Assert [x, y] ⊆ I  BY
                     EAuto 1)
         THEN (InstLemma `continuous_functionality_wrt_subinterval`  [⌜I⌝;⌜f'⌝;⌜[x, y]⌝]⋅ THENA Auto))
   THEN (InstLemma `mean-value-theorem` [⌜x⌝;⌜y⌝;⌜f⌝;⌜f'⌝;⌜e⌝]⋅ THENA Auto)
   THEN ExRepD) }

1
.....antecedent..... 
1. Interval
2. iproper(I)
3. I ⟶ℝ
4. f' I ⟶ℝ
5. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f'[x] f'[y]))
6. d(f[x])/dx = λx.f'[x] on I
7. : ℝ
8. ∀x:{x:ℝx ∈ I} (|f'[x]| ≤ c)
9. {x:ℝx ∈ I} 
10. {x:ℝx ∈ I} 
11. f'[x] continuous for x ∈ I
12. f[x] continuous for x ∈ I
13. {e:ℝr0 < e} 
14. (y < x)  (|f[y] f[x]| ≤ ((c |y x|) e))
15. x < y
16. [x, y] ⊆ 
17. f'[x] continuous for x ∈ [x, y]
⊢ d(f[x])/dx = λx.f'[x] on [x, y]

2
1. Interval
2. iproper(I)
3. I ⟶ℝ
4. f' I ⟶ℝ
5. ∀x,y:{x:ℝx ∈ I} .  ((x y)  (f'[x] f'[y]))
6. d(f[x])/dx = λx.f'[x] on I
7. : ℝ
8. ∀x:{x:ℝx ∈ I} (|f'[x]| ≤ c)
9. {x:ℝx ∈ I} 
10. {x:ℝx ∈ I} 
11. f'[x] continuous for x ∈ I
12. f[x] continuous for x ∈ I
13. {e:ℝr0 < e} 
14. (y < x)  (|f[y] f[x]| ≤ ((c |y x|) e))
15. x < y
16. [x, y] ⊆ 
17. f'[x] continuous for x ∈ [x, y]
18. x@0 : ℝ
19. x@0 ∈ [x, y]
20. |f[y] f[x] f'[x@0] (y x)| ≤ e
⊢ |f[y] f[x]| ≤ ((c |y x|) e)


Latex:


Latex:
.....assertion..... 
1.  I  :  Interval
2.  iproper(I)
3.  f  :  I  {}\mrightarrow{}\mBbbR{}
4.  f'  :  I  {}\mrightarrow{}\mBbbR{}
5.  \mforall{}x,y:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    ((x  =  y)  {}\mRightarrow{}  (f'[x]  =  f'[y]))
6.  d(f[x])/dx  =  \mlambda{}x.f'[x]  on  I
7.  c  :  \mBbbR{}
8.  \mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  I\}  .  (|f'[x]|  \mleq{}  c)
9.  x  :  \{x:\mBbbR{}|  x  \mmember{}  I\} 
10.  y  :  \{x:\mBbbR{}|  x  \mmember{}  I\} 
11.  f'[x]  continuous  for  x  \mmember{}  I
12.  f[x]  continuous  for  x  \mmember{}  I
13.  e  :  \{e:\mBbbR{}|  r0  <  e\} 
14.  (x  <  y)  {}\mRightarrow{}  (|f[x]  -  f[y]|  \mleq{}  ((c  *  |x  -  y|)  +  e))
\mvdash{}  (y  <  x)  {}\mRightarrow{}  (|f[x]  -  f[y]|  \mleq{}  ((c  *  |x  -  y|)  +  e))


By


Latex:
(SwapVars  `x'  `y'
  THEN  ((D  0  THENA  Auto)
              THEN  (Assert  [x,  y]  \msubseteq{}  I    BY
                                      EAuto  1)
              THEN  (InstLemma  `continuous\_functionality\_wrt\_subinterval`    [\mkleeneopen{}I\mkleeneclose{};\mkleeneopen{}f'\mkleeneclose{};\mkleeneopen{}[x,  y]\mkleeneclose{}]\mcdot{}  THENA  Auto))
  THEN  (InstLemma  `mean-value-theorem`  [\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{};\mkleeneopen{}f\mkleeneclose{};\mkleeneopen{}f'\mkleeneclose{};\mkleeneopen{}e\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  ExRepD)




Home Index