Just a heads up: "$a$" and "$α$" are different
Let $a,b \in \Bbb R$ and suppose $a^2 − 4b \neq 0$. Let $\alpha$ and $\beta$ be the (distinct) roots of the polynomial $x^2 + ax + b$. Prove that there is a real number $c$ such that either $\alpha − \beta = c$ or $\alpha − \beta = ci$.
I have no idea how to prove this mathematically. Can someone explain how they would this, including how they would implement this using a proof tree?
This is what I was trying to do.
$$(x - \alpha)(x - \beta) = x^2 + ax + b$$
$$x^2 - \alpha x - \beta x + \alpha \beta = x^2 + ax + b$$
$$-\alpha x - \beta x = ax$$
$$-x(\alpha + \beta) = ax$$
$$(\alpha + \beta) = -a$$
$$\alpha \beta = b$$
However, I'm confused where to go from here and wondering if what I'm doing is wrong.