We defined the arc length of a function as
$$L_I(f):=\int\limits_a^b\sqrt{1+(f'(x))^2}dx$$
for $I=[a,b]$ and $f\in C^1(I)$. We arrived at this formula by approximating the graph of $f$ by a series of straight lines (see here or here). I think the length of the curve is always greater or equal to the combined length of all the straight lines as a straight line is the shortest connection between two points.
My question: Why is the length of the curve equal to $L_I(f)$. I get that it can't be smaller but why is it exactly this limit? Why can't it be a number bigger than $L_I(f)$?