Proving Differentiability Using Inequalities

  • Thread starter Thread starter redyelloworange
  • Start date Start date
  • Tags Tags
    Spivak
redyelloworange
Messages
19
Reaction score
0
Suppose
f(a) = g(a) = h(a)
and f(x) <= g(x) <= (x) for all x

Prove g(x) is differentible and that
f'(a) = g'(a) = h'(a).

So.. I need to prove that the following limit exists:

lim h -->0 (g(x+h) - g(x)) / h

but how can i use the fact that f(x) <= g(x) <= (x) for all x?

Thanks
 
Physics news on Phys.org
Obviously you're going to have to tell us something about f and h.
 
f(a) = g(a) = h(a)
and f(x) <= g(x) <= h(x) for all x

and

f'(a) = h'(a)
 
Last edited:
Is it possible that f and h are given as differentiable? Otherwise, just take f(x)= g(x)= h(x) to be any non-differentiable functions and the hypotheses are satisfied while the conclusion is not true!
 
you're right

*I seem to have typed the question wrong many times*
sorry.

So, given:

f(a) = g(a) = h(a)
and
f(x) <= g(x) <= h(x) for all x
and
f'(a) = h'(a)

Prove g is differentiable at a, and that g'(a) = g'(a) = h'(a).
 
Do you know the squeeze theorem?
 
oh!
sol instead of just including g(x) in the inequality.. i include more:

f(x) <= g(x) <= h(x)
f(a+h) <= g(a+h) <= h(a+h)
f(a+h) - f(a) <= g(a+h) - f(a) <= h(a+h) - f(a)
f(a+h) - f(a) <= g(a+h) - f(a) <= h(a+h) - f(a)

f'(a) <= g'(a) <= h'(a)

but f'(a) = h'(a)

so (how exactly do i phrase this?)

f'(a) = g'(a) = h'(a)

ooh. that was a good hint/spark =) thanks!
 
Back
Top