Question
Proof of the divided-difference mean value lemma
Original question: Lemma 1. Let and be distinct points in . The there exists a point such that .
Proof. Let denote the polynomial of degree interpolating at and define . Observe first that has at least distinct zeroes at the points . Since and therefore is differentiable on , we can use Rolle’s theorem to conclude that between each two adjacent zeroes of , there exists at least one zero of . Hence k(a,b)fe_k(x)k(a,b)e_k''(x)k-1(a,b)e_k^{(k)}(a,b)\xi$, then
Now by formula (4.2),
Hence for all and so for some .
Expert Verified Solution
Expert intro: This lemma is a standard bridge between interpolation theory and repeated applications of Rolle’s theorem.
Detailed walkthrough
What the lemma says
The statement connects a higher-order divided difference to a higher derivative at some interior point. In practical terms, it says that the divided difference of at distinct points behaves like a scaled th derivative somewhere inside the interval.
Formally, if and are distinct points in , then there exists such that
Interpolation polynomial and the error function
Let be the interpolating polynomial of degree satisfying
Define the interpolation error
Because matches at each node , the error has at least distinct zeros:
This is the key setup, since repeated zeros allow repeated use of Rolle’s theorem.
Repeated application of Rolle’s theorem
Since is differentiable on , Rolle’s theorem implies that between each pair of adjacent zeros of there is at least one zero of . With zeros, this gives at least zeros of . Applying the same argument to gives at least zeros of , and continuing in this way yields at least one zero of .
So there exists such that
Since ,
Therefore
Why the derivative of equals the divided difference term
A standard Newton form of the interpolating polynomial is
The highest-degree term comes from :
When you take the th derivative, every term of degree less than vanishes, and the leading term contributes
Substituting this into the earlier identity gives
which rearranges to the desired result.
Final conclusion
The proof works because interpolation creates an error function with many zeros, and Rolle’s theorem converts those zeros into a zero of the th derivative. The Newton form then identifies the th derivative of the interpolating polynomial with the divided difference coefficient.
That is the exact mechanism behind the lemma, and it is also why divided differences are so useful in error estimates for polynomial interpolation.
💡 Pitfall guide
A frequent mistake is to stop after applying Rolle’s theorem once and assume the result is already enough. The argument needs to be repeated times to reach . Another common issue is confusing the degree of the interpolating polynomial in the proof. Because the polynomial interpolates at points, its degree is at most , so the th derivative is the first derivative order that isolates the leading divided-difference term. Skipping that observation makes the final step look mysterious.
🔄 Real-world variant
A useful variation is the case . Then the lemma reduces to the familiar mean value theorem in divided-difference form: for distinct , there exists such that
If you increase to , the statement becomes a second-order analogue involving the quadratic interpolant and . These low-order cases help show that the lemma is a direct extension of standard mean value ideas.
🔍 Related terms
divided differences, Rolle's theorem, Newton interpolation
FAQ
How does Rolle's theorem help prove the divided-difference lemma?
The interpolation error has zeros at all interpolation nodes. Repeated use of Rolle's theorem produces a zero of the kth derivative inside the interval, which links the divided difference to a derivative value.
Why does the Newton form identify the highest divided difference coefficient?
In Newton form, the coefficient of the highest-degree term is the kth divided difference. Taking the kth derivative removes all lower-degree terms and leaves k! times that coefficient.