A student friend of mine recently gave me a proof of the fundamental theorem of calculus which does not correspond to any I can find in the textbooks. It starts by considering an increasing continuous function and taking the area of a thin rectangle topped with a triangle created by adding to the $x$ value (like the wikipedia entry for the theorem):
$$ \begin{align} A(x + h) & = A(x) + hA'(x)\\ hA'(x)& = A(x + h) - A(x)\\& = hf(x) + \frac12h\cdot hf'(x) \end{align} $$
where $A$ is the area function, $h$ is the added value, the first term on the RHS is the area of the rectangle and the second term on the RHS is the area of the triangle. The $hf'(x)$ term is the projection that forms the vertical side of the triangle. Apparently the curve can be composed of small straight lines making the triangle possible. The next step is:
$$\begin{align} hA'(x) &= hf(x)\\ A'(x) & = f(x) \end{align}$$
RHS 2 is discarded because $h^2$ is negligible. Is this proof legitimate? If so why isn't it in the textbooks? It seems much simpler than the alternatives.