Let $ f : \mathbb R^2 \rightarrow \mathbb R $. From the limit definition, using polar coordinates, we have that: $$ \lim \limits_{(x,y) \to (0,0)} f(x,y)=L $$ iff $ \; \forall \; ε > 0 \; \; \exists \; δ > 0 \; : \; \forall \; r,θ $ , where $ 0 < r < δ $, it is true that $$ | f(r \cos θ, r \sin θ)-L | < ε $$
Question I:
Is the following the correct negation of the above definition?
$$ \lim \limits_{(x,y) \to (0,0)} f(x,y) \neq L $$ iff $ \; \exists \; ε > 0 \; : \; \forall \; δ > 0 \; \; \exists \; r,θ $ , where $ 0 < r < δ $ , so that $$ | f(r \cos θ, r \sin θ)-L | \geq ε $$
Question II:
If it is correct, I would like to use it to prove that $ \lim \limits_{(x,y) \to (0,0)} \cfrac{x^2y}{x^4+y^2} \neq 0 $.
So, I have to find some constants $ε>0, \; θ$, such that $ A=\cfrac{r \cos^2 θ |\sin θ|}{r^2 \cos^4 θ + \sin^2 θ} \geq ε \; , \; \forall \; r>0. $
However, for $ r \rightarrow 0 $, A $ \rightarrow 0 $. So there is no such $ε$.
What am I doing wrong? Does the negation of the defintion contain any mistakes?
Thank you in advance
Question I: Your negation is correct, though you misplaced the phrase "such that" which should come after "$\delta >0$".
. Question II: What you want to find is some $\epsilon > 0$ such that for all $\delta>0$ you have a PAIR $r, \theta$ with $0< r= ||(r\cos \theta, r\sin \theta)||<\delta$ which satisfies $A\geq \epsilon $. I'm not entirely sure what the misunderstanding is on your end, but what you have written down in this case does not match the negation you wrote in part I.
Further, I'm not sure if you're asked to directly use the negation of the definition as part of a problem (in which case you're fine), but there are easier ways to show the limit is nonzero or does not exist. Try taking the limit along some line or curve for which you will get a nonzero value. If you have any questions on that let me know in the comments.
PS: don't be afraid to use less symbolic notation! Math is not about using notation to obscure, but to make things easier. You can often make errors by using the $\forall, \exists$ symbols too frequently. I try to avoid them if they don't make things clearer.