Maybe this question is dumb but I dont know how to approach it. In a book it is stated that, for $f\in C^1(\Bbb R,\Bbb R)$ two times differentiable at $c$ then it holds that
$$f''(c)=\lim_{h\to 0^+}\frac{f(c+2h)-2f(c+h)+f(c)}{h^2}\tag1$$
But I'm unable to justify the above formula from the natural one
$$f''(c)=\lim_{h\to 0}\lim_{s\to 0}\frac{f(c+h+s)-2f(c+s)+f(c)}{hs}\tag2$$
Can someone show me (or give a reference) about how to prove $(1)$? I'm also very intrigued by the reasons about why it is stated the limit in $(1)$ as just a lateral limit. Thank you.