$\newcommand{\R}{\mathbb{R}}$ I am familiar with the following fact (second answer here): given a function $f: \R \to \R$ that is differentiable at $a \in \R$, it is true that $$ f'(a) = 2 \cdot \lim_{h \to 0} \frac{f(a + h) - f(a - h)}{h} .$$ This lead me to explore whether similar looking formula exist for higher derivatives (obviously we can replace $f$ above with $f''$, so more interesting ones). Assuming $f$ is twice differentiable at $a$, we also have \begin{align*} f''(a) &= \lim_{h \to 0} \frac{f'(a + h) - f'(a)}{h} \\ &\color{red}{=} \lim_{h \to 0} \frac{\lim_{h \to 0} \left( \frac{f'(a + 2h) - f'(a + h)}{h} \right) - \lim_{h \to 0} \left( \frac{f'(a + h) - f'(a)}{h} \right)}{h} .\\ \end{align*} At this point, if we could remove the inside limits, we would get the formula $$ f''(a) = \lim_{h \to 0} \frac{f(a + 2h) - 2f(a + h) + f(a)}{h^2} $$ which I think (?) I have seen before, but two things lead me to doubt this.
- Can we remove the inside limits?
- Even if we could, isn't the above mathematics abuse of notation? Really shouldn't we be using a variable different than $h$ for the inside limits? (Note this question is regarding the equality highlighted in red, whereas question #1 is concerning the step directly after it.) Maybe this just means that the statement is false, but I vaguely remember seeing a statement exactly like the one above, hence my hesitancy to reject this method of argument.