Does the function $F(x,y) = xy^1/3$ satisfy the Lipschitz condition on the rectangle $ {(x,y) : |x| \le h, |y| \le k} $ where $h < 0$ and $k < 0$?
I have tried using the mean value theorem to show this:
|F(x, u) − F(x, v)| = |$F_y (x, w)$ (u − v)| ≤ K|u − v|
However I found that, $F_y (x, w) > A$ where A is a real number. as when $y \to 0$, $F_y (x, w) \to \infty$. Does this mean it does not satisfy the Lipschitz condition?
Many thanks.