This is wrong. You should replace "closed" with "compact". Because ##f: \mathbb{R} \to \mathbb{R}: x \mapsto x^2## is continuous on ##\mathbb{R}## and not uniformly continuous, while ##\mathbb{R}## is closed in itself.
But anyway, even if you correct that statement, I see no way to use it. I also don't understand what the word sustained does in your problem statement. The following is the correct English wording. Correct me if I'm missing something (you can relax the domains and codomains, the statement remains true in arbitrary metric spaces).
Let ##f: \mathbb{R} \to \mathbb{R}## be a function such that for all sequences ##(x_n)_n, (y_n)_n## with ##\lim_n (x_n-y_n)=0## we have ##\lim_n(f(x_n)-f(y_n))= 0##. Then ##f## is uniformly continuous.
Here is how I would proceed. I answered a similar post this morning of
@Math Amateur , so this may be interesting for him as well.
We use the contrapositive of the statement. That is, if ##f## is NOT uniformly continuous, we prove that there are sequences ##(x_n)_n, (y_n)_n## such that ##\lim_n (x_n-y_n)=0## and ##\lim_n (f(x_n)-f(y_n))\neq 0##.
Because ##f## is not uniformly continuous, we have (make sure you understand this!):
$$\exists \epsilon > 0: \forall \delta > 0: \exists x,y \in \mathbb{R}: |x-y|< \delta \land |f(x)-f(y)| \geq \epsilon$$
Fix an ##\epsilon > 0## as above. Consider the sequence ##\delta_n:= 1/n, n \geq 1##. Then we can find corresponding sequences ##(x_n)_n, (y_n)_n## such that ##|x_n-y_n| < \delta_n## and ##|f(x_n)-f(y_n)| \geq \epsilon## for all ##n \geq 1##.
Letting ##n \to \infty##, we see that ##\lim_n (x_n-y_n)=0## while ##\lim_n (f(x_n)-f(y_n)) \neq 0## and we are done!