Let $R$ be a commutative ring and $R[x]$ the polynomial ring over $R$. Let $f,g \in R[x]$. $D(fg)$ defines the discriminant of $fg$ and $res(fg)$ the respective resultant. I need to prove that the equation
$D(fg)=D(f)D(g)res(f,g)^2$
holds.
So far I fiddled around to no avail. My ideas so far are to use the properties of the definition of the Sylvester-Matrix that is used in $D(f)$ and $res(f)$ and the determinant.
The definitions of $D(f)$ and $res(f,g)$ I'm working with are as follows:
$D(f)=(-1)^ \frac{n(n-1)}{2}*res(f,f')$
and
$res(f,g)=det(S(f,g))$. $S(f,g)$ is the Sylvester-Matrix of $f$ and $g$, $f'$ denotes the derivative of $f$.
Help is much appreciated.