I am working on a problem to prove $$ f(x,y) = |xy| + a(x^2 + y^2) $$ is convex for $a \ge 1/2$.
My approach is to show that the Hessian is PSD for the cases where $x \not= 0, y \not= 0$.
However, this approach breaks down for cases when $x$ or $y$ are zero since the function is not differentiable at these points.
Any suggestions on other approaches that get around this?