Let $C \subseteq \mathbb{R}^n$ be the solution set of a quadratic inequality,
$$ C = \{ x \in \mathbb{R}^n \mid x^TAx + b^Tx + c \le 0 \}$$
with $A \in \mathbb{R}^{n \times n}$ and $b \in \mathbb{R}^n$. Show that $C$ is convex if $A \succcurlyeq 0$
How does one prove it for the general case? I would think we would need to use the general definition of convexity somehow: if $\theta x_1 + (1-\theta)x_2 \in C$ where $\theta \in [0,1]$ and $x_1,x_2 \in C$ then $C$ is convex. But I don't know how to apply this.