In the book that I’m reading, the author makes the following assertion, which I was not able to prove:
If $c:\mathbb R \times \mathbb R\to \mathbb R$ is a continuous function on a compact set (i.e $c$ restricted to a compact set) and hence uniformly continuous, then there exists an increasing continuous function $w:\mathbb R_+ \to \mathbb R_+$, with $w(0)=0$ and such that $$ \mid c(x,y) - c(x’,y’) \mid \leq w(d(x,x’) + d(y,y’)) $$
Can anyone prove that this is in fact true?
P.s: Note that $d$ is a metric.
This is not true in general. Consider $c(x,y) = x^2$ and the points $(x, y), (x', y')$ such that $d(x, x') = d(y, y') =a$ in which case the RHS is 0. But $x^2 - x'^2$ is not always 0.