I am trying to determine if the following set is convex
$$\left\{x \in \mathbb{R}^{n}: 2x^Tx \le 1 + \|x\|_2 \right\}.$$
I feel like I am missing something here. My understanding is that both $2x^Tx$ and $\|x\|_2$ evaluate to scalars, and now this is just an inequality of scalars. Is this really as simple as the fact that the norm is the square root of $x^Tx$, so the only way this can be satisfied is if $x^Tx < 1$ and then extrapolate that out for all $x,y \in \mathbb{R}$? I feel like I almost understand it intuitively (unless I am mistaken), but how do I prove it with the definition of complexity?