Continuous and smooth on a compact set implies differentiability at a point

resolvent1
Messages
24
Reaction score
0
I'm trying to prove that if a function is continuous on [a,b] and smooth on (a,b) then there's a point x in (a,b) where f'(x) exists. The definition of smoothness is: f is smooth at x iff \lim_{h \rightarrow 0} \frac{ f(x+h) + f(x-h) - 2f(x) }{ h } = 0.

I'm starting with the simpler case where f(a) = f(b). I know that f has a max x and a min y on [a,b], and that if both occur at a or b, then f is a constant function. So I'm assuming wlog that the max x occurs somewhere in (a,b).

So at x,
- \frac{ (f(x) - f(x+h)) } {h} \leq 0 and
\frac{f(x-h) - f(x)}{h} \leq 0.

This is where I'm getting stuck. I'd like to show that the limits of the one sided difference quotients as h \rightarrow 0- exist and then apply smoothness to show that these must be equal, hence f is differentiable at x. However, I haven't been able to show that they exist - taking the infima of both sides doesn't seem to yield anything, so I'm guessing I might be missign something else. Thanks in advance.
 
Physics news on Phys.org
resolvent1 said:
I'm trying to prove that if a function is continuous on [a,b] and smooth on (a,b) then there's a point x in (a,b) where f'(x) exists. The definition of smoothness is: f is smooth at x iff \lim_{h \rightarrow 0} \frac{ f(x+h) + f(x-h) - 2f(x) }{ h } = 0.

I'm starting with the simpler case where f(a) = f(b). I know that f has a max x and a min y on [a,b], and that if both occur at a or b, then f is a constant function. So I'm assuming wlog that the max x occurs somewhere in (a,b).

So at x,
- \frac{ (f(x) - f(x+h)) } {h} \leq 0 and
\frac{f(x-h) - f(x)}{h} \leq 0.

This is where I'm getting stuck. I'd like to show that the limits of the one sided difference quotients as h \rightarrow 0- exist and then apply smoothness
What, exactly, is your definition of "smooth"?

to show that these must be equal, hence f is differentiable at x. However, I haven't been able to show that they exist - taking the infima of both sides doesn't seem to yield anything, so I'm guessing I might be missign something else. Thanks in advance.
 
The definition I'm using for smooth is:

A function f : \mathbb{R} \rightarrow \mathbb{R} is said to be smooth at a point x \in \mathbb{R} iff it is defined in a neighborhood of x and

\lim_{h \rightarrow 0} \frac{ f(x+h) + f(x-h) - 2f(x) }{ h } = 0.
 
Back
Top