Given an $n \times n$ vandermonde matrix $V$ which is invertible, is any $(n-1) \times (n-1)$ submatrix of $V$ invertible also? I think the answer is yes, but I don't know how to prove.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
9
3
|
|
|
|
|
15
|
This is an elaboration of Thierry's answer: If $0 \leq a_0 < a_1 < \cdots < a_{d-1}$ is any sequence of nonnegative integers, then the determinant In your case, you want $(a_0, a_1, \ldots, a_d)$ to be $(0,1,2,3,\ldots, d-k-1, d-k+1, d-k+2, \ldots, d)$. The corresponding partition $\lambda$ is $(0,0,0,\ldots, 1,1,\ldots, 1)$ where there are $k$ ones. This Schur function is the elementary symmetric function
So your minor vanishes precisely when there is a repeated column, or when $e_k$ is $0$. |
|||||||||
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
14
|
Well, you're almost right... Such a determinant is sometimes known as "lacunary vandermonde" determinant, although my internet searches have not given much. Lemma 4 in this paper states that the lacunary vandermonde determinant of variables $(x_1, \dots, x_n)$ missing the terms in $x_i^k$ is obtained by a product of the regular vandermonde of $(x_1, \dots, x_n)$ times a Viete sum. You can work out for yourself how to prove this: it's not very difficult, but it's a good exercise. The point though is that, since you assumed your vandermonde was invertible, your lacunary determinant vanishes iff the Viete sum is zero. So there is a hypersurface of possible values for $(x_1, \dots, x_n)$ that cancel your lacunary determinant. |
||||||
|
|
13
|
No. Take $n=2$ and $\alpha_1=0, \alpha_2=1$. Then the Vandermonde matrix \[ \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix} \] is invertible, but the upper-right submatrix is not. |
|||||
|
|
5
|
Recognizing the functions $e_k$ in David's excellent elaboration of Thierry's answer leads to a simple (equivalent) description and a proof for the problem considered here (but probably not the more general one of $n-1$ arbitrary powers.) Consider the Vandermonde matrix Claim: The minor obtained from removing the row and column of $t^{n-1-k}$ is non-invertible exactly when the $x_i$ are the $n-1$ (distinct) roots of a polynomial $$a_0t^{n-1}+a_1t^{n-2}+\cdots+a_{n-2}t+a_{n-1}$$ with $a_k=0.$ Sketch: Think of $t$ as a variable and the various $x_j$ as parameters. The determinant is a sum of $n!$ terms each with total degree $\frac{n^2-n}{2}$ in $t$ and the $x_j$. It is also a polynomial $f(t)$ with coefficients polynomals in the $x_i$. This determinant is zero if any two of the columns are equal. Hence $f(t)$ is identically zero if any two $x_i$ are equal so Observe that
Other notes:
It is worth looking at the three cases of the last row, the first row, and the other rows.
That easy example is unavailable if we restrict to entries from $\mathbb{R}$ and |
||||||
|

