Step * of Lemma derivative-implies-increasing

I:Interval
  (iproper(I)
   (∀f,f':I ⟶ℝ.
        (d(f[x])/dx = λx.f'[x] on I
         f'[x] continuous for x ∈ I
         (∀x:{x:ℝx ∈ I} (r0 ≤ f'[x]))
         f[x] increasing for x ∈ I)))
BY
(Auto
   THEN 0
   THEN Auto
   THEN (Assert [x, y] ⊆ I  BY
               EAuto 1)
   THEN (InstLemma `continuous_functionality_wrt_subinterval` [⌜I⌝;⌜f'⌝;⌜[x, y]⌝]⋅ THENA Auto)) }

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


Latex:


Latex:
\mforall{}I:Interval
    (iproper(I)
    {}\mRightarrow{}  (\mforall{}f,f':I  {}\mrightarrow{}\mBbbR{}.
                (d(f[x])/dx  =  \mlambda{}x.f'[x]  on  I
                {}\mRightarrow{}  f'[x]  continuous  for  x  \mmember{}  I
                {}\mRightarrow{}  (\mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  I\}  .  (r0  \mleq{}  f'[x]))
                {}\mRightarrow{}  f[x]  increasing  for  x  \mmember{}  I)))


By


Latex:
(Auto
  THEN  D  0
  THEN  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))




Home Index