I would like to show that $$a+b<0\bigwedge ab>c \implies a+b\pm\mathrm{Re}\left[\sqrt{(a+b)^2-4(ab-c)}\right]<0$$ for $a,b,c\in\mathbb{R}.$
Here is my proof:
\begin{align*} a+b<0 \bigwedge ab>c &\implies a+b\pm \mathrm{Re}\left[\sqrt{(a+b)^2-4(ab-c)}<0 \,\right] \\[-5pt] \Updownarrow\quad\quad\quad\quad\quad\quad\quad\quad\quad&\\[-5pt] a+b<0 \bigwedge ab>c &\implies|a+b|>\sqrt{(a+b)^2-4(ab-c)}, \end{align*}
which is true since $4(ab-c)>0.$ Here it has been used that if the argument of the square root is negative, it becomes purely imaginary and hence $a+b\pm0<0$ is true.
Is this a good way to write this? My concern is that I've used the inequalities on the left to manipulate and simplify the one on the right. Is this okay?
Thanks.