0

Indeed, my question is very similar to Is the right-hand derivative equal to the right-hand limit of the derivative?, but with different conditions (there is no assumption about the differentiability).

The hypothesis is: $\lim_{x \to a^+}f'(x)=f'_+(a)$ if the expresions on both of the sides exist. (where $f'_+(a)=\lim_{h \to 0^+} \frac{f(a+h)-f(a)}{h}$)

I have seen it in my analysis book but am not able to give a rigorous proof. So far, I have tried to use the definitions to derive $|\lim_{x \to a^+}f'(x)-f'_+(x)|<\epsilon$ for all $\epsilon>0$, but with no result. Does anyone know a better way?

My another hypothesis is that if $\lim_{x \to a^+}f'(x)$ exists and $f$ is continuous at $a$ then the above mentioned equality holds.

May I ask you for help?

1 Answers1

1

For small $h>0,$

$$\tag 1\frac{f(a+h)-f(a)}{h} = f'(c_h)$$

for some $c_h\in (a,a+h),$ by the mean value theorem (make sure to verify the MVT can be applied here). As $h\to 0^+,$ $ c_h \to a^+.$ Since we are given $\lim_{x\to a^+} f'(x) = L$ for some $L,$ we conclude $f'(c_h)\to L.$ By $(1)$ the right-hand derivative of $f$ at $a$ is $L.$

zhw.
  • 105,693