Is there a straightforward way to determine if the following set is convex?
$$Z = \left\{x\in\mathbb{R}^2:3x_1^4-x_1x_2+x_2^4\le x_2,x_1>2,x_2>2\right\}$$
I know I can try by manipulation of linear combination of two points of this set
Is there any simpler way than using the definition $$f(x_1, y_1)<0 \wedge f(x_2, y_2)<0 \Rightarrow f(t x_1+(1-t)x_2, t y_1+(1-t)y_2)<0\;$$
$$\text{ for }\; 0 < t < 1?$$

