Express the element $(a-b)^2(a-c)^2(b-c)^2$ In terms of the symmetric elementary polynomials.
I read the proof using Galois Theory, that any symetric polynomials can be written in terms of the symmetric polynomials. I was doing some explicit examples. I know that there exist an algorithm , but I don't want to read it , I only want to compute some examples. But I don't now how to express the above polynomial D:
As it happens, that expression is the discriminant $\Delta(a, b, c)$ of the polynomial $$(x-a)(x-b)(x-c) = x^3 - s_1 x^2 + s_2 x - s_3$$ where $s_1, s_2, s_3$ are symmetric polynomials in $a, b, c$ of degree $1, 2, 3$. The discriminant indicates when this polynomial has a multiple zero, or in other words, when the polynomial and its derivative have a common root. This is expressed by a multiple of their resultant and after checking a particular value (e.g. $a=-1, b = 0, c=1$) we find
$$ \begin{eqnarray} \Delta(a,b,c) &=& -\operatorname{resultant}(x^3-s_1x^2+s_2x-s_3, 3x^2-2s_1x+s_2)\\ &=& s_1^2 s_2^2-4 s_2^3-4 s_1^3 s_3+18 s_1 s_2 s_3-27 s_3^2 \end{eqnarray} $$