Let $f$ be a differentiable function such that for every $x$ and $h$ it holds that $f(x+h)-f(x)=hf'(x)$. Prove that $f(x)=kx+n$ where $k$ and $n$ are constants.
I get it why this is true, and I tried to prove it somehow, but I can't seem to prove it rigorously with analysis. Any ideas?
The given equation $f(x+h)−f(x)=hf′(x)$ holds for all real $h, x$, so we can safely set $x=0$. This gives $$f(h)-f(0)=hf'(0)\iff f(h)=f'(0)\cdot h+f(0).$$ Letting $h=x,f'(0)=k,f(0)=n$, we have $f(x)=kx+n$ as desired. $\blacksquare$