Let $P \in \mathbb{R}_{n-1}[X]$ be a polynomial of degree $n-1 \geqslant 0$.
Let $\mathbb{R}_{n-1}[X]$ be the vector space of polynomials with degree $\leqslant n-1$ over $\mathbb{R}$. Show that $(P(X),P(X+1),\ldots ,P(X+n-1))$ is a basis of $\mathbb{R}_{n-1}[X]$.
Let $M_n = \begin{pmatrix} P(X) & P(X+1) & P(X+2) & \ldots & P(X+n) \\ P(X+1) & P(X+2) & P(X+3) & \ldots & P(X+n+1) \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ P(X+n) & P(X+n+1) & P(X+n+2) & \ldots & P(X+2n) \end{pmatrix}$.
Show that $\det{M_n} = 0$ for every $X \in \mathbb{R}$.
My thoughts on (1): $\mathbb{R}_{n-1}[X]$ is $n$-dimensional, because $(1,X, \ldots ,X^{n-1})$ is a basis of $\mathbb{R}_{n-1}[X]$. So it suffices to show that $(P(X),P(X+1),\ldots ,P(X+n-1))$ is a generating set/linearly independent. I tried proving it with induction and using the binomial theorem, but I am not getting anywhere.
My thoughts on (2): $\det{M_n} = 0$ implies that the columns are linearly dependent. (1) is probably useful here, but I don't even know how to start.
Any help is appreciated, thanks.

