If f is twice differentiable, prove that $$ \lim_{h \to 0} \frac{f(c+h)- 2 f(c) + f(c-h)}{h^2}=f''(c)$$ for $f:(a,b) \to \Bbb R$ , $c \in (a,b)$.
I am trying to start from the RHS and get to the LHS , I was able to prove LHS=RHS using L hospital. This was my progress so far: $$\lim_{a\to 0}{\frac{f'(c+a)-f'(c)}{a}}=\lim_{a\to 0}{\frac{\lim_{h \to 0}\left[\frac{f(c+a+h)-f(c+a)}{h}-\frac{f(c+h)-f(c)}{h}\right]}{a}}$$ But I don't really know if you could form them into a single limit , or anything else. And what to do after.
PS: I'm in highschool, so I won't be able to understand solutions involving undergraduate math, like real analysis, etc.
Edit 1: replaced h with $h^2$.
Edit 2: was able to start from lhs to go towards rhs but not the other way around.