Prove that $$\det\begin{pmatrix} x_0 & x_1 &x_2&\ldots&\ldots&x_{n-1} \\ x_{n-1} & x_0 &x_1&\ldots&\ldots&x_{n-2} \\ \vdots & \ddots&&&&\vdots \\ \vdots & &\ddots&&&\vdots \\ x_1 & x_2 &x_3&\ldots&\ldots&x_0 \\ \end{pmatrix} = \displaystyle \prod_{\alpha^n=1} (x_o+\alpha x_1+\alpha^2x_2+\ldots+\alpha ^{n-1}x_{n-1})$$
For each$j(2\leq j\leq n)$ I added all the rows times $\alpha^{j-1}$ to the first row, then the elements of $i$th column first row is now $$\alpha^{i-1}(x_0+\alpha x_1+\alpha^2 x_2+\ldots+\alpha^{n-1}x_{n-1})$$
It's quite similar to right hand side, but I could not find out how to proceed from here.
Since rank is preserved by row operations, this shows your original matrix is singular, and hence has determinant 0.
I think this means that this polynomial divides the determinant (as a homogeneous polynomial in the $x_i$).
– Good Boy Sep 02 '20 at 16:44