Let C $\subseteq$ $\Re^n$ be the solution set of a quadrtatic inequality, C = $\{x \in \Re^n | x^TAx +b^Tx + c \leq 0\}$. $A \in \Re$, b $\in \Re^n$ and c $\in \Re$. We want to show:
- That C is convex if A $\succeq$ 0.
For the first part we use the trick that the a set is convex if and only if its intersection with an arbitrary line $\{x+tv| t \in \Re\}$ is convex. If we substitude the line equation in the quandratic formula ($x^TAx +b^Tx + c$) we end up with:$\{x+tv| at^2 + bt +c \leq 0\}$ with $\alpha$ = $v^TAv$, $\beta$ = $b^tv+2x^tAv$ and $\gamma = c + b^Tx + x^TAx$.
I have readen that the later set is convex if $ a \geq 0$. Why is that true?
Thank you!!