Nuprl Lemma : derivative-implies-increasing-simple
∀a:ℝ. ∀b:{b:ℝ| a < b} . ∀f,f':[a, b] ⟶ℝ.
  (d(f[x])/dx = λx.f'[x] on [a, b]
  
⇒ ifun(λx.f'[x];[a, b])
  
⇒ (∀x:{x:ℝ| x ∈ [a, b]} . (r0 ≤ f'[x]))
  
⇒ f[x] increasing for x ∈ [a, b])
Proof
Definitions occuring in Statement : 
increasing-on-interval: f[x] increasing for x ∈ I
, 
derivative: d(f[x])/dx = λz.g[z] on I
, 
ifun: ifun(f;I)
, 
rfun: I ⟶ℝ
, 
rccint: [l, u]
, 
i-member: r ∈ I
, 
rleq: x ≤ y
, 
rless: x < y
, 
int-to-real: r(n)
, 
real: ℝ
, 
so_apply: x[s]
, 
all: ∀x:A. B[x]
, 
implies: P 
⇒ Q
, 
set: {x:A| B[x]} 
, 
lambda: λx.A[x]
, 
natural_number: $n
Definitions unfolded in proof : 
label: ...$L... t
, 
so_lambda: λ2x.t[x]
, 
and: P ∧ Q
, 
iff: P 
⇐⇒ Q
, 
uimplies: b supposing a
, 
so_apply: x[s]
, 
rfun: I ⟶ℝ
, 
prop: ℙ
, 
squash: ↓T
, 
sq_stable: SqStable(P)
, 
top: Top
, 
iproper: iproper(I)
, 
implies: P 
⇒ Q
, 
uall: ∀[x:A]. B[x]
, 
member: t ∈ T
, 
all: ∀x:A. B[x]
, 
real-fun: real-fun(f;a;b)
, 
ifun: ifun(f;I)
, 
guard: {T}
Lemmas referenced : 
rless_wf, 
set_wf, 
rfun_wf, 
derivative_wf, 
rccint-icompact, 
real_wf, 
i-member_wf, 
ifun_wf, 
i-finite_wf, 
sq_stable__rless, 
right_endpoint_rccint_lemma, 
left_endpoint_rccint_lemma, 
rccint_wf, 
derivative-implies-increasing, 
req_wf, 
member_rccint_lemma, 
function-is-continuous, 
rleq_weakening_rless, 
sq_stable__rleq
Rules used in proof : 
productElimination, 
independent_isectElimination, 
setEquality, 
dependent_set_memberEquality, 
applyEquality, 
lambdaEquality, 
because_Cache, 
imageElimination, 
baseClosed, 
imageMemberEquality, 
voidEquality, 
voidElimination, 
isect_memberEquality, 
sqequalRule, 
independent_functionElimination, 
hypothesis, 
rename, 
setElimination, 
hypothesisEquality, 
isectElimination, 
thin, 
dependent_functionElimination, 
sqequalHypSubstitution, 
extract_by_obid, 
introduction, 
cut, 
lambdaFormation, 
sqequalReflexivity, 
computationStep, 
sqequalTransitivity, 
sqequalSubstitution
Latex:
\mforall{}a:\mBbbR{}.  \mforall{}b:\{b:\mBbbR{}|  a  <  b\}  .  \mforall{}f,f':[a,  b]  {}\mrightarrow{}\mBbbR{}.
    (d(f[x])/dx  =  \mlambda{}x.f'[x]  on  [a,  b]
    {}\mRightarrow{}  ifun(\mlambda{}x.f'[x];[a,  b])
    {}\mRightarrow{}  (\mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  [a,  b]\}  .  (r0  \mleq{}  f'[x]))
    {}\mRightarrow{}  f[x]  increasing  for  x  \mmember{}  [a,  b])
Date html generated:
2017_10_03-PM-00_28_55
Last ObjectModification:
2017_07_31-PM-04_28_36
Theory : reals
Home
Index