I was studying how to calculate arc length from this page:
https://tutorial.math.lamar.edu/classes/calcii/arclength.aspx
And it said that
Why this statement $L= \lim\limits_{n \to \infty}\sum_{i=1}^{n}|P_{i-1}P_i|$ is true? Why is it exact and not approximate $L\approx \lim\limits_{n \to \infty}\sum_{i=1}^{n}|P_{i-1}P_i|$?
For example, why this $L\approx \lim\limits_{n \to \infty}\sum_{i=1}^{n}\Delta x_k + \Delta y_k$ approximation when n approaches infinity is not exactly equal to the arc length and the previous approximation is exact? Please prove it mathematically. (I don't want the intuition, thanks)

