It is well known fact that given $f(x)=ax^2+bx+c, \ a \neq 0$ and $\Delta=b^2-4ac>0$, then $f(x)$ has two distinct roots.I assume we are in $\mathbb{R}$ at any stage of the problem.
My Attempt
To prove this I considered that $f(x)=a \left(x+\frac{b}{2a}-\frac{\sqrt{\Delta}}{2a}\right) \left(x+\frac{b}{2a}+\frac{\sqrt{\Delta}}{2a}\right)$ upon applying Gaussian completion of squares.
Then I said: suppose the roots are not distinct, then $-\sqrt{\Delta}=\sqrt{\Delta}$. This will mean $\Delta=0$. Thus we remain with choice $\Delta \neq 0$.
From here, I don't know how to get to next stage.
Actually, from what I gather, you are correct and almost done with your proof. Notice that you began with $\Delta>0$, and you assumed that the roots were not distinct. This brought you to $\Delta=0$. Is this consistent with $\Delta>0$? If not, what does it imply from your assumption?
$\Delta=0$ is a direct contradiction to the hypothesis, and it stems from the assumption that the roots of the quadratic function are equal. Therefore, it can only be that the roots must be distinct, as you intended to prove.