I am given the following set
$$\Omega_{1} = \{ (x,y) \in \mathbf{R}^{n} \times \mathbf{R}^{n} | \Vert y \Vert_{2}^{2} \leq 10 + x^{T}y - \Vert x \Vert^{2}_{2} \}$$
and would like to determine whether it is convex. I know that the set
$$\Omega = \{ x \in \mathbf{R}^{n} | \Vert x \Vert_{2}^{2} \leq 10 \}$$
is convex. Can I use this fact to simplify the problem since the intersection of half spaces is a convex set? Otherwise, do I need to consider for example
$$ z = \lambda t + (1- \lambda)s$$ $$ w = \lambda p + (1-\lambda)q$$
where $t,s,p,q \in \Omega$ and show that $z, w$ are also in $\Omega_{1}$?