Let $f$ be a function from $[a,b] \to \mathbb{R} $ and $a = t_0 < t_1 .. < t_n = x$ be a partition (called $P$) of $[a,x] \subseteq [a,b]$.
Define $l(f,P) = \sum\limits_{i=1}^{n} \sqrt{\left(t_i - t_{i-1}\right)^2 + \left(f(t_i) - f(t_{i-1})\right)^2}$
Let $L(x) = \sup l(f,P)$ where the supremum ranges over all partitions of $[a,x]$.
$L$ here represents arc length of the graph of f
Let $d(x)$ be the distance between $(a,f(a))$ and $(x,f(x))$
Suppose $L(b)$ is defined show $\lim_{x \to a} \frac{L(x)}{d(x)} = 1$
I managed to show if supposing f is differentiable and the derivative is continuous at a but I don't know how to show it in the general case, or if it even is true in general? (I suspect Spivak wants the reader to assume differentiability)