Let $f: \mathbb{R} \to \mathbb{R}$ and let $$xy-y^2 \leq f(x)-f(y) \leq x^2-xy$$ I am trying to prove that f is continuous i.e: $$\lim_{x \to x_0}f(x) = f(x_0)$$
To be honest, I barely understand the problem. What I can extract from it is:
$$ xy-y^2 \leq x^2-xy \iff \boxed{x^2+y^2 \geq 1} $$
Hence, the inequality holds only $\forall$ outter points of the unit circle, centered at $(0,0)$.
More than that, I can't understand how to show continuity for $f$, since I don't even know what $f$ is. In order for a function to be continuous the following condition must be satisfied:
$$\lim_{x \to x_0} f(x) = f(x_0)$$
Any tips that will help me understand the problem would be greatly appreciated
This follows from Squeeze Theorem. As $y \to x$, $x^{2}-xy$ and $xy-y^{2}$ both tend to $0$ and hence $f(x)-f(y) \to 0$. This means: $f$ is continuous at $x$.
[ For $x \neq 0$ check that $|x^{2}-xy| <\epsilon$ if $|x-y| <\frac {\epsilon} {|x|}$ and $|xy-y^{2}| <\epsilon$ if $|x-y| <\frac {\epsilon} {\epsilon+|x|}$. The case $x=0$ is trivial and leave it to you].