The discriminant of some some degree $n$ polynomial $$ f(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_0 $$ is given by $$ \Delta_f = a_n^{2n-2} \prod\limits_{i < j} (\alpha_i - \alpha_j)^2 $$ where $\alpha_0, \dots, \alpha_n$ are the roots of $f$.
I have seen it stated that the discriminant is always a homogenous polynomial of degree $2n - 2$ in the coefficients of $f$, $a_n, \dots, a_0$, but I have yet to see this proven.
One can easily calculate the discriminant for some low degrees and see that this holds, but what approach could I use to show that it holds in general?
The discriminant is the resultant of the polynomial and its derivative. This gives a square matrix in the coefficients of size $n+(n-1)=2n-1$. I suspect that the final reduction comes from the fact that $a_0$ will be common to all terms and it is cancelled.