I've been trying to think of a function $f(x,y)$ that is only positive in the $+x, +y$ quadrant, but I'm stumped.
To be more precise, I'm looking for a function that satisfies these conditions:
- $f$ is continuous and differentiable
- $f(x,y) > 0 \iff x > 0 \land y > 0$ otherwise $f(x,y) \le 0$.
A function like $f(x,y) = x + y$ comes close, but is not strictly $\le 0$ in the $-x, +y$ or $+x, -y$ quadrants.