Our professor taught us this way to prove the continuity of a function at a point: we have to find a suitable "distance" function $h$. Then $f$ is continuous at $x_0$ if there exists $h$ such that $$|f(x) - f(x_0)| \leq h(||x-x_0||)$$
And this $h$ can be written as $h(d)$ and $h(d) \to 0$ for $d \to 0$.
I'm having problems in applying this for the function $$ f(x, y) = \begin{cases} \frac{2x^2 y}{x^4+y^2} & (x, y) \neq (0, 0)\\ 0 & (x, y) = (0, 0) \end{cases} $$
I already proved in many ways that the function is not continuous (example: using parabolas, straigh lines and sequences). I cannot manage to prove it with this method though.
I thought of
$$\bigg|\frac{2x^2y}{x^4+y^2}\bigg| \leq \frac{2x^2|y|}{x^4+y^2} \leq \frac{2x^2y^2}{x^4+y^2} \leq \frac{2x^2y^2}{x^2+y^2}$$
But then I always obtain some function that goes to $0$. For example if I say
$$x^2y^2 \leq (x^2+y^2)^2$$
or using AM/GM inequality...