Show $f'(a;v_1+v_2)=f'(a;v_1)+f'(a;v_2)$ where $f$ may not be differentiable but all directional derivatives of $f$ exist. $f:\mathbb R^n\to \mathbb R$
It will be enough to show that $$\lim_{h\to 0}{f(a+hv_1+hv_2)-f(a+hv_1)\over h}=f'(a;v_2)$$
Any hints? I tried to apply Taylor polynomial on LHS but that gave $f(a;v_1+v_2)-f(a;v_1)$ which is essentially useless for me
Here's a classic counterexample. The partial derivatives (at $a=0$) of $$f(x,y) = \begin{cases} \frac{xy^2}{x^2+y^2}, & (x,y)\ne (0,0) \\ 0, & (x,y)=(0,0)\end{cases}$$ are clearly both $0$. But what is $f'(0,v)$ for $v=(1,1)$?