A permutation of a finite set $X$ is any bijection from $X$ to $X$. We denote by $S(X)$ the set of all permutations of $X$. If $I_n:=\{1, \ldots, n\}$ we write $S_n$ instead of $S(I_n)$.
Define $$P:=\prod_{i<j} (j-i)\quad\textrm{and}\quad \sigma(P)=\prod_{i<j}(\sigma_j-\sigma_i),$$ where $\sigma\in S_n$ and $\sigma_j:=\sigma(j)$.
How to show $$\sigma(P)=(-1)^{\imath(\sigma)} P,$$ where $$\imath(\sigma):=\#\{(i, j)\in I_n\times I_n; i<j\quad \textrm{and}\quad \sigma_i>\sigma_j\}?$$ In other $\imath(\sigma)$ is the number of inversions of $\sigma$.
Since the product $\displaystyle \prod_{i<j}$ makes the notation a little hard it worths to notice the following identity $$\prod_{i<j}(j-i)=\prod_{j=2}^{n} \prod_{i=1}^{j-1}(j-i)=\prod_{j=1}^n (j-1)!$$
Obs: This is related with my previous question How to write $\displaystyle\prod_{i<j} (j-i)$ as an explicit sum?
Hint: Show first that $$\prod_{i<j} (j-i) = \prod_{i<j} (\max(\sigma_i,\sigma_j) - \min(\sigma_i,\sigma_j)).$$ This holds because the set of unordered pairs $\{i,j\}$ is the same as the set of unordered pairs $\{\sigma_i,\sigma_j\}$ (there are several ways of showing this).
Given that, complete the proof by showing that $$ \prod_{i<j} (\max(\sigma_i,\sigma_j) - \min(\sigma_i,\sigma_j)) = (-1)^{\iota(\sigma)} \prod_{i<j} (\sigma_j-\sigma_i).$$ This follows directly from the definition of $\iota(\sigma)$.