Claim: Let $a,b$$\in$$\mathbb{R}$ and suppose $a^2-4b$$\neq$$0$. Let $\alpha$ and $\beta$ be the (distinct) roots of the polynomial $x^2+ax+b$. Then there is a real number c such that either $\alpha$ $-$ $\beta$ $=$ $c$ or $\alpha$ $-$ $\beta$ $=$ $ci$.
My attempt
Proof. Suppose $a^2-4b$$\neq$ $0$ with $a,b$$\in$$\mathbb{R}$. Because $a^2-4b$$\neq$ $0$, it follows that either $a^2-4b>0$ or $a^2-4b<0$.
Case 1: If $a^2-4b>0$, then $\alpha$ and $\beta$ are two distinct real roots such that p($\alpha$) $=$ $0$ and p($\beta$) $=$ $0$. Thus $\alpha$ $-$ $\beta$ $=$ $c$ with $c$ $\in$$\mathbb{R}$.
Case 2: If $a^2-4b<0$, then $\alpha$ and $\beta$ are two distinct complex roots such that p($\alpha$) $=$ $0$ and p($\beta$) $=$ $0$. Thus $\alpha$ $-$ $\beta$ $=$ $ci$ with $c$ $\in$$\mathbb{R}$.
Hence there is a real number $c$ such that either $\alpha$ $-$ $\beta$ $=$ $c$ or $\alpha$ $-$ $\beta$ $=$ $ci$, as claimed.
I'm not sure whether my approach here is correct.
Your proof of case 2 is clearly incomplete. Note that, in that case,$$\alpha=\frac{-a\pm\sqrt{a^2-4b}}2\quad\text{and}\quad\beta=\frac{-a\mp\sqrt{a^2-4b}}2.$$Since $a^2-4b<0$, this means that$$\alpha=\frac{-a\pm\sqrt{4b-a^2}\,i}2\quad\text{and that}\quad\beta=\frac{-a\mp\sqrt{4b-a^2}\,i}2.$$So,$$\alpha-\beta=\pm\sqrt{4b-a^2}\,i.$$